@alexlit/config-eslint 153.2.1 → 153.4.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/CHANGELOG.md ADDED
@@ -0,0 +1,34 @@
1
+ # Changelog
2
+
3
+
4
+ ## v153.4.0
5
+
6
+ [compare changes](https://github.com/alex-lit/lint-kit/compare/@alexlit/config-eslint@153.3.0...v153.4.0)
7
+
8
+ ### 🏡 Chore
9
+
10
+ - **@alexlit/lint-kit:** Bump version ([85b0b3a2](https://github.com/alex-lit/lint-kit/commit/85b0b3a2))
11
+ - **@alexlit/config-hooks:** Bump version ([d1e01056](https://github.com/alex-lit/lint-kit/commit/d1e01056))
12
+
13
+ ### ❤️ Contributors
14
+
15
+ - Alexey Litovchenko ([@alex-lit](https://github.com/alex-lit))
16
+
17
+ ## v153.3.0
18
+
19
+ [compare changes](https://github.com/alex-lit/lint-kit/compare/@alexlit/config-eslint@153.2.1...v153.3.0)
20
+
21
+ ### 🏡 Chore
22
+
23
+ - **@alexlit/config-commitlint:** Bump version ([7f46ad83](https://github.com/alex-lit/lint-kit/commit/7f46ad83))
24
+ - **@alexlit/config-commitlint:** Bump version ([d9f8369e](https://github.com/alex-lit/lint-kit/commit/d9f8369e))
25
+ - **@alexlit/lint-kit:** Bump version ([23e2ee78](https://github.com/alex-lit/lint-kit/commit/23e2ee78))
26
+ - **@alexlit/lint-kit:** Bump version ([fcc93e31](https://github.com/alex-lit/lint-kit/commit/fcc93e31))
27
+ - **@alexlit/lint-kit:** Bump version ([6c5aeb15](https://github.com/alex-lit/lint-kit/commit/6c5aeb15))
28
+ - **@alexlit/lint-kit:** Bump version ([abb7587d](https://github.com/alex-lit/lint-kit/commit/abb7587d))
29
+ - **@alexlit/config-npmlint:** Bump version ([f1add18f](https://github.com/alex-lit/lint-kit/commit/f1add18f))
30
+
31
+ ### ❤️ Contributors
32
+
33
+ - Alexey Litovchenko ([@alex-lit](https://github.com/alex-lit))
34
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "153.2.1",
3
+ "version": "153.4.0",
4
4
  "private": false,
5
5
  "description": "Sharable ESLint configuration",
6
6
  "keywords": [
@@ -28,7 +28,8 @@
28
28
  "index.js",
29
29
  "plugins/",
30
30
  "presets/",
31
- "README.md"
31
+ "README.md",
32
+ "CHANGELOG.md"
32
33
  ],
33
34
  "scripts": {
34
35
  "inspect": "npx @eslint/config-inspector@latest",
@@ -48,13 +49,13 @@
48
49
  "@vitest/eslint-plugin": "^1.6.27",
49
50
  "eslint": "^10.8.1",
50
51
  "eslint-config-prettier": "^10.1.8",
51
- "eslint-plugin-jsdoc": "^64.1.0",
52
+ "eslint-plugin-jsdoc": "^64.2.1",
52
53
  "eslint-plugin-perfectionist": "^5.10.1",
53
54
  "eslint-plugin-pinia": "^0.4.2",
54
55
  "eslint-plugin-prettier": "^5.5.6",
55
56
  "eslint-plugin-regexp": "^3.2.0",
56
57
  "eslint-plugin-sonarjs": "^4.2.0",
57
- "eslint-plugin-tailwindcss": "^4.2.0",
58
+ "eslint-plugin-tailwindcss": "^4.3.0",
58
59
  "eslint-plugin-unicorn": "^73.0.0",
59
60
  "eslint-plugin-vue": "^10.10.0",
60
61
  "eslint-plugin-vuejs-accessibility": "^2.6.0",
@@ -5,7 +5,7 @@ import { FILES } from '../presets/base.js';
5
5
 
6
6
  /** @see [eslint-plugin-perfectionist](https://perfectionist.dev) */
7
7
  export const perfectionist = defineConfig([
8
- { files: FILES, ...plugin.configs['recommended-natural'] },
8
+ { ...plugin.configs['recommended-natural'], files: FILES },
9
9
  {
10
10
  files: FILES,
11
11
  rules: {