File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,12 @@ import globals from 'globals'
9
9
export default [
10
10
eslintPluginImport . flatConfigs . errors ,
11
11
eslintPluginImport . flatConfigs . warnings ,
12
- eslintPluginUnicorn . configs [ 'flat/ recommended' ] ,
12
+ eslintPluginUnicorn . configs . recommended ,
13
13
...xo ,
14
14
...xoBrowser ,
15
15
{
16
16
ignores : [
17
+ '**/*.json' ,
17
18
'**/*.min.js' ,
18
19
'**/dist/' ,
19
20
'**/vendor/' ,
@@ -27,6 +28,7 @@ export default [
27
28
{
28
29
rules : {
29
30
'@stylistic/comma-dangle' : 'off' ,
31
+ '@stylistic/curly-newline' : 'off' ,
30
32
'@stylistic/function-paren-newline' : 'off' ,
31
33
'@stylistic/indent' : 'off' ,
32
34
'@stylistic/indent-binary-ops' : 'off' ,
@@ -119,6 +121,12 @@ export default [
119
121
sourceType : 'module'
120
122
}
121
123
} ,
124
+ // {
125
+ // files: ["**/*.json"],
126
+ // rules: {
127
+ // "unicorn/expiring-todo-comments": "off"
128
+ // }
129
+ // },
122
130
{
123
131
files : [ 'build/**' ] ,
124
132
languageOptions : {
You can’t perform that action at this time.
0 commit comments