We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc117b commit 0e66fabCopy full SHA for 0e66fab
core-api/eslint.config.mjs
@@ -5,7 +5,7 @@ import tseslint from 'typescript-eslint';
5
6
export default tseslint.config(
7
{
8
- ignores: ['eslint.config.mjs'],
+ ignores: ['eslint.config.mjs', 'src/database/migrations/**'],
9
},
10
eslint.configs.recommended,
11
...tseslint.configs.recommendedTypeChecked,
0 commit comments