@so1ve/eslint-config 1.0.0 → 1.0.1

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/dist/index.cjs CHANGED
@@ -1066,8 +1066,9 @@ function typescript({
1066
1066
  parserOptions: {
1067
1067
  sourceType: "module",
1068
1068
  extraFileExtensions: componentExts.map((ext) => `.${ext}`),
1069
- EXPERIMENTAL_useProjectService: true,
1070
- // eslint-disable-next-line ts/no-unnecessary-type-assertion
1069
+ // EXPERIMENTAL_useProjectService: true,
1070
+ project: true,
1071
+ tsconfigRootDir: process.cwd(),
1071
1072
  ...parserOptions
1072
1073
  }
1073
1074
  },
package/dist/index.mjs CHANGED
@@ -1037,8 +1037,9 @@ function typescript({
1037
1037
  parserOptions: {
1038
1038
  sourceType: "module",
1039
1039
  extraFileExtensions: componentExts.map((ext) => `.${ext}`),
1040
- EXPERIMENTAL_useProjectService: true,
1041
- // eslint-disable-next-line ts/no-unnecessary-type-assertion
1040
+ // EXPERIMENTAL_useProjectService: true,
1041
+ project: true,
1042
+ tsconfigRootDir: process.cwd(),
1042
1043
  ...parserOptions
1043
1044
  }
1044
1045
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@so1ve/eslint-config",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
5
5
  "description": "Ray's eslint config.",
6
6
  "keywords": [
@@ -71,8 +71,8 @@
71
71
  "toml-eslint-parser": "^0.6.0",
72
72
  "vue-eslint-parser": "^9.3.1",
73
73
  "yaml-eslint-parser": "^1.2.2",
74
- "@so1ve/eslint-plugin": "1.0.0",
75
- "@so1ve/eslint-plugin-sort-imports": "1.0.0"
74
+ "@so1ve/eslint-plugin": "1.0.1",
75
+ "@so1ve/eslint-plugin-sort-imports": "1.0.1"
76
76
  },
77
77
  "devDependencies": {
78
78
  "eslint": "^8.46.0"