File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- extends : "airbnb-base- typescript-prettier" ,
2
+ extends : "airbnb-typescript-prettier" ,
3
3
parserOptions : {
4
4
project : "./tsconfig.json" ,
5
5
} ,
@@ -30,6 +30,9 @@ module.exports = {
30
30
"no-use-before-define" : "off" ,
31
31
"@typescript-eslint/no-use-before-define" : [ "error" ] ,
32
32
"no-shadow" : "off" ,
33
- "no-bitwise" : "off"
33
+ "no-bitwise" : "off" ,
34
34
} ,
35
+ globals : {
36
+ JSX : true
37
+ }
35
38
} ;
Original file line number Diff line number Diff line change 43
43
"@types/jest" : " ^24.0.21" ,
44
44
"@types/react" : " ^16.9.11" ,
45
45
"@types/react-dom" : " ^16.9.4" ,
46
- "eslint-config-airbnb-base- typescript-prettier" : " 2.1.2 " ,
46
+ "eslint-config-airbnb-typescript-prettier" : " 2.2.0 " ,
47
47
"lerna" : " ^3.19.0" ,
48
48
"react" : " >=16.8" ,
49
49
"react-dom" : " >=16.8" ,
You can’t perform that action at this time.
0 commit comments