Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
eslint-plugin-import
Maintains tools to help with requires/imports in JavaScript, including eslint-plugin-import.
Collective -
Host: opensource -
https://opencollective.com/eslint-plugin-import
- Code: https://github.com/import-js
github.com/import-js/eslint-plugin-import - b0c5e1abcbbf85e3d28ee8cb9b74970aa58843e4 authored over 5 years ago by Jordan Harband <[email protected]>
Fixes #1322.
github.com/import-js/eslint-plugin-import - f6716ad9407cb63ba3652f7ff14c997f4e2ff2f9 authored over 5 years ago by Jordan Harband <[email protected]>github.com/import-js/eslint-plugin-import - 5124dde66158b77f6e0fdecef8512731c2fb0e5a authored over 5 years ago by Jordan Harband <[email protected]>
github.com/import-js/eslint-plugin-import - 0499050403b6ba3294b0fcb8b5aa8df84a6b3b2c authored over 5 years ago by Jordan Harband <[email protected]>
github.com/import-js/eslint-plugin-import - f479635e10a5bfc076d0d0973df7c3d0e0b8986a authored over 5 years ago by Jordan Harband <[email protected]>
[fix] `export`: Support typescript namespaces
Fixes #1300.
github.com/import-js/eslint-plugin-import - 8a4226dacfd00dbfeac5891e6fd03ca58a461f63 authored over 5 years ago by Jordan Harband <[email protected]>Fixes #1300
github.com/import-js/eslint-plugin-import - 988e12b390c5d3d3b9bab4037bf6b47b10afe661 authored over 5 years ago by Brad Zacher <[email protected]>github.com/import-js/eslint-plugin-import - 6ab25ea159797ca97206796bc82c132a057a1c75 authored over 5 years ago by Jordan Harband <[email protected]>
github.com/import-js/eslint-plugin-import - 405900ebe775183588a03447b1fb152481662e3e authored almost 6 years ago by Jordan Harband <[email protected]>
github.com/import-js/eslint-plugin-import - 2098797b0499d38c03cde4b476c65a3325326b18 authored almost 6 years ago by Brad Zacher <[email protected]>
fix: aliased internal modules that look like core modules
github.com/import-js/eslint-plugin-import - 2d21c4c55e420f623c714a2c6c24d80f39a1c733 authored almost 6 years ago by Jordan Harband <[email protected]>github.com/import-js/eslint-plugin-import - 0ff1c8351c11906eb650bb64d6a3ae709b11bf9a authored almost 6 years ago by Jordan Harband <[email protected]>
github.com/import-js/eslint-plugin-import - 40bf40a094cd1c33df1c213407514e3f3085671b authored almost 6 years ago by Jordan Harband <[email protected]>
support export type named exports from typescript
github.com/import-js/eslint-plugin-import - 28dd6146a7602329b5f89f7212b9b7e1b351cce5 authored almost 6 years ago by Jordan Harband <[email protected]>github.com/import-js/eslint-plugin-import - 49af9d80754b6ed7fb1adb2848d37e228b6a448b authored almost 6 years ago by Andrew Schmadel <[email protected]>
New: `no-unused-modules` rule
github.com/import-js/eslint-plugin-import - 3aefa79f167b998485733a1d7f9ba53b8d5bcc80 authored almost 6 years ago by Jordan Harband <[email protected]>no-duplicates: Add autofix
github.com/import-js/eslint-plugin-import - 0d812ad44fb22e30a5b0f53e8c2ca4a57364985b authored almost 6 years ago by Jordan Harband <[email protected]>github.com/import-js/eslint-plugin-import - cca688da41ce62ffd27612c180f12c51383bc875 authored almost 6 years ago by Simon Lydell <[email protected]>
github.com/import-js/eslint-plugin-import - f0eb91761de3c5f42f4b7c8d742873dfa9366335 authored almost 6 years ago by Andrew Schmadel <[email protected]>
augments https://github.com/benmosher/eslint-plugin-import/pull/1304
github.com/import-js/eslint-plugin-import - 3134ad36e1658b2bd0f0677aaeccbc07299d1e34 authored almost 6 years ago by Andrew Schmadel <[email protected]>github.com/import-js/eslint-plugin-import - d35b7ff37c2778ed43d824cccf9553cd9faafc79 authored almost 6 years ago by René Fermann <[email protected]>
github.com/import-js/eslint-plugin-import - 1ac4bd7a90791ec267552675373da4733af9c4d2 authored almost 6 years ago by René Fermann <[email protected]>
github.com/import-js/eslint-plugin-import - 0dd398c2fadd5961fb268508910398be4e063467 authored almost 6 years ago by René Fermann <[email protected]>
github.com/import-js/eslint-plugin-import - f74a74ea8479199f69237d3862565ded9cb58e12 authored almost 6 years ago by Simon Lydell <[email protected]>
github.com/import-js/eslint-plugin-import - cdb7c37570c4be290f1f89dfc7b9b688a2ed306b authored almost 6 years ago by Simon Lydell <[email protected]>
github.com/import-js/eslint-plugin-import - f47622c32e13f6e15254182a49724f1036346222 authored almost 6 years ago by Simon Lydell <[email protected]>
github.com/import-js/eslint-plugin-import - 71a64c6b678324418bfffc214cad024adc1757db authored almost 6 years ago by Simon Lydell <[email protected]>
github.com/import-js/eslint-plugin-import - 9ac41f368a63d6a9f7b157f47683e6bd5b538de9 authored almost 6 years ago by Simon Lydell <[email protected]>
`no-commonjs`: add tests that show corner cases
github.com/import-js/eslint-plugin-import - af976b90d1cb7c25e4ba1c18a673da355e9ad717 authored almost 6 years ago by Jordan Harband <[email protected]>github.com/import-js/eslint-plugin-import - be4f1c7941e27e22ba853102b96305d02223e569 authored almost 6 years ago by Andrew Tamura <[email protected]>
github.com/import-js/eslint-plugin-import - 37279e056d92f4f84b8b004b32d60c57609b3d2a authored almost 6 years ago by Braden Napier <[email protected]>
[New] `no-useless-path-segments`: Add `noUselessIndex` option
github.com/import-js/eslint-plugin-import - 206d67653c0d6cd087a51233f81d911fd347ca8e authored almost 6 years ago by Jordan Harband <[email protected]>github.com/import-js/eslint-plugin-import - ba0aed9f7eecafa61717aa9e9036a10a579de288 authored almost 6 years ago by Evan Henley <[email protected]>
github.com/import-js/eslint-plugin-import - 480894200e800d5e4f5cf90c4bf3d06d76fb2338 authored almost 6 years ago by Tim Kraut <[email protected]>
github.com/import-js/eslint-plugin-import - a49ab8a6bfeb5acdad05dfb3a619da394115d6c4 authored almost 6 years ago by Evan Henley <[email protected]>
Follow-up to [this commit](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/c...
github.com/import-js/eslint-import-resolver-typescript - 18eafa26db7cee5fcdbccfe211d1c412a1e899b9 authored almost 6 years ago by Jason Hoch <[email protected]>[Tests] fix broken tests on master
github.com/import-js/eslint-plugin-import - 083bb47346693c9fcd4686a703a6309265e47200 authored almost 6 years ago by Jordan Harband <[email protected]>github.com/import-js/eslint-plugin-import - 158cd8082b23a60264912fc6e557f168d3ec6b0f authored almost 6 years ago by Jordan Harband <[email protected]>
github.com/import-js/eslint-plugin-import - b4bad0ed3c6b040093b9f365a3d1c9a4cdcdf4da authored almost 6 years ago by jeffshaver <[email protected]>
Fixes #1293.
github.com/import-js/eslint-plugin-import - 651829d6a2862b8fa2e33426421a5dba526e4cdb authored almost 6 years ago by jeffshaver <[email protected]>github.com/import-js/eslint-plugin-import - 246be822e6ac10b9dc757a395c701bc4e61557bd authored almost 6 years ago by Tim Kraut <[email protected]>
github.com/import-js/eslint-plugin-import - 17e29d8fe7e121dcfcbe18bd9046a003e6d97b61 authored almost 6 years ago by Tim Kraut <[email protected]>
github.com/import-js/eslint-import-resolver-typescript - af4444181008fcc205c183adccd1352c19a9503d authored almost 6 years ago by Brad Zacher <[email protected]>
github.com/import-js/eslint-plugin-import - bdc05aa1d029b70125ae415e5ca5dca22250858b authored almost 6 years ago by Kirill Konshin <[email protected]>
Co-Authored-By: caub <[email protected]>
github.com/import-js/eslint-plugin-import - fef718cb134016855afe61682e32c63ba3ed9281 authored almost 6 years ago by Cyril Auburtin <[email protected]>github.com/import-js/eslint-plugin-import - 9bac44e629105572ca78a532c968df202e5a18b8 authored almost 6 years ago by Ben Mosher <[email protected]>
github.com/import-js/eslint-plugin-import - d305f6ab7c8869dce80928f6a4d7cd3de10ee3f5 authored almost 6 years ago by Ben Mosher <[email protected]>
github.com/import-js/eslint-plugin-import - e72a336e9b62174c77be79ff6252fb6d780dd238 authored almost 6 years ago by Ben Mosher <[email protected]>
github.com/import-js/eslint-plugin-import - 1ec80fa35fa1819e2d35a70e68fb6a149fb57c5e authored almost 6 years ago by Kirill Konshin <[email protected]>
github.com/import-js/eslint-plugin-import - 767f01a2f34b77d118edf762809c2f2046abe1b7 authored almost 6 years ago by Ben Mosher <[email protected]>
github.com/import-js/eslint-plugin-import - 038d668b0b03e3ea06091bc744f082397cff200c authored almost 6 years ago by Ben Mosher <[email protected]>
github.com/import-js/eslint-plugin-import - 20a8f3b178377bb92e3310b21b3d91b8753fe3a3 authored almost 6 years ago by Ben Mosher <[email protected]>
github.com/import-js/eslint-plugin-import - 1e4100d8c8e16045933c361c15a7ab1fbad31148 authored almost 6 years ago by Ben Mosher <[email protected]>
github.com/import-js/eslint-plugin-import - 548ea0244b8717567975fa5d8325c83340521a15 authored almost 6 years ago by Alex <[email protected]>
Update deps, fix tests
github.com/import-js/eslint-plugin-import - fcf2ce7a2502892871137a54184c1727b612b3dc authored almost 6 years ago by Jordan Harband <[email protected]>github.com/import-js/eslint-plugin-import - 64d9be7d76aa7a901d846f08a3342b98b0c3d809 authored almost 6 years ago by Ben Mosher <[email protected]>
for tests against older ESLint versions.
github.com/import-js/eslint-plugin-import - 73080d0ba88b55b0794d288f8ef4f476873c3367 authored almost 6 years ago by Ben Mosher <[email protected]>
* technically espree v5
- also technically it doesn't support comma-first anymore but that seems...
github.com/import-js/eslint-plugin-import - 10c981163c3970b5633c1fd4d812b8f65790f6d8 authored almost 6 years ago by Ben Mosher <[email protected]>
also left my debug console in :-(
github.com/import-js/eslint-plugin-import - f16523728a32f185058e50c5f7348a9d0bf69d1f authored almost 6 years ago by Ben Mosher <[email protected]>also bumped babel-eslint
github.com/import-js/eslint-plugin-import - acfb6e926f9324210d71ce1c8d453d17d707a9bd authored almost 6 years ago by Ben Mosher <[email protected]>because Typescript parser can't deal
github.com/import-js/eslint-plugin-import - b686f9d823c417e98a824c4ff6bfd65c1582ec45 authored almost 6 years ago by Ben Mosher <[email protected]>Change recommended configuration to use plugin-specific parser rather than changing global parser
github.com/import-js/eslint-import-resolver-typescript - 55e37e497a236f0af9c008e0704c9db3eb028f73 authored about 6 years ago by Alex Gorbatchev <[email protected]>Presumably this is being used while people convert over to TypesScript, so scoping it to the ind...
github.com/import-js/eslint-import-resolver-typescript - 5cd4eb08dd68e3bb16e9f9a1afde9a62d550025a authored about 6 years ago by Andrew Fuller <[email protected]>github.com/import-js/eslint-plugin-import - cf1f6f46f7d0fd6a9532c51d44d12ae08447cffd authored about 6 years ago by Jordan Harband <[email protected]>
github.com/import-js/eslint-plugin-import - d290a87dd6e10227c5f352bd05dee0fb361cd5a6 authored about 6 years ago by Jordan Harband <[email protected]>
Fixes #1252.
- Reordering import statement to line below ignores uncrossable statements
- Add...
github.com/import-js/eslint-plugin-import - 90f7217273daa92adbbb02a6f0f0a9df6b00ca5e authored about 6 years ago by René Fermann <[email protected]>
github.com/import-js/eslint-plugin-import - 32f4c232367c3d6e20b306d260176e08502cf882 authored about 6 years ago by René Fermann <[email protected]>
github.com/import-js/eslint-plugin-import - ae9942fb5994f4dda8a41ebb77bfda4259785192 authored about 6 years ago by René Fermann <[email protected]>
github.com/import-js/eslint-plugin-import - 191c77bbeb2bb191d1382220622aa8e9fbda4a52 authored about 6 years ago by René Fermann <[email protected]>
github.com/import-js/eslint-plugin-import - 0f5c2a59662f382af5d9f21740edcae707078779 authored about 6 years ago by René Fermann <[email protected]>
[TEST] Add travis
github.com/import-js/eslint-import-resolver-typescript - 04f5d6c2e1b0dbe3f294ad005ce49d2c7893e978 authored about 6 years ago by Alex Gorbatchev <[email protected]>github.com/import-js/eslint-import-resolver-typescript - ce6458068a38bd1e6850b72f2dc77d8a71777d90 authored about 6 years ago by Brad Zacher <[email protected]>
github.com/import-js/eslint-import-resolver-typescript - e6c1382a7622e04fe55838c1cc23d43cc6cbe8e2 authored about 6 years ago by Brad Zacher <[email protected]>
github.com/import-js/eslint-import-resolver-typescript - 3321b98647416ade0d45bce4ba4a75340f4c76f6 authored about 6 years ago by Brad Zacher <[email protected]>
add missing "settings" object to eslint example configuration
github.com/import-js/eslint-import-resolver-typescript - 989beaeac7240333dde996056742bfff451b30a6 authored about 6 years ago by Alex Gorbatchev <[email protected]>github.com/import-js/eslint-import-resolver-typescript - 8c24040fdb5c537d56153ff64a6663cf7aa2ee5a authored about 6 years ago by Chris Blossom <[email protected]>
[Rules] add meta.type for all rules
github.com/import-js/eslint-plugin-import - 1cd82eb27df85768fbd076e4ff6b7f36d6f652ce authored about 6 years ago by Jordan Harband <[email protected]>- Make exceptions relative to from paths, plus enforcement
github.com/import-js/eslint-plugin-import - 078b6f746b5766511822a95b54c280e900028d1f authored about 6 years ago by Ross Solomon <[email protected]>Fixes #1230.
github.com/import-js/eslint-plugin-import - 93e060f63f3c6f557c7fea9cddc0018c033b058d authored about 6 years ago by Zhibin Liu <[email protected]>github.com/import-js/eslint-plugin-import - 5101b73effbf3706495f62121a8719f0ea0e2c68 authored about 6 years ago by Zhibin Liu <[email protected]>
Fixes #1144.
github.com/import-js/eslint-plugin-import - 918567d52d2c2cc21932bda88f2b5e359e6c7821 authored about 6 years ago by Zhibin Liu <[email protected]>Fixes #1233.
github.com/import-js/eslint-plugin-import - e4850df0c75b428c0dcb1d41b7c68022730317a1 authored about 6 years ago by Zhibin Liu <[email protected]>[import/named] fix destructuring assignemnt
github.com/import-js/eslint-plugin-import - 798eed7e559adab2eac07bf1b3e3518d4b7a4296 authored about 6 years ago by Jordan Harband <[email protected]>github.com/import-js/eslint-plugin-import - 9a13f811acfc375010c5d45e5655cc1538986904 authored about 6 years ago by Zhibin Liu <[email protected]>
github.com/import-js/eslint-plugin-import - 64baa91bd934ffb072dd91e8408c2ce05912a715 authored about 6 years ago by Zhibin Liu <[email protected]>
github.com/import-js/eslint-import-resolver-typescript - 04a9513e924a94c4621322e13d39234f52d808f2 authored about 6 years ago by Brad Zacher <[email protected]>
github.com/import-js/eslint-import-resolver-typescript - a99870f3524f191134a4e44dc8d57d1ee04d2b2b authored about 6 years ago by Brad Zacher <[email protected]>
github.com/import-js/eslint-import-resolver-typescript - 1dbaa5f31d44848b7ef83dce368a53ee00d0ba0b authored about 6 years ago by Brad Zacher <[email protected]>
github.com/import-js/eslint-import-resolver-typescript - 75cfb50c62d941a05d306ec88c6f03688cd8f039 authored about 6 years ago by Brad Zacher <[email protected]>
Fixes #6
github.com/import-js/eslint-import-resolver-typescript - 9c37a6cf1fbc2c563ca79d61523ef0affd8badd2 authored about 6 years ago by Brad Zacher <[email protected]>Fixes #7
github.com/import-js/eslint-import-resolver-typescript - f82c1ff3bb3672b647d85c800302a11d27ff0850 authored about 6 years ago by Veniamin Krol <[email protected]>See #700.
github.com/import-js/eslint-plugin-import - 7163824ddefc01e8dcb3f02cbf482ea946deb6b6 authored about 6 years ago by vikr01 <[email protected]>* Added test for plugin-webpack-resolver: webpack config is an array of functions
* plugin-we...
github.com/import-js/eslint-plugin-import - db471a85573a88e0bb9f4a1d53f40fed603651d1 authored about 6 years ago by Ivan Dudinov <[email protected]>github.com/import-js/eslint-plugin-import - 54d86c8a64dc21c14088fcdd8fc3935206e8347a authored about 6 years ago by vikr01 <[email protected]>
- fix import() to work with no-cycle
- add tests using multiple imports in no-cycle
Fixes #10...
github.com/import-js/eslint-plugin-import - 70a59fe1880b4061cd7c0f032c0b05c728223a0f authored about 6 years ago by vikr01 <[email protected]>Signed-off-by: Fermann <[email protected]>
github.com/import-js/eslint-plugin-import - 2922910fb75aaedec6ad27e260cadaaa3cee0083 authored about 6 years ago by Fermann <[email protected]>* found: typescript resolver 1.1 requires tsconfig
github.com/import-js/eslint-plugin-import - b4a2f11fcacc6b2f048da4b29cfc896e682f17d1 authored over 6 years ago by Ben Mosher <[email protected]>fixes #1061
github.com/import-js/eslint-plugin-import - 78244fcc5dfa1d1d7987e26e7c560453bae328c0 authored over 6 years ago by Ben Mosher <[email protected]>