Skip to content

Commit

Permalink
Remove incorrect tsconfig root dir setting (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpzwarte committed Sep 10, 2024
1 parent 8a6b5d7 commit a2b2949
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-fireants-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sl-design-system/eslint-config': patch
---

Remove incorrect tsconfig root dir setting
3 changes: 1 addition & 2 deletions tools/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ export default tseslint.config(
{
languageOptions: {
parserOptions: {
projectService: true,
tsconfigRootDir: import.meta.dirname
projectService: true
}
}
},
Expand Down

0 comments on commit a2b2949

Please sign in to comment.