@kitql/eslint-config 0.3.3 → 0.3.4

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 -1
  2. package/package.json +8 -8
package/.prettierrc.cjs CHANGED
@@ -2,6 +2,7 @@ const { plugins, ...prettierConfig } = require('@theguild/prettier-config')
2
2
 
3
3
  module.exports = {
4
4
  ...prettierConfig,
5
+ singleQuote: true,
5
6
  semi: false,
6
7
  arrowParens: 'always',
7
8
  plugins: [
@@ -15,7 +16,7 @@ module.exports = {
15
16
  '',
16
17
  '^(\\$houdini)(.*)$', // special
17
18
  '^(remult)(.*)$', // special
18
- '^(remult-kit)(.*)$', // special
19
+ '^(firstly)(.*)$', // special
19
20
  '^(@kitql)(.*)$', // special
20
21
  '',
21
22
  '^(\\$env)(.*)$', // special sveltekit
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "eslint",
7
7
  "eslint-config"
8
8
  ],
9
- "version": "0.3.3",
9
+ "version": "0.3.4",
10
10
  "license": "MIT",
11
11
  "type": "module",
12
12
  "repository": {
@@ -22,22 +22,22 @@
22
22
  "dependencies": {
23
23
  "@graphql-eslint/eslint-plugin": "3.20.1",
24
24
  "@kitql/helpers": "0.8.9",
25
- "@theguild/eslint-config": "^0.11.1",
25
+ "@theguild/eslint-config": "^0.12.0",
26
26
  "@theguild/prettier-config": "2.0.2",
27
- "@typescript-eslint/eslint-plugin": "7.7.0",
28
- "@typescript-eslint/parser": "7.7.0",
27
+ "@typescript-eslint/eslint-plugin": "7.18.0",
28
+ "@typescript-eslint/parser": "7.18.0",
29
29
  "@vue/compiler-sfc": "3.4.7",
30
30
  "commander": "^12.0.0",
31
31
  "eslint": "8.57.0",
32
32
  "eslint-config-prettier": "9.1.0",
33
- "eslint-plugin-svelte": "2.39.3",
33
+ "eslint-plugin-svelte": "2.43.0",
34
34
  "eslint-plugin-unused-imports": "3.2.0",
35
- "prettier": "3.2.4",
35
+ "prettier": "3.3.3",
36
36
  "prettier-plugin-sh": "0.14.0",
37
37
  "prettier-plugin-svelte": "3.2.2",
38
- "prettier-plugin-tailwindcss": "0.5.7",
38
+ "prettier-plugin-tailwindcss": "0.6.6",
39
39
  "svelte": "4.2.0",
40
- "typescript": "5.4.2"
40
+ "typescript": "5.5.4"
41
41
  },
42
42
  "sideEffects": false,
43
43
  "publishConfig": {