File tree Expand file tree Collapse file tree 2 files changed +6
-802
lines changed Expand file tree Collapse file tree 2 files changed +6
-802
lines changed Original file line number Diff line number Diff line change 2222 ],
2323 "scripts" : {
2424 "clean" : " rimraf dist" ,
25- "lint" : " npm-run-all \" lint:* \" " ,
25+ "lint" : " yarn lint:eslint-docs && yarn lint:js " ,
2626 "lint:eslint-docs" : " eslint-doc-generator --check" ,
2727 "lint:js" : " eslint ." ,
28+ "lint:fix" : " eslint . --fix" ,
2829 "pack:sonar" : " npm pkg set main=\" ./lib/sonar.js\" && mkdirp dist/pack && yarn pack -o dist/pack/ecocode-eslint-plugin.tgz && npm pkg set main=\" ./lib/standalone.js\" " ,
2930 "test" : " mocha tests --recursive" ,
3031 "test:cov" : " nyc --reporter=lcov --reporter=text mocha tests --recursive" ,
4243 "eslint-plugin-prettier" : " ^5.0.0" ,
4344 "mkdirp" : " ^3.0.1" ,
4445 "mocha" : " ^10.2.0" ,
45- "npm-run-all" : " ^4.1.5" ,
4646 "nyc" : " ^15.1.0" ,
4747 "prettier" : " ^3.0.0" ,
4848 "rimraf" : " ^5.0.1" ,
You can’t perform that action at this time.
0 commit comments