Skip to content

Commit 6b65664

Browse files
committed
Update scripts of ESLint plugin
1 parent 96034dd commit 6b65664

File tree

2 files changed

+6
-802
lines changed

2 files changed

+6
-802
lines changed

eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
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",
@@ -42,7 +43,6 @@
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",

0 commit comments

Comments
 (0)