File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ dist
2
+ coverage
3
+ node_modules
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends": "eslint-config-airbnb-lite",
3
+ "env": {
4
+ "es6": true,
5
+ "mocha": true
6
+ },
7
+ "rules": {
8
+ }
9
+ }
Original file line number Diff line number Diff line change 11
11
},
12
12
"devDependencies" : {
13
13
"babel" : " ^5.8.20" ,
14
+ "babel-eslint" : " ^4.0.5" ,
14
15
"css-modules-loader-core" : " 0.0.12" ,
16
+ "eslint" : " ^1.0.0" ,
17
+ "eslint-config-airbnb" : " 0.0.7" ,
18
+ "eslint-config-airbnb-lite" : " ^1.0.3" ,
19
+ "eslint-watch" : " ^1.2.4" ,
15
20
"in-publish" : " ^2.0.0" ,
16
21
"mocha" : " ^2.2.5"
17
22
},
18
23
"scripts" : {
24
+ "start" : " esw -w ." ,
25
+ "lint" : " eslint ." ,
26
+ "pretest" : " npm run -s lint || true" ,
19
27
"test" : " npm run -s build && mocha --compilers js:babel/register" ,
20
28
"build" : " babel src --out-dir dist" ,
21
29
"prepublish" : " in-publish && npm run -s build || in-install"
You can’t perform that action at this time.
0 commit comments