@juuso.piikkila/eslint-config-typescript 3.0.6 → 3.0.7

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,9 @@
1
+ ## [3.0.7](https://github.com/juusopiikkila/eslint-config-typescript/compare/3.0.6...3.0.7) (2025-03-09)
2
+
3
+ ### Bug Fixes
4
+
5
+ * remove tsconfigRootDir ([d3aac1f](https://github.com/juusopiikkila/eslint-config-typescript/commit/d3aac1f26a9cc1d562faf3f2f3712048b6c8f46b))
6
+
1
7
  ## [3.0.6](https://github.com/juusopiikkila/eslint-config-typescript/compare/3.0.5...3.0.6) (2025-03-09)
2
8
 
3
9
  ### Bug Fixes
@@ -195,8 +195,6 @@ module.exports = [
195
195
  parser: require('vue-eslint-parser'),
196
196
  parserOptions: {
197
197
  project: true,
198
- // eslint-disable-next-line no-undef
199
- tsconfigRootDir: __dirname,
200
198
  parser: {
201
199
  ts: require('@typescript-eslint/parser'),
202
200
  '<template>': 'espree',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@juuso.piikkila/eslint-config-typescript",
3
3
  "description": "ESLint config for typescript projects",
4
- "version": "3.0.6",
4
+ "version": "3.0.7",
5
5
  "main": "index.cjs",
6
6
  "author": "Juuso Piikkilä",
7
7
  "license": "MIT",