@kitschpatrol/eslint-config 4.7.5 → 4.7.6

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/eslint.config.cjs CHANGED
@@ -143,7 +143,7 @@ const globalRulesTypescript = {
143
143
  // Allow UPPER_CASE const exports
144
144
  selector: 'variable',
145
145
  modifiers: ['const', 'exported'],
146
- format: ['UPPER_CASE'],
146
+ format: ['UPPER_CASE', 'camelCase'],
147
147
  },
148
148
  ],
149
149
  }
@@ -18,6 +18,7 @@ dist/
18
18
  env.d.ts
19
19
  node_modules/
20
20
  vendor/
21
+ .parcel-cache/
21
22
 
22
23
  # @kitschpatrol/eslint-config boilerplate
23
24
  /patches/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/eslint-config",
3
- "version": "4.7.5",
3
+ "version": "4.7.6",
4
4
  "type": "module",
5
5
  "description": "ESLint configuration for @kitschpatrol/shared-config.",
6
6
  "repository": {
@@ -54,7 +54,7 @@
54
54
  "eslint-plugin-jsx-a11y": "^6.10.0",
55
55
  "eslint-plugin-mdx": "^3.1.5",
56
56
  "eslint-plugin-n": "^17.10.2",
57
- "eslint-plugin-perfectionist": "^3.4.0",
57
+ "eslint-plugin-perfectionist": "^3.5.0",
58
58
  "eslint-plugin-svelte": "^2.43.0",
59
59
  "eslint-plugin-unicorn": "^55.0.0",
60
60
  "execa": "^8.0.1",
@@ -64,7 +64,7 @@
64
64
  "access": "public"
65
65
  },
66
66
  "scripts": {
67
- "build": "../../scripts/build.ts && mdat readme",
67
+ "build": "../../scripts/build.ts && pnpm mdat readme",
68
68
  "cli": "node ./bin/cli.js"
69
69
  }
70
70
  }