We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a67bc7 commit 08d96d4Copy full SHA for 08d96d4
.eslintrc.js
@@ -16,7 +16,7 @@ module.exports = {
16
parser: "@typescript-eslint/parser",
17
parserOptions: {
18
project: "tsconfig.json",
19
- // sourceType: "module"
+ sourceType: "module"
20
},
21
plugins: ["@typescript-eslint", "import"],
22
settings: {
0 commit comments