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

namespace errors

github.com/import-js/eslint-plugin-import - 7526a29163b2558e3d576f5486c301dee0938319 authored almost 9 years ago by Ben Mosher <[email protected]>
no-named-as-default errors

github.com/import-js/eslint-plugin-import - ec9a6b3e9bca57d3b39ae1bda8ebbe8035f5f1ec authored almost 9 years ago by Ben Mosher <[email protected]>
buncha linting + axed `no-errors`. saving tests to be re-distributed

github.com/import-js/eslint-plugin-import - a3970a8c8eb349d34b927649e163b16448ec2a28 authored almost 9 years ago by Ben Mosher <[email protected]>
critical bugfix in export rule

github.com/import-js/eslint-plugin-import - 0a71bf3095dcf633723f29e75f0dd087f13d5e8f authored almost 9 years ago by Ben Mosher <[email protected]>
documented AMD + CommonJS report/resolution options under no-unresolved

github.com/import-js/eslint-plugin-import - 5a71c8969c5776ecd842bb442ba5aa25d5ea86a3 authored almost 9 years ago by Ben Mosher <[email protected]>
no-unresolved: also optionally sensitive to AMD, now

github.com/import-js/eslint-plugin-import - dadff67b0a428799c8bd78854cfce16737f84693 authored almost 9 years ago by Ben Mosher <[email protected]>
man, the eslintrcs on this thing

github.com/import-js/eslint-plugin-import - 96952c3093c10bbf641a0bdd6fdc1c4f6cb6d807 authored almost 9 years ago by Ben Mosher <[email protected]>
Adapted mctep's alternate rule as an option on no-unresolved.

github.com/import-js/eslint-plugin-import - 3511191634e14e545ee963f7da01c193d8a093c7 authored almost 9 years ago by Ben Mosher <[email protected]>
more test cleanup + one false-positive test for require

github.com/import-js/eslint-plugin-import - fa23c366221422dec8ea7f8e643ad45ec89ff388 authored almost 9 years ago by Ben Mosher <[email protected]>
Merge pull request #98 from benmosher/bugfix/86

no-duplicates: handle unresolved.

github.com/import-js/eslint-plugin-import - ae30023405baf58588b6cac5ebbe14afc023666e authored almost 9 years ago by Ben Mosher <[email protected]>
test message fix

github.com/import-js/eslint-plugin-import - 591822e6179621fedc5cfa4c323675772de96dbf authored almost 9 years ago by Ben Mosher <[email protected]>
experimenting with comma-dangle

github.com/import-js/eslint-plugin-import - 7836745f8d234a9fc7e8f62403c13ecea79203c6 authored almost 9 years ago by Ben Mosher <[email protected]>
fix for #86.

technically a little loose, but practically speaking, should be effective

github.com/import-js/eslint-plugin-import - f212dd60b3d47b21ff40ad2f53bb817e656ab91c authored almost 9 years ago by Ben Mosher <[email protected]>
updated `.eslintrc` for tests for post-1.0

github.com/import-js/eslint-plugin-import - 3f6a3d07935fb586abff525030c420c04bea225b authored almost 9 years ago by Ben Mosher <[email protected]>
Simplified `no-require`. Close #88.

github.com/import-js/eslint-plugin-import - 9a19d1d80d181a288efd8288dc112db2aabdedb5 authored almost 9 years ago by Ben Mosher <[email protected]>
initial (failing) tests for #88

github.com/import-js/eslint-plugin-import - f8b557e61e8e2b4364a49952bd85499704c63497 authored almost 9 years ago by Ben Mosher <[email protected]>
fixed parser settings on a few tests

github.com/import-js/eslint-plugin-import - 42db7e51fe4ed0354fd31b523ade580ef463819d authored almost 9 years ago by Ben Mosher <[email protected]>
Merge pull request #95 from benmosher/redux-default

Consider `ecmaFeatures.jsx` during dependency parse

github.com/import-js/eslint-plugin-import - 656240690e8ea674b5d6679ddd66ff3056e46dd2 authored almost 9 years ago by Ben Mosher <[email protected]>
leverage ecmaFeatures.jsx to turn on Babylon JSX plugin.

