We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b2f26 commit c3f1a6cCopy full SHA for c3f1a6c
packages/db/eslint.config.js
@@ -2,6 +2,9 @@ import baseConfig from '@acme/eslint-config/base'
2
3
/** @type {import('typescript-eslint').Config} */
4
export default [
5
+ {
6
+ ignores: ['src/generated/**', 'dist/**'],
7
+ },
8
{
9
// NOTE: we should ban accesses on the `transaction` property for kysely
10
// because this doesn't work well with the plugin
@@ -15,7 +18,6 @@ export default [
15
18
},
16
19
],
17
20
- ignores: ['dist/**', 'src/generated/**'],
21
22
...baseConfig,
23
]
0 commit comments