|
30 | 30 | "postversion": "npm install --package-lock-only --ignore-scripts --silent",
|
31 | 31 | "tsx": "tsx",
|
32 | 32 | "test": "node ./scripts/test.mjs",
|
33 |
| - "lint": "eslint '{src,tests,scripts,benches}/**/*.{js,mjs,ts,mts,jsx,tsx}'", |
34 |
| - "lintfix": "eslint '{src,tests,scripts,benches}/**/*.{js,mjs,ts,mts,jsx,tsx}' --fix", |
| 33 | + "lint": "matrixai-lint", |
| 34 | + "lintfix": "matrixai-lint --fix", |
35 | 35 | "lint-shell": "find ./src ./tests ./scripts -type f -regextype posix-extended -regex '.*\\.(sh)' -exec shellcheck {} +",
|
36 | 36 | "docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src",
|
37 | 37 | "bench": "tsc -p ./tsconfig.build.json && shx rm -rf ./benches/results && tsx ./benches/index.ts"
|
|
43 | 43 | "rxjs": "^7.8.2"
|
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
| 46 | + "@matrixai/lint": "^0.2.4", |
46 | 47 | "@swc/core": "^1.3.76",
|
47 | 48 | "@swc/jest": "^0.2.29",
|
48 | 49 | "@types/jest": "^29.5.2",
|
49 | 50 | "@types/node": "^18.15.0",
|
50 |
| - "@typescript-eslint/eslint-plugin": "^5.61.0", |
51 |
| - "@typescript-eslint/parser": "^5.61.0", |
52 | 51 | "benny": "^3.7.1",
|
53 | 52 | "common-tags": "^1.8.2",
|
54 |
| - "eslint": "^8.44.0", |
55 |
| - "eslint-config-prettier": "^8.8.0", |
56 |
| - "eslint-plugin-import": "^2.27.5", |
57 |
| - "eslint-plugin-prettier": "^5.0.0-alpha.2", |
58 | 53 | "jest": "^29.6.2",
|
59 | 54 | "jest-extended": "^4.0.0",
|
60 | 55 | "jest-junit": "^16.0.0",
|
61 |
| - "prettier": "^3.0.0", |
62 | 56 | "shx": "^0.3.4",
|
63 | 57 | "systeminformation": "^5.18.5",
|
64 | 58 | "tsx": "^3.12.7",
|
|
0 commit comments