|
1 | 1 | {
|
2 | 2 | "name": "eslint-config-gev",
|
3 |
| - "version": "4.3.0", |
| 3 | + "version": "4.4.0", |
4 | 4 | "description": "Curated ESLint configs for TS, JS, Next, React, and React Native projects",
|
5 | 5 | "author": "SrBrahma",
|
6 | 6 | "main": "index.js",
|
7 | 7 | "bin": "bin.js",
|
8 | 8 | "scripts": {
|
9 | 9 | "format": "biome check --apply-unsafe . && eslint --fix . package.json",
|
10 | 10 | "format:check": "biome check . && eslint . package.json",
|
11 |
| - "pre-commit": "bun format && bun test && bun start && git add -A", |
12 |
| - "prepare": "husky install", |
| 11 | + "pre-commit": "bun format && bun start && git add -A", |
| 12 | + "prepare": "husky", |
13 | 13 | "start": "bun scripts/makeTsExtensions.ts",
|
14 | 14 | "test:watch": "bun test --watch",
|
15 | 15 | "watch": "bun --watch scripts/makeTsExtensions.ts"
|
|
31 | 31 | "javascript"
|
32 | 32 | ],
|
33 | 33 | "dependencies": {
|
34 |
| - "@next/eslint-plugin-next": "^14.0.4", |
35 |
| - "@rushstack/eslint-patch": "^1.6.1", |
36 |
| - "@stylistic/eslint-plugin": "1.5.3", |
37 |
| - "@typescript-eslint/eslint-plugin": "6.17.0", |
38 |
| - "@typescript-eslint/parser": "6.17.0", |
39 |
| - "citty": "0.1.5", |
| 34 | + "@next/eslint-plugin-next": "^14.2.3", |
| 35 | + "@rushstack/eslint-patch": "^1.10.2", |
| 36 | + "@stylistic/eslint-plugin": "1.7.2", |
| 37 | + "@typescript-eslint/eslint-plugin": "7.7.1", |
| 38 | + "@typescript-eslint/parser": "7.7.1", |
| 39 | + "citty": "0.1.6", |
40 | 40 | "eslint": "8.56.0",
|
41 |
| - "eslint-config-biome": "^1.4.1", |
42 |
| - "eslint-plugin-jsdoc": "48.0.2", |
43 |
| - "eslint-plugin-json-files": "^4.1.0", |
| 41 | + "eslint-config-biome": "^1.5.3", |
| 42 | + "eslint-plugin-jsdoc": "48.2.3", |
| 43 | + "eslint-plugin-json-files": "^4.2.0", |
44 | 44 | "eslint-plugin-no-autofix": "1.2.3",
|
45 |
| - "eslint-plugin-no-relative-import-paths": "1.5.3", |
46 |
| - "eslint-plugin-prefer-arrow-functions": "3.2.4", |
47 |
| - "eslint-plugin-react": "7.33.2", |
| 45 | + "eslint-plugin-no-relative-import-paths": "1.5.4", |
| 46 | + "eslint-plugin-prefer-arrow-functions": "3.3.2", |
| 47 | + "eslint-plugin-react": "7.34.1", |
48 | 48 | "eslint-plugin-react-hooks": "4.6.0",
|
49 | 49 | "eslint-plugin-react-native": "4.1.0",
|
50 | 50 | "eslint-plugin-require-extensions": "0.1.3",
|
51 |
| - "eslint-plugin-unused-imports": "3.0.0" |
| 51 | + "eslint-plugin-unused-imports": "3.1.0" |
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 |
| - "@biomejs/biome": "^1.4.1", |
| 54 | + "@biomejs/biome": "^1.7.1", |
55 | 55 | "@sindresorhus/tsconfig": "5.0.0",
|
56 |
| - "@types/bun": "^1.0.0", |
57 |
| - "husky": "8.0.3" |
| 56 | + "@types/bun": "^1.1.0", |
| 57 | + "husky": "9.0.11" |
58 | 58 | }
|
59 | 59 | }
|
0 commit comments