@antfu/eslint-config 9.1.0 → 9.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -176,6 +176,7 @@ Add the following settings to your `.zed/settings.json`:
176
176
 
177
177
  ```jsonc
178
178
  {
179
+ "format_on_save": "on",
179
180
  // Use ESLint's --fix:
180
181
  "code_actions_on_format": {
181
182
  "source.fixAll.eslint": true
package/dist/cli.d.mts CHANGED
@@ -1 +1 @@
1
- export { };
1
+ export {}
package/dist/cli.mjs CHANGED
@@ -8,7 +8,7 @@ import { cac } from "cac";
8
8
  import parse from "parse-gitignore";
9
9
  import { execSync } from "node:child_process";
10
10
  //#region package.json
11
- var version = "9.1.0";
11
+ var version = "9.2.0";
12
12
  //#endregion
13
13
  //#region src/cli/constants.ts
14
14
  const vscodeSettingsString = `
@@ -165,16 +165,16 @@ async function updateEslintFiles(result) {
165
165
  //#endregion
166
166
  //#region src/cli/constants-generated.ts
167
167
  const versionsMap = {
168
- "@eslint-react/eslint-plugin": "^5.9.2",
169
- "@next/eslint-plugin-next": "^16.2.9",
170
- "@unocss/eslint-plugin": "^66.7.2",
171
- "astro-eslint-parser": "^2.0.0",
172
- "eslint": "^10.5.0",
173
- "eslint-plugin-astro": "^2.0.0",
168
+ "@eslint-react/eslint-plugin": "^5.17.3",
169
+ "@next/eslint-plugin-next": "^16.2.10",
170
+ "@unocss/eslint-plugin": "^66.7.5",
171
+ "astro-eslint-parser": "^3.0.0",
172
+ "eslint": "^10.7.0",
173
+ "eslint-plugin-astro": "^3.0.1",
174
174
  "eslint-plugin-format": "^2.0.1",
175
175
  "eslint-plugin-react-refresh": "^0.5.3",
176
176
  "eslint-plugin-solid": "^0.14.5",
177
- "eslint-plugin-svelte": "^3.19.0",
177
+ "eslint-plugin-svelte": "^3.22.0",
178
178
  "prettier-plugin-astro": "^0.14.1",
179
179
  "prettier-plugin-slidev": "^1.0.5",
180
180
  "svelte-eslint-parser": "^1.8.0"