eslint-plugin-import
Advanced tools
Changelog
[1.0.0] - 2016-02-24
no-deprecated
]: WIP rule to let you know at lint time if you're using deprecated functions, constants, classes, or modules.namespace
]: support deep namespaces ([#119] via [#157])Changelog
[1.0.0-beta.0] - 2016-02-13
import/parser
or import/parse-options
. Instead, ESLint provides the configured parser + options to the rules, and they use that to parse dependencies.babylon
as default import parser (see Breaking)Changelog
[0.13.0] - 2016-02-08
no-commonjs
] ruleno-amd
] ruleno-require
rule. [no-commonjs
] is more complete.Changelog
[0.12.0] - 2015-12-14
import/ignore
setting] if exports are actually found in the parsed module. Does this to support use of jsnext:main
in node_modules
without the pain of managing an allow list or a nuanced deny list.Changelog
[0.11.0] - 2015-11-27
Changelog
Earlier releases (0.10.1 and younger)
See GitHub release notes for info on changes for earlier releases.