Skip to content

Commit c8c686b

Browse files
committed
feat: added explicit shell arrgs for linting
1 parent aa3f312 commit c8c686b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"postversion": "npm install --package-lock-only --ignore-scripts --silent",
3131
"tsx": "tsx",
3232
"test": "node ./scripts/test.mjs",
33-
"lint": "matrixai-lint",
34-
"lintfix": "matrixai-lint --fix",
33+
"lint": "matrixai-lint --shell src scripts tests",
34+
"lintfix": "matrixai-lint --fix --shell src scripts tests",
3535
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src",
3636
"bench": "tsc -p ./tsconfig.build.json && shx rm -rf ./benches/results && tsx ./benches/index.ts"
3737
},

0 commit comments

Comments
 (0)