File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ module.exports = {
1818 'plugin:react/recommended' ,
1919 'plugin:@typescript-eslint/recommended' ,
2020 'plugin:prettier/recommended' ,
21+ "plugin:unicorn/recommended" ,
2122 ] ,
2223 parser : '@typescript-eslint/parser' ,
2324 parserOptions : {
@@ -34,4 +35,13 @@ module.exports = {
3435 version : 'detect' ,
3536 } ,
3637 } ,
38+ rules : {
39+ "unicorn/filename-case" : "off" ,
40+ "unicorn/no-array-for-each" : "off" ,
41+ "unicorn/no-null" : "off" ,
42+ "unicorn/prefer-dom-node-append" : "off" ,
43+ "unicorn/prefer-export-from" : "off" ,
44+ "unicorn/prefer-query-selector" : "off" ,
45+ "unicorn/prevent-abbreviations" : "off" ,
46+ }
3747}
Original file line number Diff line number Diff line change 2929 "eslint-plugin-prettier" : " ^4.2.1" ,
3030 "eslint-plugin-react" : " ^7.32.2" ,
3131 "eslint-plugin-react-hooks" : " ^4.6.0" ,
32+ "eslint-plugin-unicorn" : " ^46.0.0" ,
3233 "lerna" : " ^6.5.1" ,
3334 "npm-run-all" : " ^4.1.5" ,
3435 "prettier" : " ^2.8.4"
You can’t perform that action at this time.
0 commit comments