Skip to content

Commit

Permalink
Disable ESLint for migration files (misskey-dev#14262)
Browse files Browse the repository at this point in the history
  • Loading branch information
woxtu authored Jul 19, 2024
1 parent 1f24a8c commit 6920f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sharedConfig from '../shared/eslint.config.js';
export default [
...sharedConfig,
{
ignores: ['**/node_modules', 'built', '@types/**/*'],
ignores: ['**/node_modules', 'built', '@types/**/*', 'migration'],
},
{
files: ['**/*.ts', '**/*.tsx'],
Expand Down

0 comments on commit 6920f0f

Please sign in to comment.