-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: import-js/eslint-plugin-import
base: v2.21.2
head repository: import-js/eslint-plugin-import
compare: v2.22.0
Commits on Jun 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ec5195e - Browse repository at this point
Copy the full SHA ec5195eView commit details -
[New]
no-unused-modules
: consider exported TypeScript interfaces, t……ypes and enums Fixes #1680 Co-authored-by: e020873 <nicolas.henry-partner@arcelormittal.com> Co-authored-by: Jordan Harband <ljharb@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 54eb51b - Browse repository at this point
Copy the full SHA 54eb51bView commit details
Commits on Jun 12, 2020
-
[Fix]
no-extraneous-dependencies
/TypeScript: do not error when impo……rting type from dev dependencies Fixes #1618.
Configuration menu - View commit details
-
Copy full SHA for 1f7422d - Browse repository at this point
Copy the full SHA 1f7422dView commit details -
[Fix]
default
: avoid crash withexport =
Fixes #1818. Co-authored-by: AndrewLeedham <AndrewLeedham@Outlook.com> Co-authored-by: Jordan Harband <ljharb@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b22a183 - Browse repository at this point
Copy the full SHA b22a183View commit details -
[Fix]
order
/TypeScript: properly supportimport = object
expressionsJust like ordinary `import x =` expressions, `export import x =` expressions can come with a number of different module-references. Either a require-expression such as `export import fs = require("fs")`, a literal such as `export import Console = console;` or an object-path `export import log = console.log`. This means, that the `isExport` property merely says whether the `TSImportEqualsDeclaration` has a leading `export`, but not what the `moduleReference` looks like. ---- This arguably is a semver-minor, but since it should have been included in #1785, I'm calling this a bugfix. Fixes #1821. Fixes #1808.
Configuration menu - View commit details
-
Copy full SHA for f5d95e8 - Browse repository at this point
Copy the full SHA f5d95e8View commit details
Commits on Jun 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f7c7d79 - Browse repository at this point
Copy the full SHA f7c7d79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5d95a - Browse repository at this point
Copy the full SHA 6f5d95aView commit details
Commits on Jun 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 44b42c0 - Browse repository at this point
Copy the full SHA 44b42c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a38ef4 - Browse repository at this point
Copy the full SHA 4a38ef4View commit details
Commits on Jun 19, 2020
-
[Fix]
order
/newline-after-import
: ignore TypeScript's "export imp……ort object" Co-authored-by: be5invis <belleve@typeof.net> Co-authored-by: Manuel Thalmann <m@nuth.ch>
Configuration menu - View commit details
-
Copy full SHA for 2962628 - Browse repository at this point
Copy the full SHA 2962628View commit details -
Configuration menu - View commit details
-
Copy full SHA for c38b169 - Browse repository at this point
Copy the full SHA c38b169View commit details
Commits on Jun 20, 2020
-
[Fix]
dynamic-import-chunkname
/TypeScript: support `@typescript-esl……int/parser` Fixes #1771.
Configuration menu - View commit details
-
Copy full SHA for 4d6c539 - Browse repository at this point
Copy the full SHA 4d6c539View commit details
Commits on Jun 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bfc50b7 - Browse repository at this point
Copy the full SHA bfc50b7View commit details
Commits on Jun 23, 2020
-
[docs]
no-default-export
: Fix docs urlAdded docsUrl to no-default-export rule Closes #1769 Signed-off-by: Beatriz Rezener <beatrizrezener@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2468f10 - Browse repository at this point
Copy the full SHA 2468f10View commit details -
[docs]
imports-first
: deprecation info and link tofirst
docsCloses #1638. Signed-off-by: Beatriz Rezener <beatrizrezener@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a6cd6bd - Browse repository at this point
Copy the full SHA a6cd6bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a963e8d - Browse repository at this point
Copy the full SHA a963e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b944e94 - Browse repository at this point
Copy the full SHA b944e94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07dc92a - Browse repository at this point
Copy the full SHA 07dc92aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ceae48 - Browse repository at this point
Copy the full SHA 7ceae48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36a535b - Browse repository at this point
Copy the full SHA 36a535bView commit details
Commits on Jun 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 878ce6e - Browse repository at this point
Copy the full SHA 878ce6eView commit details
There are no files selected for viewing