Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Apr 19, 2024
1 parent c3a51f3 commit f491395
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,14 @@ module.exports = tsEslint.config(
'sort-keys': ['error', 'asc', { natural: true }],
},
},
/*
* {
* rules: importPlugin.configs.recommended.rules,
* },
*/
{
files: ['**/*.ts'],
rules: {
// ...importPlugin.configs.recommended.rules,
...importPlugin.configs.typescript.rules,
'import/no-duplicates': ['error', { 'prefer-inline': true }],
},
Expand Down

0 comments on commit f491395

Please sign in to comment.