eslint-plugin-import
Advanced tools
Changelog
[2.21.0] - 2020-06-07
import/default
]: support default export in TSExportAssignment ([#1528], thanks [@joaovieira])no-cycle
]: add ignoreExternal
option ([#1681], thanks [@sveyret])order
]: Add support for TypeScript's "import equals"-expressions ([#1785], thanks [@manuth])import/default
]: support default export in TSExportAssignment ([#1689], thanks [@Maxim-Mazurok])no-restricted-paths
]: add custom message support ([#1802], thanks [@malykhinvi])group-exports
]: Flow type export awareness ([#1702], thanks [@ernestostifano])order
]: Recognize pathGroup config for first group ([#1719], [#1724], thanks [@forivall], [@xpl])no-unused-modules
]: Fix re-export not counting as usage when used in combination with import ([#1722], thanks [@Ephem])no-duplicates
]: Handle TS import type ([#1676], thanks [@kmui2])newline-after-import
]: recognize decorators ([#1139], thanks [@atos1990])no-unused-modules
]: Revert "[flow] [no-unused-modules
]: add flow type support" ([#1770], thanks [@Hypnosphi])namespace
]/ExportMap
: Fix interface declarations for TypeScript ([#1764], thanks [@julien1619])no-unused-modules
]: avoid order-dependence ([#1744], thanks [@darkartur])no-internal-modules
]: also check export from
syntax ([#1691], thanks [@adjerbetian])export
]: avoid a crash with export =
([#1801], thanks [@ljharb])no-extraneous-dependencies
]: use moduleVisitor ([#1735], thanks [@adamborowski])named
][] ([#1726], thanks [@astorije])no-unused-modules
] from docs ([#1690], thanks [@arvigeus])order
]: fix bad inline config ([#1788], thanks [@nickofthyme])no-unused-rules
]: Fix docs for unused exports ([#1776], thanks [@barbogast])Changelog
[2.20.2] - 2020-03-28
order
]: fix isExternalModule
detect on windows ([#1651], thanks [@fisker])order
]: recognize ".." as a "parent" path ([#1658], thanks [@golopot])no-duplicates
]: fix fixer on cases with default import ([#1666], thanks [@golopot])no-unused-modules
]: Handle export { default } from
syntax ([#1631], thanks [@richardxia])first
]: Add a way to disable absolute-first
explicitly ([#1664], thanks [@TheCrueltySage])no-webpack-loader-syntax
]: Updates webpack URLs ([#1751], thanks [@MikeyBeLike])Changelog
[2.20.1] - 2020-02-01
export
]: Handle function overloading in *.d.ts
([#1619], thanks [@IvanGoncharov])no-absolute-path
]: fix a crash with invalid import syntax ([#1616], thanks [@ljharb])import/external-module-folders
setting] now correctly works with directories containing modules symlinked from node_modules
([#1605], thanks [@skozin])extensions
]: for invalid code where name
does not exist, do not crash ([#1613], thanks [@ljharb])extensions
]: Fix scope regex ([#1611], thanks [@yordis])no-duplicates
]: allow duplicate imports if one is a namespace and the other not ([#1612], thanks [@sveyret])named
]: for importing from a module which re-exports named exports from a node_modules
module ([#1569], [#1447], thanks [@redbugz], [@kentcdodds])order
]: Fix alphabetize for mixed requires and imports ([#1626], thanks [@wschurman])import/external-module-folders
setting] behavior is more strict now: it will only match complete path segments ([#1605], thanks [@skozin])order
]: Add TS import type tests ([#1736], thanks [@kmui2])Changelog
[2.20.0] - 2020-01-10
order
]: added caseInsensitive
as an additional option to alphabetize
([#1586], thanks [@dbrewer5])no-restricted-paths
]: New except
option per zone
, allowing exceptions to be defined for a restricted zone ([#1238], thanks [@rsolomon])order
]: add option pathGroupsExcludedImportTypes to allow ordering of external import types ([#1565], thanks [@Mairu])no-unused-modules
]: fix usage of [import/extensions
setting] ([#1560], thanks [@stekycz])extensions
]: ignore non-main modules ([#1563], thanks [@saschanaz])no-extraneous-dependencies
]: ensure node.source
is truthy ([#1589], thanks [@ljharb])extensions
]: Ignore query strings when checking for extensions ([#1572], thanks [@pcorpet])extensions
]: improve ignorePackages
docs ([#1248], thanks [@ivo-stefchev])Changelog
[2.19.0] - 2019-12-08
internal-regex
setting]: regex pattern for marking packages "internal" ([#1491], thanks [@Librazy])group-exports
]: make aggregate module exports valid ([#1472], thanks [@atikenny])no-namespace
]: Make rule fixable ([#1401], thanks [@TrevorBurnham])parseForESLint
from custom parser ([#1435], thanks [@JounQin])no-extraneous-dependencies
]: Implement support for bundledDependencies ([#1436], thanks [@schmidsi]))no-unused-modules
]: add flow type support ([#1542], thanks [@rfermann])order
]: Adds support for pathGroups to allow ordering by defined patterns ([#795], [#1386], thanks [@Mairu])no-duplicates
]: Add considerQueryString
option : allow duplicate imports with different query strings ([#1107], thanks [@pcorpet]).order
]: Add support for alphabetical sorting of import paths within import groups ([#1360], [#1105], [#629], thanks [@duncanbeevers], [@stropho], [@luczsoma], [@randallreedjr])no-commonjs
]: add allowConditionalRequire
option ([#1439], thanks [@Pessimistress])default
]: make error message less confusing ([#1470], thanks [@golopot])ExportMap.for
by only loading paths when necessary. ([#1519], thanks [@brendo])order
]: fix autofix to not move imports across fn calls ([#1253], thanks [@tihonove])prefer-default-export
]: fix false positive with type export ([#1506], thanks [@golopot])extensions
]: Fix ignorePackages
to produce errors ([#1521], thanks [@saschanaz])no-unused-modules
]: fix crash due to export *
([#1496], thanks [@Taranys])no-cycle
]: should not warn for Flow imports ([#1494], thanks [@maxmalov])order
]: fix @someModule
considered as unknown
instead of internal
([#1493], thanks [@aamulumi])no-extraneous-dependencies
]: Check export from
([#1049], thanks [@marcusdarmstrong])no-useless-path-segments
]: add docs for option commonjs
([#1507], thanks [@golopot])no-unused-modules
]/eslint-module-utils
: Avoid superfluous calls and code ([#1551], thanks [@brettz9])Changelog
[2.18.2] - 2019-07-19
Changelog
[2.18.1] - 2019-07-18
@typescript-eslint/parser
([#1409], thanks [@bradzacher])prefer-default-export
]: don't warn on TypeAlias & TSTypeAliasDeclaration ([#1377], thanks [@sharmilajesupaul])no-unused-modules
]: Exclude package "main"/"bin"/"browser" entry points ([#1404], thanks [@rfermann])export
]: false positive for TypeScript overloads ([#1412], thanks [@golopot])no-extraneous-dependencies
], importType
: remove lodash ([#1419], thanks [@ljharb])Changelog
[2.18.0] - 2019-06-24
order
]: Adds support for correctly sorting unknown types into a single group ([#1375], thanks [@swernerx])order
]: add fixer for destructuring commonjs import ([#1372], thanks [@golopot])no-unused-modules
]: handle ClassDeclaration ([#1371], thanks [@golopot])no-cycle
]: split code examples so file separation is obvious ([#1370], thanks [@alex-page])no-named-as-default-member
]: update broken link ([#1389], thanks [@fooloomanzoo])Changelog
[2.17.3] - 2019-05-23
no-common-js
]: Also throw an error when assigning ([#1354], thanks [@charlessuh])no-unused-modules
]: don't crash when lint file outside src-folder ([#1347], thanks [@rfermann])no-unused-modules
]: make import { name as otherName }
work ([#1340], [#1342], thanks [@rfermann])no-unused-modules
]: make appveyor tests passing ([#1333], thanks [@rfermann])named
]: ignore Flow typeof
imports and type
exports ([#1345], thanks [@loganfsmyth])no-unused-modules
] in README ([#1358], thanks [@golopot])no-unused-modules
]: Indicates usage, plugin defaults to no-op, and add description to main README.md ([#1352], thanks [@johndevedu])env
option for eslint-import-resolver-webpack
([#1363], thanks [@kgregory])