Skip to content

Commit 0ff0135

Browse files
committed
fix: updated js-lint version to 0.2.4 to fix prettier issue
1 parent 5f68f60 commit 0ff0135

File tree

2 files changed

+33
-44
lines changed

2 files changed

+33
-44
lines changed

package-lock.json

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

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,20 @@
1818
"test": "jest",
1919
"lint": "matrixai-lint",
2020
"lintfix": "matrixai-lint --fix",
21-
"lint-shell": "find ./src ./tests ./scripts -type f -regextype posix-extended -regex '.*\\.(sh)' -exec shellcheck {} +",
2221
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src"
2322
},
2423
"dependencies": {
2524
"@matrixai/async-locks": "^3.2.0"
2625
},
2726
"devDependencies": {
28-
"@matrixai/lint": "^0.1.0",
27+
"@matrixai/lint": "^0.2.4",
2928
"@swc/core": "^1.3.62",
3029
"@swc/jest": "^0.2.26",
3130
"@types/jest": "^28.1.3",
3231
"@types/node": "^18.15.0",
33-
"eslint": "^9.0.0",
3432
"jest": "^28.1.1",
3533
"jest-extended": "^3.0.1",
3634
"jest-junit": "^14.0.0",
37-
"prettier": "^2.6.2",
3835
"shx": "^0.3.4",
3936
"ts-jest": "^28.0.5",
4037
"ts-node": "^10.9.1",

0 commit comments

Comments
 (0)