@widergy/eslint-config 1.0.3 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.0.4](https://github.com/widergy/eslint-config/compare/v1.0.3...v1.0.4) (2026-02-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [DEV-766] tsconfig ([#13](https://github.com/widergy/eslint-config/issues/13)) ([29705cd](https://github.com/widergy/eslint-config/commit/29705cd0476b01fb6b043054d9392c5f32397dbd))
7
+
1
8
  ## [1.0.3](https://github.com/widergy/eslint-config/compare/v1.0.2...v1.0.3) (2026-02-10)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/eslint-config",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Widergy ESLint configuration",
5
5
  "type": "module",
6
6
  "author": "widergy",
package/src/javascript.js CHANGED
@@ -102,7 +102,6 @@ export default defineConfig([
102
102
  parser: tseslint.parser,
103
103
  parserOptions: {
104
104
  projectService: true,
105
- tsconfigRootDir: import.meta.dirname,
106
105
  },
107
106
  },
108
107
  name: "widergy/javascript-ts",
@@ -125,7 +125,6 @@ export default defineConfig([
125
125
  parser: tseslint.parser,
126
126
  parserOptions: {
127
127
  projectService: true,
128
- tsconfigRootDir: import.meta.dirname,
129
128
  },
130
129
  },
131
130
  name: "widergy/react-native-ts",
package/src/react.js CHANGED
@@ -121,7 +121,6 @@ export default defineConfig([
121
121
  parser: tseslint.parser,
122
122
  parserOptions: {
123
123
  projectService: true,
124
- tsconfigRootDir: import.meta.dirname,
125
124
  },
126
125
  },
127
126
  name: "widergy/react-web-ts",