github.com/import-js/eslint-plugin-import - e4bc7c907ee24c441a9747a6b329d190d495d560 authored almost 9 years ago by Ben Mosher <[email protected]>
Merge pull request #92 from benmosher/windows-drive-case

Windows drive letter case

github.com/import-js/eslint-plugin-import - ae6fca54c8b704cad6002d7f685efa571fc39249 authored almost 9 years ago by Ben Mosher <[email protected]>
attempt to reproduce #94

github.com/import-js/eslint-plugin-import - 506a58f4c672f9b9babdb59c829b476543e84e59 authored almost 9 years ago by Ben Mosher <[email protected]>
windows, man. fixes #91 (...probably?)

github.com/import-js/eslint-plugin-import - 7e8e4e334e5ecb52fcce8bea4eac830046f59d91 authored almost 9 years ago by Ben Mosher <[email protected]>
Merge pull request #87 from benmosher/greenkeeper-babylon-6.1.2

Update babylon to version 6.1.2 🚀

github.com/import-js/eslint-plugin-import - 966a11fe9153e8074387a3950e87b8241541c8ab authored almost 9 years ago by Ben Mosher <[email protected]>
updated to babel-eslint, obviated explicit acorn-to-esprima dependency

github.com/import-js/eslint-plugin-import - 699a099a9788eda603eb97e7346eeb25ad6f0547 authored almost 9 years ago by Ben Mosher <[email protected]>
chore(package): update babylon to version 6.1.2

http://greenkeeper.io/

github.com/import-js/eslint-plugin-import - a326a7d40e6f8a11d0f8b1bd6c4143ed274e5329 authored almost 9 years ago by greenkeeperio-bot <[email protected]>
documented `import/parse-options` + fixed vestigial "two" in config README

