|
35 | 35 | "docs": "eslint-docs", |
36 | 36 | "format": "prettier --write src/**/*.{js,ts} tests/**/*.{js,ts}", |
37 | 37 | "lint": "eslint --ext .js,.ts src/ tests/", |
| 38 | + "lint:fix": "yarn lint --fix", |
38 | 39 | "prepublishOnly": "MINIFY=1 yarn build", |
39 | 40 | "purge": "yarn -s rimraf node_modules lib", |
40 | 41 | "test:autofix": "yarn -s jest ./tests/autofix.spec.ts", |
41 | 42 | "test:config": "yarn -s jest ./tests/config.spec.ts", |
| 43 | + "test:enum": "yarn -s jest ./tests/rules/enum/*.spec.ts", |
42 | 44 | "test:interface": "yarn -s jest ./tests/rules/interface/*.spec.ts", |
43 | 45 | "test:rules": "yarn -s jest ./tests/rules/*/*.spec.ts --collectCoverage=true", |
44 | | - "test:enum": "yarn -s jest ./tests/rules/enum/*.spec.ts", |
45 | 46 | "test:watch:autofix": "yarn jest --watch ./tests/autofix.spec.ts", |
46 | 47 | "test:watch:config": "yarn jest --watch ./tests/config.spec.ts", |
| 48 | + "test:watch:enum": "yarn jest --watch ./tests/rules/enum/*.spec.ts", |
47 | 49 | "test:watch:interface": "yarn jest --watch ./tests/rules/interface/*.spec.ts", |
48 | 50 | "test:watch:rules": "yarn jest --watch ./tests/rules/*/*.spec.ts", |
49 | | - "test:watch:enum": "yarn jest --watch ./tests/rules/enum/*.spec.ts", |
50 | 51 | "test:watch": "yarn -s jest --watch .*.spec.ts", |
51 | 52 | "test": "yarn -s jest .*.spec.ts --collectCoverage=true", |
52 | 53 | "typecheck": "tsc --noEmit --skipLibCheck", |
|
74 | 75 | "@types/node": "^18.0.0", |
75 | 76 | "@types/tmp": "~0.2.4", |
76 | 77 | "@typescript-eslint/eslint-plugin": "^6.7.4", |
77 | | - "@typescript-eslint/parser": "^6.7.4", |
| 78 | + "@typescript-eslint/parser": "~6.13.2", |
78 | 79 | "babel-jest": "~29.7.0", |
79 | 80 | "babel-plugin-module-resolver": "~5.0.0", |
80 | 81 | "chalk": "~5.3.0", |
|
0 commit comments