We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d784c commit bcf97c6Copy full SHA for bcf97c6
package.json
@@ -76,6 +76,7 @@
76
"test": "node ./scripts/test.mjs",
77
"lint": "matrixai-lint",
78
"lintfix": "matrixai-lint --fix",
79
+ "lint-shell": "find ./src ./tests ./scripts -type f -regextype posix-extended -regex '.*\\.(sh)' -exec shellcheck {} +",
80
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src",
81
"bench": "tsc -p ./tsconfig.build.json && shx rm -rf ./benches/results && tsx ./benches/index.ts"
82
},
0 commit comments