File tree Expand file tree Collapse file tree 3 files changed +1104
-1007
lines changed Expand file tree Collapse file tree 3 files changed +1104
-1007
lines changed Original file line number Diff line number Diff line change 3
3
"env": {
4
4
"jest": true
5
5
},
6
- "parser": "babel- eslint",
6
+ "parser": "@ babel/ eslint-parser ",
7
7
"plugins": ["prettier"]
8
8
}
Original file line number Diff line number Diff line change 25
25
},
26
26
"devDependencies" : {
27
27
"@babel/core" : " ^7.0.0" ,
28
+ "@babel/eslint-parser" : " ^7.16.0" ,
28
29
"@babel/plugin-proposal-class-properties" : " ^7.0.0" ,
29
30
"@babel/plugin-proposal-object-rest-spread" : " ^7.0.0" ,
30
31
"@babel/preset-env" : " ^7.0.0" ,
31
32
"@babel/preset-react" : " ^7.0.0" ,
32
33
"@testing-library/react" : " ^9.3.2" ,
33
34
"@types/styled-components" : " ^5.1.11" ,
34
35
"babel-core" : " ^7.0.0-bridge.0" ,
35
- "babel-eslint" : " ^10.0.1" ,
36
36
"babel-jest" : " ^26.0.0" ,
37
37
"enzyme" : " ^3.6.0" ,
38
38
"enzyme-adapter-preact-pure" : " ^2.2.0" ,
You can’t perform that action at this time.
0 commit comments