-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: code418/eslint-plugin-import
base: 6512110
head repository: import-js/eslint-plugin-import
compare: 6e49a58
Commits on Jan 3, 2019
-
[Fix]
import/order
: fix autofix to not move imports across fn callsFixes import-js#1252. - Reordering import statement to line below ignores uncrossable statements - Add more tests for ordering around function call
Configuration menu - View commit details
-
Copy full SHA for e62011f - Browse repository at this point
Copy the full SHA e62011fView commit details
Commits on Jun 29, 2019
-
[New]
no-namespace
: Make rule fixable- Add guards to avoid crashing older versions of ESLint - Note that no-namespace's --fix requires ESLint 5+ - Prevent no-namespace --fix tests from running under ESLint < 5
Configuration menu - View commit details
-
Copy full SHA for d030d8e - Browse repository at this point
Copy the full SHA d030d8eView commit details
Commits on Jul 2, 2019
-
[Fix]
no-unused-modules
: Exclude package "main"/"bin"/"browser" ent……ry points Fixes import-js#1327.
Configuration menu - View commit details
-
Copy full SHA for 1caa402 - Browse repository at this point
Copy the full SHA 1caa402View commit details
Commits on Jul 8, 2019
-
fix: Improve parse perf when using
@typescript-eslint/parser
Fixes import-js#1408 See the above issue for justification.
Configuration menu - View commit details
-
Copy full SHA for 32704da - Browse repository at this point
Copy the full SHA 32704daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 984fa3b - Browse repository at this point
Copy the full SHA 984fa3bView commit details
Commits on Jul 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 22d5440 - Browse repository at this point
Copy the full SHA 22d5440View commit details
Commits on Jul 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 118afd4 - Browse repository at this point
Copy the full SHA 118afd4View commit details -
[Refactor]
importType
: remove use ofcond
Using normal JS makes for far more understandable and maintainable code.
Configuration menu - View commit details
-
Copy full SHA for c5078ad - Browse repository at this point
Copy the full SHA c5078adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a38fd4 - Browse repository at this point
Copy the full SHA 8a38fd4View commit details -
[Refactor]
no-extraneous-dependencies
: remove the last bit of lodashUsing `.length` is clearer than a polymorphic `isEmpty`.
Configuration menu - View commit details
-
Copy full SHA for d3a3fa5 - Browse repository at this point
Copy the full SHA d3a3fa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 752dcd5 - Browse repository at this point
Copy the full SHA 752dcd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5abd5ed - Browse repository at this point
Copy the full SHA 5abd5edView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e3f1b - Browse repository at this point
Copy the full SHA f4e3f1bView commit details
Commits on Jul 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3b21de6 - Browse repository at this point
Copy the full SHA 3b21de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b51aa2f - Browse repository at this point
Copy the full SHA b51aa2fView commit details -
[bugfix] Skip warning on type interfaces
Similar to import-js#1377, we don't want this rule to apply to exported interfaces.
Configuration menu - View commit details
-
Copy full SHA for 582236b - Browse repository at this point
Copy the full SHA 582236bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e5311 - Browse repository at this point
Copy the full SHA b3e5311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a90a20 - Browse repository at this point
Copy the full SHA 1a90a20View commit details
Commits on Jul 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ac14e23 - Browse repository at this point
Copy the full SHA ac14e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 989f6cc - Browse repository at this point
Copy the full SHA 989f6ccView commit details
Commits on Aug 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bcd06ba - Browse repository at this point
Copy the full SHA bcd06baView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebcf17c - Browse repository at this point
Copy the full SHA ebcf17cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35a12f9 - Browse repository at this point
Copy the full SHA 35a12f9View commit details
Commits on Aug 4, 2019
-
[new]
no-extraneous-dependencies
: Implement support for bundledDepe……ndencies - See https://npm.github.io/using-pkgs-docs/package-json/types/bundleddependencies.html - Fixes import-js#1436.
Configuration menu - View commit details
-
Copy full SHA for 5e143b2 - Browse repository at this point
Copy the full SHA 5e143b2View commit details
Commits on Aug 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 92b7533 - Browse repository at this point
Copy the full SHA 92b7533View commit details
Commits on Aug 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7ffbf03 - Browse repository at this point
Copy the full SHA 7ffbf03View commit details
Commits on Aug 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for df91bad - Browse repository at this point
Copy the full SHA df91badView commit details
Commits on Aug 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cb70c7e - Browse repository at this point
Copy the full SHA cb70c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f235aab - Browse repository at this point
Copy the full SHA f235aabView commit details
Commits on Aug 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3704801 - Browse repository at this point
Copy the full SHA 3704801View commit details
Commits on Sep 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 726dda5 - Browse repository at this point
Copy the full SHA 726dda5View commit details
Commits on Sep 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2e047e6 - Browse repository at this point
Copy the full SHA 2e047e6View commit details
Commits on Sep 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5edc3e6 - Browse repository at this point
Copy the full SHA 5edc3e6View commit details
Commits on Sep 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e5967f9 - Browse repository at this point
Copy the full SHA e5967f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3cad51 - Browse repository at this point
Copy the full SHA c3cad51View commit details
Commits on Sep 17, 2019
-
Merge pull request import-js#1475 from golopot/eslint
[eslint] make CI lint tests, utils, resolvers, ...etc
Configuration menu - View commit details
-
Copy full SHA for 813a116 - Browse repository at this point
Copy the full SHA 813a116View commit details
Commits on Sep 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c37e42f - Browse repository at this point
Copy the full SHA c37e42fView commit details
Commits on Oct 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 21bf8c6 - Browse repository at this point
Copy the full SHA 21bf8c6View commit details
Commits on Oct 7, 2019
-
[Fix]
named
/ExportMap
: Fix ExportMap for a merged typescript name……space A typescript namespace may be declared multiple times, it is then merged together and considered to be a single declaration from consuming code. In the case where a merged namespace is assigned as the export from a module then the declarations from all the instances of the namespace in the AST need to be considered as exported.
Configuration menu - View commit details
-
Copy full SHA for c14c9bd - Browse repository at this point
Copy the full SHA c14c9bdView commit details
Commits on Oct 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0cd5e43 - Browse repository at this point
Copy the full SHA 0cd5e43View commit details
Commits on Oct 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b280acd - Browse repository at this point
Copy the full SHA b280acdView commit details
Commits on Oct 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 112a0bf - Browse repository at this point
Copy the full SHA 112a0bfView commit details
Commits on Oct 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 15ba863 - Browse repository at this point
Copy the full SHA 15ba863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cdfc19 - Browse repository at this point
Copy the full SHA 2cdfc19View commit details
Commits on Oct 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1b96580 - Browse repository at this point
Copy the full SHA 1b96580View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb8ae71 - Browse repository at this point
Copy the full SHA fb8ae71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 568ca43 - Browse repository at this point
Copy the full SHA 568ca43View commit details
Commits on Nov 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 05085bb - Browse repository at this point
Copy the full SHA 05085bbView commit details
Commits on Dec 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 14c71a3 - Browse repository at this point
Copy the full SHA 14c71a3View commit details
Commits on Dec 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a0614a7 - Browse repository at this point
Copy the full SHA a0614a7View commit details
There are no files selected for viewing
This file was deleted.