File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "extends": [
3
+ "airbnb"
4
+ ],
5
+ "parser": "babel-eslint",
6
+ "rules": {
7
+ "strict": 0,
8
+ "react/require-default-props": 0
9
+ }
10
+ }
Original file line number Diff line number Diff line change 27
27
"homepage" : " https://github.com/Zetoff/material-ui-layout#readme" ,
28
28
"devDependencies" : {
29
29
"babel-cli" : " ^6.26.0" ,
30
+ "babel-eslint" : " ^8.0.0" ,
30
31
"babel-jest" : " ^21.0.2" ,
31
32
"babel-preset-es2015" : " ^6.24.1" ,
32
33
"babel-preset-react" : " ^6.24.1" ,
33
34
"babel-preset-stage-2" : " ^6.24.1" ,
35
+ "eslint" : " ^4.6.1" ,
36
+ "eslint-config-airbnb" : " ^15.1.0" ,
37
+ "eslint-plugin-import" : " ^2.7.0" ,
38
+ "eslint-plugin-jsx-a11y" : " ^5.1.1" ,
39
+ "eslint-plugin-react" : " ^7.3.0" ,
34
40
"flow-bin" : " ^0.54.1" ,
35
41
"jest" : " ^21.0.2"
42
+ },
43
+ "dependencies" : {
36
44
}
37
45
}
You can’t perform that action at this time.
0 commit comments