Skip to content

Commit

Permalink
MNT: Add eslint ignore, move config to root, update invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblair authored and effigies committed Mar 16, 2022
1 parent a269bc5 commit 98e9728
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
dist/
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"bids-validator-web"
],
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js ./bids-validator/**/*.js",
"coverage": "./node_modules/.bin/jest --coverage",
"codecov": "./node_modules/.bin/codecov",
"lint": "eslint \"./bids-validator/**/*.js\"",
"coverage": "jest --coverage",
"codecov": "codecov",
"test": "node bids-validator/bin/test-submodule-exists && jest",
"postversion": "lerna version prerelease --preid dev --ignore-scripts --yes --force-publish=*",
"prepublishOnly": "npm run prepublishOnly -w bids-validator",
Expand Down

0 comments on commit 98e9728

Please sign in to comment.