Skip to content

Commit 7eac84b

Browse files
committed
fix: updated js-lint to 0.2.1, added explicit shell args
1 parent 7150c55 commit 7eac84b

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

package-lock.json

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"postversion": "npm install --package-lock-only --ignore-scripts --silent",
3636
"tsx": "tsx",
3737
"test": "node ./scripts/test.mjs",
38-
"lint": "matrixai-lint",
39-
"lintfix": "matrixai-lint --fix",
38+
"lint": "matrixai-lint --shell src tests scripts",
39+
"lintfix": "matrixai-lint --fix --shell src tests scripts",
4040
"lint-shell": "find ./src ./tests ./scripts -type f -regextype posix-extended -regex '.*\\.(sh)' -exec shellcheck {} +",
4141
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src"
4242
},
@@ -45,7 +45,7 @@
4545
"@matrixai/errors": "^2.0.1"
4646
},
4747
"devDependencies": {
48-
"@matrixai/lint": "^0.1.0",
48+
"@matrixai/lint": "^0.2.1",
4949
"@swc/core": "^1.3.76",
5050
"@swc/jest": "^0.2.29",
5151
"@types/jest": "^29.5.2",

0 commit comments

Comments
 (0)