Minor Changes
- #169
9c58269Thanks @teidesu! - Add new rule optioncheckTypedImportsforextensions, backports import-js/eslint-plugin-import#2817
Patch Changes
-
#171
9715220Thanks @SukkaW! - Perf: avoid regexp during parser choosing -
#171
9715220Thanks @SukkaW! - Add extra guard for ruleno-named-as-default. A few guards are borrowed from import-js/eslint-plugin-import#3032, but we don't sync the rest of changes from upstream since we have already implemented a way more performant check. -
#171
9715220Thanks @SukkaW! - More test cases forno-named-exportandno-defualt-exportrule specifically with non-modulesourceType -
#171
9715220Thanks @SukkaW! - Fixexportwhen there is only oneTSDeclareFunction(import-js/eslint-plugin-import#3065) -
#171
9715220Thanks @SukkaW! - PreventExportMap's cache is being tainted by incompatible parser (e.g. oldbabel-eslint). The cache is now skipped w/ incompatible parsers, which might introduce performance impacts only for those who are using incompatible parsers. (import-js/eslint-plugin-import#3062) -
#171
9715220Thanks @SukkaW! - Docs: fix a few typos here and there -
#168
5de039cThanks @hyoban! - Fixes #167, theno-duplicatesrule now allows co-existing inline type imports and namespace imports. -
#171
9715220Thanks @SukkaW! - Properly fix espree parser w/ ESLint Flat Config
New Contributors
Full Changelog: v4.3.1...v4.4.0