File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { defineFlatConfig } from 'eslint-define-config';
2
2
import { extend } from '@archoleat/eslint-flat-compatibility' ;
3
3
4
4
import eslintConfigPrettier from 'eslint-config-prettier' ;
5
+ import eslintPluginUnicorn from 'eslint-plugin-unicorn' ;
5
6
import globals from 'globals' ;
6
7
import typescriptParser from '@typescript-eslint/parser' ;
7
- import unicorn from 'eslint-plugin-unicorn' ;
8
8
9
9
export default defineFlatConfig ( [
10
10
...extend (
@@ -13,7 +13,7 @@ export default defineFlatConfig([
13
13
'plugin:import/recommended' ,
14
14
'plugin:import/typescript' ,
15
15
) ,
16
- unicorn . configs [ 'flat/recommended' ] ,
16
+ eslintPluginUnicorn . configs [ 'flat/recommended' ] ,
17
17
{
18
18
languageOptions : {
19
19
ecmaVersion : 'latest' ,
You can’t perform that action at this time.
0 commit comments