Skip to content

Commit

Permalink
Remove import eslint module
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
inlined committed Aug 6, 2021
1 parent b33830d commit a5380c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/init/functions/typescript/_eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = {
],
plugins: [
"@typescript-eslint",
"import",
],
rules: {
quotes: ["error", "double"],
Expand Down

0 comments on commit a5380c5

Please sign in to comment.