Skip to content

Commit

Permalink
GH-19: Standardise linting checks to include summary reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
duhrer committed Sep 4, 2024
1 parent f2e69b2 commit bf77670
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
"fluid-project"
],
"scripts": {
"lint": "npm run lint:eslint && npm run lint:json",
"lint:eslint": "eslint *.js",
"lint:json": "npx fluid-lint-all --checks jsonlint"
"lint": "npx fluid-lint-all --checks eslint.js,jsonlint"
},
"author": "Fluid Project",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit bf77670

Please # to comment.