|
52 | 52 | "camelcase-css": "^2.0.1" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@logux/eslint-config": "^52.0.1", |
56 | | - "c8": "^8.0.1", |
57 | | - "clean-publish": "^4.2.0", |
58 | | - "eslint": "^8.51.0", |
| 55 | + "@logux/eslint-config": "^56.1.0", |
| 56 | + "c8": "^10.1.3", |
| 57 | + "clean-publish": "^5.2.2", |
| 58 | + "eslint": "^9.35.0", |
59 | 59 | "eslint-config-standard": "^17.1.0", |
60 | | - "eslint-plugin-import": "^2.28.1", |
61 | | - "eslint-plugin-n": "^16.1.0", |
62 | | - "eslint-plugin-node-import": "^1.0.4", |
63 | | - "eslint-plugin-perfectionist": "^2.1.0", |
64 | | - "eslint-plugin-prefer-let": "^3.0.1", |
65 | | - "eslint-plugin-promise": "^6.1.1", |
66 | | - "postcss": "^8.4.31", |
| 60 | + "eslint-plugin-import": "^2.32.0", |
| 61 | + "eslint-plugin-n": "^17.22.0", |
| 62 | + "eslint-plugin-node-import": "^1.0.5", |
| 63 | + "eslint-plugin-perfectionist": "^4.15.0", |
| 64 | + "eslint-plugin-prefer-let": "^4.0.0", |
| 65 | + "eslint-plugin-promise": "^7.2.1", |
| 66 | + "postcss": "^8.5.6", |
67 | 67 | "uvu": "^0.5.6" |
68 | 68 | }, |
69 | 69 | "prettier": { |
|
74 | 74 | "singleQuote": true, |
75 | 75 | "trailingComma": "none" |
76 | 76 | }, |
77 | | - "eslintConfig": { |
78 | | - "extends": "@logux/eslint-config", |
79 | | - "rules": { |
80 | | - "perfectionist/sort-objects": "off", |
81 | | - "no-console": "off" |
82 | | - } |
83 | | - }, |
84 | 77 | "c8": { |
85 | 78 | "exclude": [ |
86 | 79 | "**/*.test.*" |
|
0 commit comments