@useinsider/eslint-config 1.3.0-beta.21 → 1.3.0-beta.22

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 (1) hide show
  1. package/package.json +16 -12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@useinsider/eslint-config",
3
3
  "type": "module",
4
- "version": "1.3.0-beta.21",
4
+ "version": "1.3.0-beta.22",
5
5
  "description": "A collection of ESLint configurations provided by @useinsider, offering support for various environments including Vanilla JS, TypeScript, and framework-specific setups such as Vue 3.",
6
6
  "keywords": [
7
7
  "useinsider",
@@ -69,31 +69,31 @@
69
69
  "dependencies": {
70
70
  "@cspell/eslint-plugin": "8.16.0",
71
71
  "@eslint/eslintrc": "3.2.0",
72
+ "@eslint/js": "8.57.1",
72
73
  "@stylistic/eslint-plugin": "2.10.1",
73
74
  "@stylistic/eslint-plugin-migrate": "2.10.1",
75
+ "@types/eslint": "8.56.12",
76
+ "@types/eslint__eslintrc": "2.1.2",
77
+ "@types/eslint__js": "8.42.3",
78
+ "@typescript-eslint/eslint-plugin": "7.18.0",
79
+ "@typescript-eslint/parser": "7.18.0",
74
80
  "eslint": "8.57.1",
75
81
  "eslint-config-airbnb-base": "15.0.0",
82
+ "eslint-config-airbnb-typescript": "18.0.0",
83
+ "eslint-import-resolver-typescript": "3.6.3",
76
84
  "eslint-plugin-import": "2.31.0",
77
85
  "eslint-plugin-jsdoc": "50.5.0",
78
- "tslib": "2.6.3"
86
+ "typescript-eslint": "8.14.0"
79
87
  },
80
88
  "devDependencies": {
81
- "@eslint/js": "8.57.1",
82
89
  "@rollup/plugin-typescript": "11.1.6",
83
90
  "@semantic-release/changelog": "6.0.3",
84
91
  "@semantic-release/git": "10.0.1",
85
- "@types/eslint": "8.56.12",
86
- "@types/eslint__eslintrc": "2.1.2",
87
- "@types/eslint__js": "8.42.3",
88
92
  "@types/fs-extra": "11.0.4",
89
93
  "@types/node": "22.9.0",
90
- "@typescript-eslint/eslint-plugin": "7.18.0",
91
- "@typescript-eslint/parser": "7.18.0",
92
94
  "@useinsider/release-config": "workspace:*",
93
95
  "@vitest/coverage-v8": "2.1.5",
94
96
  "@vue/eslint-config-typescript": "13.0.0",
95
- "eslint-config-airbnb-typescript": "18.0.0",
96
- "eslint-import-resolver-typescript": "3.6.3",
97
97
  "eslint-plugin-vue": "9.31.0",
98
98
  "eslint-plugin-vue-scoped-css": "2.8.1",
99
99
  "fs-extra": "11.2.0",
@@ -103,8 +103,8 @@
103
103
  "semantic-release": "24.0.0",
104
104
  "semantic-release-monorepo": "8.0.2",
105
105
  "ts-deepmerge": "7.0.1",
106
+ "tslib": "2.6.3",
106
107
  "typescript": "5.5.4",
107
- "typescript-eslint": "8.14.0",
108
108
  "vite": "5.4.11",
109
109
  "vite-tsconfig-paths": "5.1.2",
110
110
  "vitest": "2.1.5",
@@ -112,6 +112,10 @@
112
112
  "vue-eslint-parser": "9.4.3"
113
113
  },
114
114
  "optionalDependencies": {
115
- "@rushstack/eslint-patch": ">=1.10.4"
115
+ "@rushstack/eslint-patch": ">=1.10.4",
116
+ "@vue/eslint-config-typescript": "13.0.0",
117
+ "eslint-plugin-vue": "9.31.0",
118
+ "eslint-plugin-vue-scoped-css": "2.8.1",
119
+ "vue-eslint-parser": "9.4.3"
116
120
  }
117
121
  }