Skip to content

Commit a5380c5

Browse files
committed
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 b33830d commit a5380c5

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)