File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export const unicorn: FlatESLintConfig[] = [
9
9
rules : {
10
10
'unicorn/better-regex' : 'error' ,
11
11
'unicorn/catch-error-name' : 'error' ,
12
+ 'unicorn/consistent-empty-array-spread' : 'error' ,
12
13
'unicorn/custom-error-definition' : 'error' ,
13
14
'unicorn/error-message' : 'error' ,
14
15
'unicorn/escape-case' : 'error' ,
@@ -64,6 +65,7 @@ export const unicorn: FlatESLintConfig[] = [
64
65
'unicorn/prefer-query-selector' : 'error' ,
65
66
'unicorn/prefer-reflect-apply' : 'error' ,
66
67
'unicorn/prefer-regexp-test' : 'error' ,
68
+ 'unicorn/prefer-string-raw' : 'error' ,
67
69
'unicorn/prefer-string-replace-all' : 'error' ,
68
70
'unicorn/prefer-string-slice' : 'error' ,
69
71
'unicorn/prefer-string-starts-ends-with' : 'error' ,
You can’t perform that action at this time.
0 commit comments