Skip to content

Commit

Permalink
refactor(eslint-config): ♻️ set project
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Jun 21, 2023
1 parent 965f0f6 commit 06e4b1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/selfish-rocks-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@importantimport/eslint-config": patch
---

Refactor: set project
1 change: 1 addition & 0 deletions packages/eslint-config/src/configs/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const ts = {
parser: tsParser,
parserOptions: {
ecmaVersion: 'latest',
project: true,
sourceType: 'module',
},
},
Expand Down

0 comments on commit 06e4b1a

Please sign in to comment.