@jmlweb/eslint-config-astro 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @jmlweb/eslint-config-astro
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9553ece: Fix package.json formatting by sorting keywords alphabetically to comply with syncpack rules.
8
+
3
9
  ## 1.0.0
4
10
 
5
11
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jmlweb/eslint-config-astro",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "ESLint configuration for Astro projects with TypeScript. Extends @jmlweb/eslint-config-base with Astro-specific rules.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -24,11 +24,11 @@
24
24
  "CHANGELOG.md"
25
25
  ],
26
26
  "keywords": [
27
+ "astro",
27
28
  "code-quality",
28
29
  "eslint",
29
30
  "eslint-config",
30
31
  "linting",
31
- "astro",
32
32
  "typescript"
33
33
  ],
34
34
  "author": "jmlweb",