@kitql/eslint-config 0.3.0 → 0.3.2

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.cjs +2 -0
  2. package/package.json +9 -9
package/.prettierrc.cjs CHANGED
@@ -15,11 +15,13 @@ module.exports = {
15
15
  '',
16
16
  '^(\\$houdini)(.*)$', // special
17
17
  '^(remult)(.*)$', // special
18
+ '^(remult-kit)(.*)$', // special
18
19
  '^(@kitql)(.*)$', // special
19
20
  '',
20
21
  '^(\\$env)(.*)$', // special sveltekit
21
22
  '^(\\$app)(.*)$', // special sveltekit
22
23
  '',
24
+ '^(@app/common)(.*)$', // Aliases
23
25
  '^(\\$)(.*)$', // Aliases
24
26
  '',
25
27
  '^[./]', // inside
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "eslint",
7
7
  "eslint-config"
8
8
  ],
9
- "version": "0.3.0",
9
+ "version": "0.3.2",
10
10
  "license": "MIT",
11
11
  "type": "module",
12
12
  "repository": {
@@ -21,23 +21,23 @@
21
21
  "main": "index.cjs",
22
22
  "dependencies": {
23
23
  "@graphql-eslint/eslint-plugin": "3.20.1",
24
- "@kitql/helpers": "0.8.8",
24
+ "@kitql/helpers": "0.8.9",
25
25
  "@theguild/eslint-config": "^0.11.1",
26
26
  "@theguild/prettier-config": "2.0.2",
27
- "@typescript-eslint/eslint-plugin": "6.20.0",
28
- "@typescript-eslint/parser": "6.20.0",
27
+ "@typescript-eslint/eslint-plugin": "7.2.0",
28
+ "@typescript-eslint/parser": "7.2.0",
29
29
  "@vue/compiler-sfc": "3.4.7",
30
- "commander": "^11.1.0",
31
- "eslint": "8.56.0",
30
+ "commander": "^12.0.0",
31
+ "eslint": "8.57.0",
32
32
  "eslint-config-prettier": "9.1.0",
33
33
  "eslint-plugin-svelte": "2.35.0",
34
- "eslint-plugin-unused-imports": "3.0.0",
34
+ "eslint-plugin-unused-imports": "3.1.0",
35
35
  "prettier": "3.2.4",
36
36
  "prettier-plugin-sh": "0.14.0",
37
- "prettier-plugin-svelte": "3.1.0",
37
+ "prettier-plugin-svelte": "3.2.2",
38
38
  "prettier-plugin-tailwindcss": "0.5.7",
39
39
  "svelte": "4.2.0",
40
- "typescript": "5.3.2"
40
+ "typescript": "5.4.2"
41
41
  },
42
42
  "sideEffects": false,
43
43
  "publishConfig": {