File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
/node_modules
2
2
! .eslintrc. *
3
+ coverage
Original file line number Diff line number Diff line change 16
16
"devDependencies" : {
17
17
"@mysticatea/eslint-plugin" : " ^13.0.0" ,
18
18
"codecov" : " ^3.6.5" ,
19
- "eslint" : " ~6.6 .0" ,
20
- "mocha" : " ^7.1.1 " ,
19
+ "eslint" : " ^7.0 .0" ,
20
+ "mocha" : " ^7.1.2 " ,
21
21
"npm-run-all" : " ^4.1.5" ,
22
22
"nyc" : " ^15.0.1" ,
23
23
"opener" : " ^1.5.1" ,
24
24
"rimraf" : " ^3.0.2" ,
25
- "typescript" : " ^3.8.3 "
25
+ "typescript" : " ^3.9.2 "
26
26
},
27
27
"scripts" : {
28
28
"clean" : " rimraf .nyc_output coverage" ,
29
29
"coverage" : " opener coverage/lcov-report/index.html" ,
30
30
"codecov" : " codecov --disable=gcov -t $CODECOV_TOKEN" ,
31
- "lint" : " eslint lib scripts tests " ,
31
+ "lint" : " eslint . " ,
32
32
"test" : " npm run -s lint && nyc mocha \" tests/lib/**/*.js\" --reporter dot" ,
33
33
"update" : " node scripts/generate-configs && node scripts/generate-rules" ,
34
34
"preversion" : " run-s clean update test" ,
You can’t perform that action at this time.
0 commit comments