You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As, this is a suggested plugin under typescript-eslint/eslint-plugin for migrating some of the import rules from TSLint to ESLint, this rule will be a good addition to the repo.
This rule is also used in tslint-config-airbnb refer this, which is used quite widely. This rule basically says that the import name should match the name of module being imported.
I propose a similar rule be added to this plugin.
The text was updated successfully, but these errors were encountered:
As, this is a suggested plugin under typescript-eslint/eslint-plugin for migrating some of the import rules from
TSLint
toESLint
, this rule will be a good addition to the repo.This rule is also used in
tslint-config-airbnb
refer this, which is used quite widely. This rule basically says that the import name should match the name of module being imported.I propose a similar rule be added to this plugin.
The text was updated successfully, but these errors were encountered: