Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 413fbc4

Browse files
committedAug 6, 2021
Remove import eslint module
The import module does not currenty handle package exports. The author is apparently of the opinion that exports should not use renaming features. Until this is fixed, all of the v2 API is broken. See import-js/eslint-plugin-import#1810 for more info.
1 parent 164da35 commit 413fbc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎templates/init/functions/typescript/_eslintrc

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module.exports = {
2222
],
2323
plugins: [
2424
"@typescript-eslint",
25-
"import",
2625
],
2726
rules: {
2827
quotes: ["error", "double"],

0 commit comments

Comments
 (0)
Please sign in to comment.