|
43 | 43 | "build:esm": "tsc --project tsconfig.build.esm.json", |
44 | 44 | "translations:extract": "formatjs extract 'src/**/*.{js,ts}' --out-file translations-template.json --format simple", |
45 | 45 | "translations:diff": "echo 'de:' && json-diff --keys-only src/translations/de.json translations-template.json && echo 'it:' && json-diff --keys-only src/translations/it.json translations-template.json", |
46 | | - "lint": "eslint --cache --ext js,ts,tsx,json .", |
47 | | - "lint:fix": "npm run lint -- --cache --fix", |
| 46 | + "lint": "eslint --cache", |
| 47 | + "lint:fix": "npm run lint -- --fix", |
48 | 48 | "typecheck": "tsc --noEmit", |
49 | 49 | "test": "jest --config jest.config.js --passWithNoTests", |
50 | 50 | "prepare": "npm run build", |
|
57 | 57 | "zod": "^3" |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
| 60 | + "@aboutbits/eslint-config": "^5.1.0", |
60 | 61 | "@formatjs/cli": "^6.7.2", |
61 | 62 | "@types/jest": "^30.0.0", |
62 | 63 | "@types/node": "^22", |
63 | | - "@typescript-eslint/eslint-plugin": "^7.18.0", |
64 | | - "@typescript-eslint/parser": "^7.18.0", |
65 | 64 | "babel-jest": "^30.0.4", |
66 | | - "eslint": "^8.57.1", |
67 | | - "eslint-config-prettier": "^10.1.5", |
68 | | - "eslint-plugin-formatjs": "~4.13.3", |
69 | | - "eslint-plugin-import": "^2.32.0", |
70 | | - "eslint-plugin-jest": "^28.14.0", |
71 | | - "eslint-plugin-prettier": "^5.5.1", |
72 | | - "eslint-plugin-react": "^7.37.5", |
73 | | - "eslint-plugin-react-hooks": "^4.6.2", |
| 65 | + "eslint": "^9.39.0", |
74 | 66 | "jest": "^30.0.4", |
75 | 67 | "json-diff": "^1.0.6", |
76 | 68 | "prettier": "^3.6.2", |
|
0 commit comments