Skip to content

Commit 4c57d51

Browse files
committed
fix: updated js-lint to 0.2.1 to fix variadic options issue
1 parent 9190cd5 commit 4c57d51

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

package-lock.json

+16-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
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
},
4343
"devDependencies": {
44-
"@matrixai/lint": "^0.1.0",
44+
"@matrixai/lint": "^0.2.1",
4545
"@swc/core": "^1.3.76",
4646
"@swc/jest": "^0.2.29",
4747
"@types/jest": "^29.5.2",

0 commit comments

Comments
 (0)