Commit d969572 1 parent e6fa94f commit d969572 Copy full SHA for d969572
File tree 5 files changed +313
-253
lines changed
5 files changed +313
-253
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 28
28
"babel-cli" : " ^6.24.1" ,
29
29
"babel-core" : " ^6.24.1" ,
30
30
"babel-eslint" : " ^7.2.3" ,
31
- "babel-loader" : " ^7.0.0" ,
32
31
"babel-plugin-transform-runtime" : " ^6.23.0" ,
33
32
"babel-preset-es2015" : " ^6.24.1" ,
34
33
"babel-preset-stage-0" : " ^6.24.1" ,
35
34
"chai" : " ^3.5.0" ,
36
- "eslint" : " ^3.19.0" ,
37
- "eslint-config-airbnb" : " 14.1.0" ,
38
35
"mocha" : " ^3.2.0" ,
39
- "sinon" : " ^2.1.0"
36
+ "semistandard" : " ^11.0.0" ,
37
+ "sinon" : " ^2.1.0" ,
38
+ "snazzy" : " ^7.0.0"
40
39
},
41
40
"scripts" : {
42
- "lint" : " eslint . " ,
41
+ "lint" : " semistandard | snazzy " ,
43
42
"compile" : " babel src --out-dir dist" ,
44
- "test" : " NODE_ENV=test mocha --compilers js:babel-core/register" ,
45
- "prepublish" : " npm run compile"
43
+ "test" : " npm run lint && mocha --compilers js:babel-core/register" ,
44
+ "prepublish" : " npm run test && npm run compile"
45
+ },
46
+ "semistandard" : {
47
+ "parser" : " babel-eslint" ,
48
+ "env" : {
49
+ "browser" : true ,
50
+ "node" : true
51
+ },
52
+ "ignore" : [
53
+ " dist" ,
54
+ " lib" ,
55
+ " coverage"
56
+ ]
57
+ },
58
+ "babel" : {
59
+ "presets" : [
60
+ " es2015" ,
61
+ " stage-0"
62
+ ]
46
63
}
47
64
}
You can’t perform that action at this time.
0 commit comments