github.com/import-js/eslint-plugin-import - b02e480c6de68ee7c0b1d2849910846085ac1977 authored almost 9 years ago by Ben Mosher <[email protected]>
updated parser docs (closes #81)

github.com/import-js/eslint-plugin-import - d3d54fca5191c3472e925203a28e19ef8092c6da authored almost 9 years ago by Ben Mosher <[email protected]>
Merge pull request #83 from benmosher/greenkeeper-babylon-6.0.18

Update babylon to version 6.0.18 🚀

github.com/import-js/eslint-plugin-import - 35c8ac14d3e918c1ec16a6db5a9e83f2e29d4ae4 authored almost 9 years ago by Ben Mosher <[email protected]>
chore(package): update babylon to version 6.0.18

http://greenkeeper.io/

github.com/import-js/eslint-plugin-import - b5e782e5c86a25a610410a7e40a946a16418bd72 authored almost 9 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #85 from benmosher/greenkeeper-babel-cli-6.1.1

[email protected] breaks build 🚨: rolling back to 5.x until https://github.com/babel/babel/issues/...

github.com/import-js/eslint-plugin-import - f82cf21ba55cc1426a7911d44afca295f0100622 authored almost 9 years ago by Ben Mosher <[email protected]>
rolled back to Babel 5.

github.com/import-js/eslint-plugin-import - bb047d23359f8c25edb2ccbcb56317b68f8a8b51 authored almost 9 years ago by Ben Mosher <[email protected]>
chore(package): update babel-cli to version 6.1.1

http://greenkeeper.io/

github.com/import-js/eslint-plugin-import - 8c6776dc2cbcbfc6dd1f4b44f0d8e194a3c33bda authored almost 9 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #80 from benmosher/greenkeeper-babel-plugin-transform-runtime-6.0.16

[email protected] breaks build ⚠️

github.com/import-js/eslint-plugin-import - 06f9c6cde43cd4326bd60830e14233e8d52d3a3f authored almost 9 years ago by Ben Mosher <[email protected]>
pegging to [email protected] until resolution of https://github.com/babel/babel/issues/2745

github.com/import-js/eslint-plugin-import - 224d97256e1eedcd8fdf98f18578920994ebe4cd authored almost 9 years ago by Ben Mosher <[email protected]>
chore(package): update babel-plugin-transform-runtime to version 6.0.16

http://greenkeeper.io/

github.com/import-js/eslint-plugin-import - 6da0b17b72cc0def64d3479b605a66017f9a6572 authored almost 9 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #72 from benmosher/babel-6-bablyon

Babel 6 + Babylon as default parser.

github.com/import-js/eslint-plugin-import - 3a4d06b10cee1191f7ffad8b2ce5c310e152dfa9 authored almost 9 years ago by Ben Mosher <[email protected]>
babylon getExports test.

github.com/import-js/eslint-plugin-import - 89217ceae248fc3326a0a162ed8a915c2cf1ab0f authored almost 9 years ago by Ben Mosher <[email protected]>
package cleanup.

github.com/import-js/eslint-plugin-import - a040025707467393b86a0aab8dc36cd8300db2a8 authored almost 9 years ago by Ben Mosher <[email protected]>
documented es7-jsx

github.com/import-js/eslint-plugin-import - cddf0a0ca94f994af0465c13e80282cc75cadb21 authored almost 9 years ago by Ben Mosher <[email protected]>
extend import config from es7-jsx in case you don't wan't warnings.

github.com/import-js/eslint-plugin-import - a208962fbb5d3cceea7d15cf640babf7d6502ddf authored almost 9 years ago by Ben Mosher <[email protected]>
tests pass, compiling under babel 6

github.com/import-js/eslint-plugin-import - 988d90d2196c0a7789f4b3754425b068904985d3 authored almost 9 years ago by Ben Mosher <[email protected]>
created parser options config for ES7 stage 0 + React

github.com/import-js/eslint-plugin-import - da7012b935b0bac8ca11e62c204ae1925200089a authored almost 9 years ago by Ben Mosher <[email protected]>
default parser is just vanilla Babylon.

+ added sufficient options to tests that require ES7 syntax.

github.com/import-js/eslint-plugin-import - 8f6fc2652603126f6bceea750edbe4f656b04967 authored almost 9 years ago by Ben Mosher <[email protected]>
more es7 (exponentiation operator)

github.com/import-js/eslint-plugin-import - 5519e8b3db6bee798820543980382fcb3a930acd authored almost 9 years ago by Ben Mosher <[email protected]>
import/parse-options

github.com/import-js/eslint-plugin-import - 21a8b1ced755bba080e6d304f531de2e0ce93beb authored almost 9 years ago by Ben Mosher <[email protected]>
switched to using Babylon as default parser. WIP, needs settings.

github.com/import-js/eslint-plugin-import - d0c6663693f0feb277a70ac1e2ee17e4b2c0150c authored almost 9 years ago by Ben Mosher <[email protected]>
test on 0.10 again

github.com/import-js/eslint-plugin-import - b50ca8b3765eb33cc8a5874c29fb14dacc2d3ba7 authored almost 9 years ago by Ben Mosher <[email protected]>
switch from fork to released v1.0.5 of acorn-esprima

github.com/import-js/eslint-plugin-import - 06aaf97416d2696ae573989e48e52864aec4225e authored almost 9 years ago by Ben Mosher <[email protected]>
Merge pull request #73 from benmosher/greenkeeper-eslint-1.8.0

patched rules, updated build configs

github.com/import-js/eslint-plugin-import - 738831da125be687c0b3ee94152be6126dd94d0e authored almost 9 years ago by Ben Mosher <[email protected]>
ugh, forgot appveyor

github.com/import-js/eslint-plugin-import - 2d07d81854f25429564c549effad1f2992d2084f authored almost 9 years ago by Ben Mosher <[email protected]>
giving up on Node 0.10 for the moment. (npm 1 is giving me grief)

github.com/import-js/eslint-plugin-import - 4d33b9c206de2c1c1d991689710c497f1b9f9c75 authored almost 9 years ago by Ben Mosher <[email protected]>
use patched acorn-to-esprima to fix test execution

github.com/import-js/eslint-plugin-import - 4ff8a1fdd7472855cb6e6bba8d06bf12d6b6ded6 authored almost 9 years ago by Ben Mosher <[email protected]>
some more default tests

github.com/import-js/eslint-plugin-import - 5f6017e29a005d46fbbbc8d54c48e249d52f2342 authored almost 9 years ago by Ben Mosher <[email protected]>
chore(package): update eslint to version 1.8.0

http://greenkeeper.io/

github.com/import-js/eslint-plugin-import - 75343abab779065174e2fe1ab6fbf6639af9b7da authored almost 9 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #60 from benmosher/greenkeeper-update-all

Update all dependencies 🌴

github.com/import-js/eslint-plugin-import - 4baa49dd4bd920ef68f6be8fd4a4db858e95bdc0 authored almost 9 years ago by Ben Mosher <[email protected]>
chore(package): update dependencies

http://greenkeeper.io/

github.com/import-js/eslint-plugin-import - 9eb7bbc56242c2ffa2a5ec9aca47b9a6754d5412 authored almost 9 years ago by greenkeeperio-bot <[email protected]>
doc updates for shareable config (closes #57)

github.com/import-js/eslint-plugin-import - cb324e2aacd423018bfe9081fa0aa5a56847f6c2 authored almost 9 years ago by Ben Mosher <[email protected]>
loosened babel-core dependency, hoping it will use root version in many cases.

github.com/import-js/eslint-plugin-import - dad4a1bf00f1821ac43b7cd3b7e911dfb2f1d4a4 authored almost 9 years ago by Ben Mosher <[email protected]>
fixed bug with namespace destructuring

github.com/import-js/eslint-plugin-import - 1562fa686ebb6aa19c8dc8e5fd2c30a95ea62b4c authored almost 9 years ago by Ben Mosher <[email protected]>
set rule defaults to 0, created config package

github.com/import-js/eslint-plugin-import - dc5cd1423247ee63eabe07f1724a8e25d7b1181b authored almost 9 years ago by Ben Mosher <[email protected]>
removed legacy rule exports

github.com/import-js/eslint-plugin-import - 3f2163e0fd326b915e934122a58834542465068a authored almost 9 years ago by Ben Mosher <[email protected]>
babel-core as default parser (closes #59).

- also tightened up dependencies

github.com/import-js/eslint-plugin-import - 78731cc34bb5a301d8cee5a6002b62ceddb4ad93 authored almost 9 years ago by Ben Mosher <[email protected]>
detect intermediate redefinition of namespace name

github.com/import-js/eslint-plugin-import - e72edbdf7e83ef0c9041dc86fcf69875a82a388a authored almost 9 years ago by Ben Mosher <[email protected]>
added debug run script

github.com/import-js/eslint-plugin-import - 8f1e68690536ceb0062cee7d77750b50124dd436 authored almost 9 years ago by Ben Mosher <[email protected]>
`namespace` validates destructuring of namespace object. (closes #58)

github.com/import-js/eslint-plugin-import - ad470bad48daae27099bed7dee49e5a78ca7ce2b authored almost 9 years ago by Ben Mosher <[email protected]>
the future is now

github.com/import-js/eslint-plugin-import - f568a8bd876b2759e9f11f0b3dcc97ab0e05af11 authored almost 9 years ago by Ben Mosher <[email protected]>
fixed bad test message

github.com/import-js/eslint-plugin-import - 30afd039904241b8b452efba7650982accee6dc6 authored almost 9 years ago by Ben Mosher <[email protected]>
updated eslint devDependencies version specifier to >=1.6.0

github.com/import-js/eslint-plugin-import - 0b4c8bae3e2ffa0d27ff3607fb980a6e6315c08c authored about 9 years ago by Ben Mosher <[email protected]>
Fixed #54 by ES6-ing getExports + removing the independent "hasDefault" tracking.

All names live in the `named` set now. Kept `hasDefault` as a getter for now
because it's late. 😪

github.com/import-js/eslint-plugin-import - 1a26d19758e344a7f193d917f9c72567864008a4 authored about 9 years ago by Ben Mosher <[email protected]>
docs update for `no-require` changes

github.com/import-js/eslint-plugin-import - 52939607ee69a696da8bdaf955a2046db3ff703d authored about 9 years ago by Ben Mosher <[email protected]>
cleanup (ES6-ing)

github.com/import-js/eslint-plugin-import - d6856a7f98418addd615d6cb1935ff761f2da8ff authored about 9 years ago by Ben Mosher <[email protected]>
added removed tests back to `invalid` block, for clarity/enforcement

github.com/import-js/eslint-plugin-import - 8e53c1704d48c33b7654cea1a7d66b38a35e1eaa authored about 9 years ago by Ben Mosher <[email protected]>
Merge pull request #3 from eventualbuddha/no-mix-default-named

Add a rule to disallow mixed named and default exports in ES6.

github.com/import-js/eslint-plugin-import - 257264654ec8791a689f3a3acbf40630e8945aee authored about 9 years ago by Jamund Ferguson <[email protected]>
Add a rule to disallow mixed named and default exports in ES6.

github.com/import-js/eslint-plugin-import - a5ca81f3f9a7bb3ff47a5bcbc5903b3a7c859823 authored about 9 years ago by Brian Donovan <[email protected]>
Disallow more common require cases

github.com/import-js/eslint-plugin-import - 59d38e61a429f60fa82534a018bcc9ea68750f9f authored about 9 years ago by James Lal <[email protected]>
readme updates for #48 and #31

github.com/import-js/eslint-plugin-import - d1a338380e9bc0569f1ff8ec0fcc37ecd1d747d0 authored about 9 years ago by Ben Mosher <[email protected]>
upgraded no-duplicates to a default warning

github.com/import-js/eslint-plugin-import - fd96a9c1494f546edddf644154e044f720097739 authored about 9 years ago by Ben Mosher <[email protected]>
absolute-first option for imports-first

github.com/import-js/eslint-plugin-import - 2dcb0e4be1fabb0881dfc6f657a3728d378f79aa authored about 9 years ago by Ben Mosher <[email protected]>
goofing around to try to make appveyor work

github.com/import-js/eslint-plugin-import - 03751bc7c145e5861239b94cf05e15ac0165fe2b authored about 9 years ago by Ben Mosher <[email protected]>
added node stable to travis config (4.x, here I come)

github.com/import-js/eslint-plugin-import - 503761ba6cd2c27cc08c85149380bfc40fe27197 authored about 9 years ago by Ben Mosher <[email protected]>
fixed node 0.10 issue with imports-first. yay for real (unpolyfilled) tests!

github.com/import-js/eslint-plugin-import - 6142ffcd999091efc8561024e5234ceeb8ec1d63 authored about 9 years ago by Ben Mosher <[email protected]>
run tests after compiling everything with babel, so no global polyfill.

closes #43.

github.com/import-js/eslint-plugin-import - 967e90b49b0b1f58ddc7b726d793dc14c3177bc0 authored about 9 years ago by Ben Mosher <[email protected]>
Sped up babel-eslint test by requiring it outside a test. Closes #47

github.com/import-js/eslint-plugin-import - 87576fa37dd5768be2fcd9f1975d3a9a7379d6ac authored about 9 years ago by Ben Mosher <[email protected]>
Use resolved path for no-duplicates. (#48)

github.com/import-js/eslint-plugin-import - 8768f7ea946b44f4ca65cea379e2f074139a139e authored about 9 years ago by Ben Mosher <[email protected]>
added tests + fixed issues created by capturing exported defaults (#42)

github.com/import-js/eslint-plugin-import - e97e13705a040633685f1f03d1cf89bc8e7d20a6 authored about 9 years ago by Ben Mosher <[email protected]>
basic imports-first (#31)

github.com/import-js/eslint-plugin-import - 380041e67e262878ed8d9eb755a16bf196d2b8bf authored about 9 years ago by Ben Mosher <[email protected]>
basic no-duplicates rule (#48)

github.com/import-js/eslint-plugin-import - 6daf4d39a238a67b6329805ffc5baf3d858f0f80 authored about 9 years ago by Ben Mosher <[email protected]>
roughed in a custom resolver setting (#50)

github.com/import-js/eslint-plugin-import - ed187fd3fd0141098a05ea3d78fec26b6aa93e5f authored about 9 years ago by Ben Mosher <[email protected]>