Skip to content

Commit d25a7e4

Browse files
committed
chore: package deps
1 parent 57a2b34 commit d25a7e4

File tree

3 files changed

+379
-488
lines changed

3 files changed

+379
-488
lines changed

eslint.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ export default [
3333
'**/yarn.lock'
3434
]
3535
},
36-
...compat.extends('eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:unicorn/all', 'prettier'),
36+
...compat.extends('eslint:recommended', 'plugin:@typescript-eslint/recommended', 'prettier'),
37+
unicorn.configs.all,
3738
{
3839
plugins: {
3940
'@typescript-eslint': typescriptEslint,
40-
'simple-import-sort': simpleImportSort,
41-
unicorn
41+
'simple-import-sort': simpleImportSort
4242
},
4343

4444
languageOptions: {

0 commit comments

Comments
 (0)