We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3f312 commit c8c686bCopy full SHA for c8c686b
package.json
@@ -30,8 +30,8 @@
30
"postversion": "npm install --package-lock-only --ignore-scripts --silent",
31
"tsx": "tsx",
32
"test": "node ./scripts/test.mjs",
33
- "lint": "matrixai-lint",
34
- "lintfix": "matrixai-lint --fix",
+ "lint": "matrixai-lint --shell src scripts tests",
+ "lintfix": "matrixai-lint --fix --shell src scripts tests",
35
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src",
36
"bench": "tsc -p ./tsconfig.build.json && shx rm -rf ./benches/results && tsx ./benches/index.ts"
37
},
0 commit comments