File tree 3 files changed +36
-1
lines changed
3 files changed +36
-1
lines changed Original file line number Diff line number Diff line change
1
+ root = true
2
+
3
+ [* ]
4
+ charset = utf-8
5
+ end_of_line = lf
6
+ indent_size = 2
7
+ indent_style = space
8
+ insert_final_newline = true
9
+ max_line_length = 100
10
+ trim_trailing_whitespace = true
11
+
12
+ [* .md ]
13
+ max_line_length = 0
14
+ trim_trailing_whitespace = false
15
+
16
+ [COMMIT_EDITMSG ]
17
+ max_line_length = 0
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends": "airbnb",
3
+ "rules": {
4
+ "no-underscore-dangle": [2, { "allow": ["_id", "_json"] }]
5
+ },
6
+ "settings": {
7
+ "import/resolver": {
8
+ "babel-root-import": {}
9
+ }
10
+ }
11
+ }
Original file line number Diff line number Diff line change 7
7
"start" : " npm run start-dev" ,
8
8
"start-dev" : " better-npm-run start-dev" ,
9
9
"test" : " better-npm-run test" ,
10
- "coverage" : " better-npm-run coverage"
10
+ "coverage" : " better-npm-run coverage" ,
11
+ "lint" : " eslint ."
11
12
},
12
13
"betterScripts" : {
13
14
"start-dev" : {
67
68
"babel-core" : " ^6.17.0" ,
68
69
"babel-preset-es2015" : " ^6.16.0" ,
69
70
"chai" : " ^3.5.0" ,
71
+ "eslint" : " ^3.12.2" ,
72
+ "eslint-config-airbnb" : " ^13.0.0" ,
73
+ "eslint-import-resolver-babel-root-import" : " 0.0.2" ,
74
+ "eslint-plugin-import" : " ^2.2.0" ,
75
+ "eslint-plugin-jsx-a11y" : " ^2.2.3" ,
76
+ "eslint-plugin-react" : " ^6.8.0" ,
70
77
"istanbul" : " 1.1.0-alpha.1" ,
71
78
"mocha" : " ^3.1.0" ,
72
79
"mockgoose" : " ^6.0.8" ,
You can’t perform that action at this time.
0 commit comments