Skip to content

Commit 5f18119

Browse files
authored
Ignore some ESLint rules in @inngest/ai (#886)
## Summary <!-- Succinctly describe your change, providing context, what you've changed, and why. --> Disables some ESLint rules that we consciously break. ## Checklist <!-- Tick these items off as you progress. --> <!-- If an item isn't applicable, ideally please strikeout the item by wrapping it in "~~"" and suffix it with "N/A My reason for skipping this." --> <!-- e.g. "- [ ] ~~Added tests~~ N/A Only touches docs" --> - [ ] ~Added a [docs PR](https://github.com/inngest/website) that references this PR~ N/A KTLO - [ ] ~Added unit/integration tests~ N/A KTLO - [x] Added changesets if applicable
1 parent 208fc17 commit 5f18119

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/ai/eslint.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@ export default [
1010
pluginJs.configs.recommended,
1111
...tseslint.configs.recommended,
1212
eslintPluginPrettierRecommended,
13+
{
14+
rules: {
15+
"@typescript-eslint/no-namespace": "off",
16+
"@typescript-eslint/ban-types": "off",
17+
},
18+
},
1319
];

0 commit comments

Comments
 (0)