Skip to content

Commit

Permalink
bla2
Browse files Browse the repository at this point in the history
  • Loading branch information
laendoor committed Jan 11, 2024
1 parent 6a5e7f6 commit c2e5c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"plugins": ["@typescript-eslint", "import"],
"settings": {
"import/extensions": [".js", ".d.ts", ".ts"],
"import/extensions": [".js", ".ts"],
"import/parsers": {
"@typescript-eslint/parser": [".js", ".d.ts", ".ts"]
"@typescript-eslint/parser": [".js", ".ts"]
},
"import/resolver": {
"node": {
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"target": "ES2016",
"module": "CommonJS",
"lib": ["ES2016", "ESNext"],
"baseUrl": "./",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
Expand Down

0 comments on commit c2e5c5e

Please sign in to comment.