@kitql/eslint-config 0.6.0-next.0 → 0.6.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.
Files changed (2) hide show
  1. package/.prettierrc.mjs +2 -1
  2. package/package.json +2 -2
package/.prettierrc.mjs CHANGED
@@ -24,7 +24,8 @@ const config = {
24
24
  '^(\\$env)(.*)$', // special sveltekit
25
25
  '^(\\$app)(.*)$', // special sveltekit
26
26
  '',
27
- '^(@app/common)(.*)$', // Aliases
27
+ '^(\\$server)(.*)$', // special firstly
28
+ '^(\\$modules)(.*)$', // special firstly
28
29
  '^(\\$)(.*)$', // Aliases
29
30
  '',
30
31
  '^[./]', // inside
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitql/eslint-config",
3
- "version": "0.6.0-next.0",
3
+ "version": "0.6.0",
4
4
  "type": "module",
5
5
  "description": "opinionated linting and formatting for projects",
6
6
  "repository": {
@@ -39,7 +39,7 @@
39
39
  "commander": "13.1.0",
40
40
  "eslint": "9.22.0",
41
41
  "eslint-plugin-pnpm": "0.3.1",
42
- "eslint-plugin-svelte": "3.1.0",
42
+ "eslint-plugin-svelte": "3.3.0",
43
43
  "eslint-plugin-unused-imports": "4.1.4",
44
44
  "globals": "16.0.0",
45
45
  "jsonc-eslint-parser": "2.4.0",