|
80 | 80 | },
|
81 | 81 | "devDependencies": {
|
82 | 82 | "@logux/core": "github:logux/core#next",
|
83 |
| - "@logux/eslint-config": "^52.0.2", |
| 83 | + "@logux/eslint-config": "^53.0.0", |
84 | 84 | "@nanostores/preact": "^0.5.1",
|
85 | 85 | "@nanostores/react": "^0.7.2",
|
86 | 86 | "@nanostores/vue": "^0.10.0",
|
|
93 | 93 | "@types/react": "^18.2.73",
|
94 | 94 | "@types/react-dom": "^18.2.23",
|
95 | 95 | "@types/ws": "^8.5.10",
|
96 |
| - "@typescript-eslint/eslint-plugin": "^7.5.0", |
97 |
| - "@typescript-eslint/parser": "^7.5.0", |
98 | 96 | "@vitest/coverage-v8": "^1.4.0",
|
99 | 97 | "@vue/compiler-sfc": "^3.4.21",
|
100 | 98 | "check-dts": "^0.7.2",
|
101 | 99 | "clean-publish": "^4.3.0",
|
102 | 100 | "eslint": "^8.57.0",
|
103 |
| - "eslint-config-standard": "^17.1.0", |
104 |
| - "eslint-plugin-import": "^2.29.1", |
105 |
| - "eslint-plugin-n": "^16.6.2", |
106 |
| - "eslint-plugin-perfectionist": "^2.7.0", |
107 |
| - "eslint-plugin-prefer-let": "^3.0.1", |
108 |
| - "eslint-plugin-promise": "^6.1.1", |
109 | 101 | "fake-indexeddb": "^5.0.2",
|
| 102 | + "globals": "^15.0.0", |
110 | 103 | "happy-dom": "^14.3.10",
|
111 | 104 | "nanospy": "^1.0.0",
|
112 | 105 | "nanostores": "^0.10.2",
|
|
131 | 124 | "singleQuote": true,
|
132 | 125 | "trailingComma": "none"
|
133 | 126 | },
|
134 |
| - "eslintConfig": { |
135 |
| - "extends": "@logux/eslint-config/ts", |
136 |
| - "rules": { |
137 |
| - "@typescript-eslint/no-explicit-any": "off", |
138 |
| - "symbol-description": "off", |
139 |
| - "no-console": "off", |
140 |
| - "camelcase": "off" |
141 |
| - } |
142 |
| - }, |
143 |
| - "eslintIgnore": [ |
144 |
| - "test/demo/dist", |
145 |
| - "**/errors.ts" |
146 |
| - ], |
147 | 127 | "size-limit": [
|
148 | 128 | {
|
149 | 129 | "name": "CrossTabClient",
|
|
0 commit comments