Skip to content

Commit

Permalink
fix: remove lint:js:nofix script redundancy options (#4664)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0dedance committed Oct 12, 2022
1 parent 8a2949e commit 1057ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"ci:coverage": "npm run build:cjs && npm run build:bootstrap && nyc --reporter lcovonly mocha",
"lint": "concurrently -c red,green 'npm:lint:js' 'npm:lint:markdown'",
"lint:js": "eslint . --fix --cache",
"lint:js:nofix": "eslint . --fix --cache",
"lint:js:nofix": "eslint . --cache",
"lint:markdown": "prettier --write \"**/*.md\"",
"lint:markdown:nofix": "prettier --check \"**/*.md\"",
"perf": "npm run build:cjs && node --expose-gc scripts/perf.js",
Expand Down

0 comments on commit 1057ac5

Please sign in to comment.