Skip to content

Commit

Permalink
style(eslint): add eslint-disable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Jan 3, 2025
1 parent 84bc512 commit db358a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default tseslint.config(
{
files: ['**/*.test.ts'],
plugins: { vitest },
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
rules: {
...vitest.configs.recommended.rules,
'vitest/consistent-test-filename': 'error',
Expand All @@ -48,7 +49,6 @@ export default tseslint.config(
},
// simple-import-sort
{
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
plugins: { 'simple-import-sort': simpleImportSort },
rules: {
'simple-import-sort/imports': 'error',
Expand Down

0 comments on commit db358a0

Please sign in to comment.