@@ -6,25 +6,25 @@ module.exports = {
66 es2021 : true ,
77 } ,
88 extends : [
9- " eslint:recommended" ,
10- " plugin:react/recommended" ,
11- " plugin:@typescript-eslint/recommended" ,
12- " plugin:prettier/recommended" ,
9+ ' eslint:recommended' ,
10+ ' plugin:react/recommended' ,
11+ ' plugin:@typescript-eslint/recommended' ,
12+ ' plugin:prettier/recommended' ,
1313 ] ,
14- parser : " @typescript-eslint/parser" ,
14+ parser : ' @typescript-eslint/parser' ,
1515 parserOptions : {
1616 ecmaFeatures : {
1717 jsx : true ,
1818 } ,
1919 ecmaVersion : 12 ,
20- sourceType : " module" ,
20+ sourceType : ' module' ,
2121 } ,
22- plugins : [ " react" , " @typescript-eslint" , " prettier" ] ,
22+ plugins : [ ' react' , ' @typescript-eslint' , ' prettier' ] ,
2323 rules : {
24- " react/jsx-uses-react" : " off" ,
25- " react/react-in-jsx-scope" : " off" ,
26- " react/prop-types" : " off" ,
27- " react/require-default-props" : " off" ,
28- " @typescript-eslint/explicit-module-boundary-types" : " off" ,
24+ ' react/jsx-uses-react' : ' off' ,
25+ ' react/react-in-jsx-scope' : ' off' ,
26+ ' react/prop-types' : ' off' ,
27+ ' react/require-default-props' : ' off' ,
28+ ' @typescript-eslint/explicit-module-boundary-types' : ' off' ,
2929 } ,
3030} ;
0 commit comments