File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -188,13 +188,14 @@ module.exports = [
188
188
'unicorn/no-null' : 'off' ,
189
189
'unicorn/no-array-callback-reference' : 'off' , // doesn't work well with TypeScript's custom type guards
190
190
'unicorn/no-useless-undefined' : 'off' ,
191
- 'unicorn/prefer-optional-catch-binding ' : 'off' , // not supported by current ESLint parser version
191
+ 'unicorn/prefer-global-this ' : 'off' ,
192
192
'unicorn/prefer-module' : 'off' ,
193
- 'unicorn/prevent-abbreviations ' : 'off' ,
193
+ 'unicorn/prefer-optional-catch-binding ' : 'off' , // not supported by current ESLint parser version
194
194
'unicorn/prefer-at' : 'off' , // turn off to prevent make breaking changes (ref: #2146)
195
195
'unicorn/prefer-node-protocol' : 'off' , // turn off to prevent make breaking changes (ref: #2146)
196
196
'unicorn/prefer-string-replace-all' : 'off' , // turn off to prevent make breaking changes (ref: #2146)
197
197
'unicorn/prefer-top-level-await' : 'off' , // turn off to prevent make breaking changes (ref: #2146)
198
+ 'unicorn/prevent-abbreviations' : 'off' ,
198
199
199
200
'internal/require-eslint-community' : [ 'error' ]
200
201
}
You can’t perform that action at this time.
0 commit comments