Skip to content

Commit

Permalink
fix lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Apr 22, 2021
1 parent 5e19f97 commit 1334629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -45,7 +45,7 @@ module.exports = {
files: ["types/*.ts", "src/*.ts"],
parser: '@typescript-eslint/parser',
rules: {
"import/no-duplicates": "off"
"import/no-duplicates": "off",
"import/extensions": "off"
}
},
Expand Down

0 comments on commit 1334629

Please sign in to comment.