Skip to content

Commit

Permalink
Update eslint.config.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: Max Hauser <[email protected]>
  • Loading branch information
GermanBluefox and foxriver76 authored Nov 17, 2024
1 parent 9f36027 commit e8c2a7b
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 @@ -44,7 +44,7 @@ const generalRules = {
// https://eslint.org/docs/latest/rules/prefer-template
// Enforce the use of template literals instead of string concatenation: "Hello, " + name + "!" => `Hello, ${name}!`
'prefer-template': 'error',
'@/no-duplicate-imports': 'error',
'no-duplicate-imports': 'error',
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-unused-expressions': 'off',
};
Expand Down

0 comments on commit e8c2a7b

Please sign in to comment.