@azat-io/eslint-config 2.23.0 → 2.24.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.
@@ -629,7 +629,8 @@ let core = (config) => {
629
629
  props: true,
630
630
  rel: ["astro", "react", "svelte", "vue"].some(
631
631
  (configName) => config[configName]
632
- )
632
+ ),
633
+ var: true
633
634
  }
634
635
  }
635
636
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azat-io/eslint-config",
3
- "version": "2.23.0",
3
+ "version": "2.24.0",
4
4
  "description": "ESLint shareable config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -26,8 +26,8 @@
26
26
  "./dist"
27
27
  ],
28
28
  "dependencies": {
29
- "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
30
- "@vitest/eslint-plugin": "1.1.39",
29
+ "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
30
+ "@vitest/eslint-plugin": "1.1.42",
31
31
  "astro-eslint-parser": "^1.2.2",
32
32
  "eslint-config-flat-gitignore": "^2.1.0",
33
33
  "eslint-import-resolver-typescript": "^4.3.2",
@@ -37,7 +37,7 @@
37
37
  "eslint-plugin-jsdoc": "^50.6.9",
38
38
  "eslint-plugin-jsx-a11y": "^6.10.2",
39
39
  "eslint-plugin-n": "^17.17.0",
40
- "eslint-plugin-package-json": "^0.29.0",
40
+ "eslint-plugin-package-json": "^0.29.1",
41
41
  "eslint-plugin-perfectionist": "^4.11.0",
42
42
  "eslint-plugin-prefer-arrow": "^1.2.3",
43
43
  "eslint-plugin-prefer-let": "^4.0.0",