File tree Expand file tree Collapse file tree
packages/pluggable-widgets-tools/configs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 },
88 "settings" : {
99 "react" : {
10- "createClass" : " createReactClass" ,
11- "pragma" : " React" ,
1210 "version" : " detect"
1311 }
1412 },
1513 "extends" : [
1614 " eslint:recommended" ,
1715 " plugin:react/recommended" ,
16+ " plugin:react/jsx-runtime" ,
1817 " prettier" ,
1918 " plugin:prettier/recommended" ,
2019 " plugin:react-hooks/recommended"
2524 "babelOptions" : {
2625 "presets" : [" @babel/preset-react" ]
2726 },
28- "ecmaFeatures" : {
29- "jsx" : true
30- },
3127 "ecmaVersion" : 2018 ,
3228 "sourceType" : " module"
3329 },
3733 "react/prop-types" : " off" ,
3834 "react/no-deprecated" : " warn" ,
3935 "react/jsx-uses-vars" : " error" ,
40- "react/jsx-uses-react" : " off" ,
41- "react/react-in-jsx-scope" : " off" ,
4236
4337 "jest/no-disabled-tests" : " warn" ,
4438 "jest/no-focused-tests" : " error" ,
Original file line number Diff line number Diff line change 77 },
88 "settings" : {
99 "react" : {
10- "createClass" : " createReactClass" ,
11- "pragma" : " React" ,
1210 "version" : " detect"
1311 }
1412 },
1513 "extends" : [
1614 " eslint:recommended" ,
1715 " plugin:react/recommended" ,
16+ " plugin:react/jsx-runtime" ,
1817 " plugin:@typescript-eslint/recommended" ,
1918 " prettier" ,
2019 " plugin:prettier/recommended" ,
2120 " plugin:react-hooks/recommended"
2221 ],
2322 "parser" : " @typescript-eslint/parser" ,
2423 "parserOptions" : {
25- "ecmaFeatures" : {
26- "jsx" : true
27- },
2824 "project" : " tsconfig.json" ,
2925 "ecmaVersion" : 2018 ,
3026 "sourceType" : " module"
8177 "react/jsx-boolean-value" : [" error" , " never" ],
8278 "react/no-deprecated" : " warn" ,
8379 "react/jsx-uses-vars" : " error" ,
84- "react/jsx-uses-react" : " off" ,
85- "react/react-in-jsx-scope" : " off" ,
8680
8781 "array-callback-return" : " error" ,
8882 "curly" : " error" ,
You can’t perform that action at this time.
0 commit comments