Skip to content

Commit

Permalink
Fix dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed May 15, 2023
1 parent 8ce016c commit 7453d04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .eslintrc.txt

This file was deleted.

1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default defineFlatConfig([
{
languageOptions: {
globals: { ...globals.node },
parserOptions: { project: 'tsconfig.json' },
sourceType: 'module'
},
rules: {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"exactOptionalPropertyTypes": true
"exactOptionalPropertyTypes": true,
"resolveJsonModule": true
},
"exclude": ["types.d.ts"]
}

0 comments on commit 7453d04

Please sign in to comment.