File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 11
11
"node" : " VERSION"
12
12
},
13
13
"scripts" : {
14
- "test" : " npx ava ./test/*.js --watch --verbose" ,
15
- "create" : " node scripts/init.js" ,
16
- "lint" : " npx eslint --quiet lib/*.js" ,
17
- "style" : " "
14
+ "create" : " node ./scripts/init.js" ,
15
+ "test" : " npx ava ./test/*.js --verbose" ,
16
+ "test:watch" : " npx ava ./test/*.js --watch --verbose" ,
17
+ "lint" : " npx estlint --cache ./lib/*.js" ,
18
+ "lint:watch" : " esw -w --clear --color --cache ./lib/*.js" ,
19
+ "style" : " prettier -c --debug-check ./lib/*.js"
18
20
},
19
21
"repository" : {
20
22
"type" : " git" ,
30
32
"devDependencies" : {
31
33
"ava" : " ^2.1.0" ,
32
34
"eslint" : " ^6.0.1" ,
35
+ "eslint-config-airbnb-base" : " ^13.2.0" ,
33
36
"eslint-config-prettier" : " ^6.0.0" ,
37
+ "eslint-plugin-import" : " ^2.18.0" ,
34
38
"eslint-plugin-prettier" : " ^3.1.0" ,
39
+ "eslint-watch" : " ^5.1.2" ,
35
40
"prettier" : " ^1.18.2"
36
41
},
37
42
"dependencies" : {
You can’t perform that action at this time.
0 commit comments