Skip to content

Commit

Permalink
Update scripts of ESLint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
utarwyn committed Aug 8, 2023
1 parent 8459409 commit 895beab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 802 deletions.
4 changes: 2 additions & 2 deletions eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
],
"scripts": {
"clean": "rimraf dist",
"lint": "npm-run-all \"lint:*\"",
"lint": "yarn lint:eslint-docs && yarn lint:js",
"lint:eslint-docs": "eslint-doc-generator --check",
"lint:js": "eslint .",
"lint:fix": "eslint . --fix",
"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\"",
"test": "mocha tests --recursive",
"test:cov": "nyc --reporter=lcov --reporter=text mocha tests --recursive",
Expand All @@ -42,7 +43,6 @@
"eslint-plugin-prettier": "^5.0.0",
"mkdirp": "^3.0.1",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
Expand Down
Loading

0 comments on commit 895beab

Please sign in to comment.