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 11/node_modules
22! .eslintrc. *
3+ coverage
Original file line number Diff line number Diff line change 1616 "devDependencies" : {
1717 "@mysticatea/eslint-plugin" : " ^13.0.0" ,
1818 "codecov" : " ^3.6.5" ,
19- "eslint" : " ~6.6 .0" ,
20- "mocha" : " ^7.1.1 " ,
19+ "eslint" : " ^7.0 .0" ,
20+ "mocha" : " ^7.1.2 " ,
2121 "npm-run-all" : " ^4.1.5" ,
2222 "nyc" : " ^15.0.1" ,
2323 "opener" : " ^1.5.1" ,
2424 "rimraf" : " ^3.0.2" ,
25- "typescript" : " ^3.8.3 "
25+ "typescript" : " ^3.9.2 "
2626 },
2727 "scripts" : {
2828 "clean" : " rimraf .nyc_output coverage" ,
2929 "coverage" : " opener coverage/lcov-report/index.html" ,
3030 "codecov" : " codecov --disable=gcov -t $CODECOV_TOKEN" ,
31- "lint" : " eslint lib scripts tests " ,
31+ "lint" : " eslint . " ,
3232 "test" : " npm run -s lint && nyc mocha \" tests/lib/**/*.js\" --reporter dot" ,
3333 "update" : " node scripts/generate-configs && node scripts/generate-rules" ,
3434 "preversion" : " run-s clean update test" ,
You can’t perform that action at this time.
0 commit comments