Skip to content

Commit

Permalink
error for missing extension in tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
theinterned committed Oct 27, 2023
1 parent 6ea0bbf commit 0e85443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"github/unescaped-html-literal": "off",
"github/no-inner-html": "off",
"eslint-comments/no-use": "off",
"import/extensions": "off"
"import/extensions": ["error", "always"]
},
"env": {
"mocha": true
Expand Down

0 comments on commit 0e85443

Please sign in to comment.