Skip to content

Commit 89e514b

Browse files
committed
fix: update package.json scripts to make lint and lintfix use matrixai-lint and removed lint-shell since matrixai-lint already has that functionality
1 parent 37c2244 commit 89e514b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"tsx": "tsx",
3232
"test": "node ./scripts/test.mjs",
3333
"lint": "matrixai-lint",
34-
"lintfix": "eslint '{src,tests,scripts,benches}/**/*.{js,mjs,ts,mts,jsx,tsx}' --fix",
35-
"lint-shell": "find ./src ./tests ./scripts -type f -regextype posix-extended -regex '.*\\.(sh)' -exec shellcheck {} +",
34+
"lintfix": "matrixai-lint --fix",
3635
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src",
3736
"bench": "tsc -p ./tsconfig.build.json && shx rm -rf ./benches/results && tsx ./benches/index.ts"
3837
},

0 commit comments

Comments
 (0)