Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/import-js/eslint-plugin-import

ESLint plugin with rules that help validate proper imports.
https://github.com/import-js/eslint-plugin-import

bump v2.4.0

3e291690e41883cb67d13b5bbde1b32850494943 authored over 7 years ago
Merge pull request #737 from kevin940726/master

[New] Support `allow` option in `no-unassigned-import`, fix #671

ea9c92c7324473ef303ac76b127e17af2becd2ee authored over 7 years ago
update CHANGELOG.md

95315e041f758ea925177736225ae2f931a25a8d authored over 7 years ago
fix typos, enforce type of array of strings in allow option

8f9b403f36e511498bcea40b8d21f26a4bbb33ad authored over 7 years ago
Add unit test

ac3d76a5157142487001af43c9e8154fc2e097d2 authored over 7 years ago
Fix issue #720

Simply prevent eslint to check any parent folder of current working
directory.

5fd356da8abbcfec7c6108825646bbe34074acf1 authored over 7 years ago
eslint-module-utils: filePath in parserOptions (#840)

* eslint-module-utils: filePath in parserOptions

Refs https://github.com/benmosher/eslint-plu...

28e1623dd09cf63717f1a1b2bd3ec3566c5fb106 authored over 7 years ago
eslint-module-utils: In tests move require stub parser to the top.

57327424f0a3fb3c37e7e8c8199f6f8558d8e837 authored over 7 years ago
eslint-module-utils: Add more tests for parse (coverage 100%)

d397b9b7ff6a2cc0c800cfeea3ad28427f9b05ec authored over 7 years ago
Fix CHANGELOG merge error

7ac5e8f24fe23c726e350168faa9d64380c0f26c authored over 7 years ago
Add sinon, replace eslint-module-utils test spy with sinon.spy

d0007f269c82e648e724dde509245082eaed10f5 authored over 7 years ago
Merge branch 'benmosher/master' into patch-2

* benmosher/master:
update CI to build on Node 6+7 (#846)
changelog update for 2.3.0

d4246fb0b5a2962def22de1d76e41c5914224be2 authored over 7 years ago
update CI to build on Node 6+7 (#846)

* update Travis to build on Node 6+7

* build against node 6+7 on windows

2f690b4388552f36b07541c99cb82cab631f62cc authored over 7 years ago
[docs] Fix `newline-after-import` example

Fix missing error level in “Example options usage” and add JS highlighting.

cf60a20c35c2994ee4d9b54fcc851c60742a17d3 authored over 7 years ago
Rename funtion reportIfMissing to reportIfAbsolute

The old name seems wrong. Probably copied from no-extraneuous-dependencies

5aa2fe0712b9cc927bea2263a00e1a0dfab03bdb authored over 7 years ago
Extract isAbsolutePath from importTypes helper

importTypes helper performs resolve() - which does not look needed for the no-absolute-path rule...

3e8438e69c554eca91b293ebb8a2c0b88cd4fe87 authored over 7 years ago
Merge pull request #837 from benmosher/release-2.3.0

Release 2.3.0

b79e08307f40b299811b333cdd5a8d9833e1a5e4 authored over 7 years ago
eslint-module-utils: Reverted manual version bumps.

Refs https://github.com/benmosher/eslint-plugin-import/issues/839

7712ce132ec38e38e0c756695efd10df7c2c3eeb authored over 7 years ago
eslint-module-utils: Add tests for parserOptions

Refs https://github.com/benmosher/eslint-plugin-import/issues/839

3544c0ff80f762167af4c9dafacda4fd9aa26173 authored over 7 years ago
eslint-module-utils: filePath in parserOptions

Refs https://github.com/benmosher/eslint-plugin-import/issues/839

b4d75c80c5eba883b9e2314094e253a4e70a06f2 authored over 7 years ago
changelog update for 2.3.0

74425a271ce1a52a6261ea66f869fe3c0df792d3 authored over 7 years ago
bump v2.3.0

1377f55bc3d003519a74a89b048e11b20d53990e authored over 7 years ago
fix null pointer exception (#717) (#797)

ignore deep CJS imports/exports

2efc41a7c8d3879eeda0806cfda69a7a9b60462a authored over 7 years ago
Add support to specify the package.json (#685)

0fb592e7c8767f382a0eb64a5cfade0e83125bb3 authored over 7 years ago
Add test for flow type export (#835)

This tests the bug reported in issue #758, which was actually already fixed in
PR #660.

2cc9768a9f1825607a5421ba682da5249f793082 authored over 7 years ago
import/extensions should have a ignorePackages option. Fixes #414

8def087527ff4e392a45f09b7267031e9c7db857 authored over 7 years ago
Merge pull request #821 from smably/patch-1

Clarify docs for glob arrays

bd0e5e3dd5781b125dc02971ddb011aaa554bf4f authored over 7 years ago
Clarify docs for glob arrays

Docs required a close reading to realize that the glob array actually *disables* errors for the ...

412e51862571459ccbcf150290ed9605da54b35a authored over 7 years ago
[New] add `no-import-module-exports` rule: report import declarations with CommonJS exports

Fixes #760

a45661bbb37e332511bd40854b2bf0377a608787 authored almost 8 years ago
chore(package): update typescript-eslint-parser to version 2.1.0 (#790)

https://greenkeeper.io/

106740fb744b4546b4f578d72e1483569a8ec790 authored almost 8 years ago
chore(package): update babel-register to version 6.24.1 (#796)

https://greenkeeper.io/

6288cf93e73c3530845609d23fb829c379e357d8 authored almost 8 years ago
newline-after-import test syntax fails

2e9eea6d587e76726aaf78a0b2ab0403ec5397e6 authored almost 8 years ago
extensions test fixes, attempt 2

c9f10e8dc48c61e429e0a2c7102ef18d21bf1c1f authored almost 8 years ago
fix babel syntax errors in extensions tests

861765f29f5857f1a0f212deecc2ac9ae4996993 authored almost 8 years ago
chore(package): update cross-env to version 4.0.0 (#783)

https://greenkeeper.io/

82f796c556200573f1b17edfd0cb8659115dca9b authored almost 8 years ago
[Fix] Fix interpreting some external modules being interpreted as internal modules

Fixes #793.

- Add skipped test to expect scoped internal packages to be "internal"

e9544f83754bc74193f9caa6071c8c343b37c057 authored almost 8 years ago
loosen the version of `rimraf` module

8fcbd6292209436fb52e37df8fe591c42ef71bda authored almost 8 years ago
[webpack] log a useful error in a module bug arises

is not the root cause of #767, but it at least makes it possible for folks to figure out real fa...

cdb328cac9f25decc460c8437339930858128c8e authored almost 8 years ago
Merge pull request #757 from gmathieu/fix-default-keyword

Fix "default is a reserved keyword" error no-named-default tests

98e7048e7056424d1da6357cffd8e023db5f18c8 authored almost 8 years ago
Fix Changelog

8d4e25edde10748ca5f2a4107fd12b22d6c982c8 authored almost 8 years ago
Refactor exports-last

8c0e7d62d485cb7b3a8e6d1ccb484de423c22a7c authored almost 8 years ago
Add more tests for exports-last

baa585dc173efea1f37e1c082e3d99da322852dd authored almost 8 years ago
Remove CommonJS exports

0de28bd80ad98f1fb2973c2231a970f4fb19ada6 authored almost 8 years ago
Add ES6 only hint to the docs

531d04dc35f6175ef5559be39e266ff2ffd4477c authored almost 8 years ago
Refactor exports-last rule

0611e2139af97b644f5898b0a8aedf051e211d8e authored almost 8 years ago
Add documentation for exports-last

76f1b84c9dbf0b7fec33e9c78ebc03e04b6f359d authored almost 8 years ago
Add rule exports-last

exports-last will check that all export statements are at the end of the file

Closes #620

84fd4f27eb537c9230196d6403aafd406e46e6e9 authored almost 8 years ago
updated changelog

e0e9149222399ae47aaf3165d28705bcfc6a8b8b authored almost 8 years ago
Fixed failed test “default is a reserved keyword”

0ba787f46b97e2be73f2da3eae24251d74c9dfdb authored almost 8 years ago
Add `count` option to `newline-after-import` (#742)

* Add `newlines` option to `newline-after-import`

* Add tests for `newline-after-import` opti...

b5a962f6c80d0e0ec71a895a603e8e8096292f0e authored almost 8 years ago
Merge pull request #741 from numbergames/patch-1

Correct very minor typo (one character)

0800951f40a8cd4f6459a09904be46e93372f380 authored almost 8 years ago
Correct very minor type (one character)

a4e06f4a7ac6fdfaf7cf651ac30a14d549cef3af authored almost 8 years ago
write doc, add two more tests

7d41745437ffc87ed21d183f072946bff0023163 authored almost 8 years ago
add allow glob for rule no-unassigned-import, fix #671

dedfb114b8138ac13e30799cb69f82b8267fdf05 authored almost 8 years ago
import/named: Fix path to README (#731)

790dd661dfdf17dfe1f188ec1a4d27b3d58b8cd2 authored almost 8 years ago
Fix changelog link

e137b9847732c4fb00707208d0d6dc2d19c2838e authored about 8 years ago
[New] Add rule `no-self-import`

be5b52d773805fe545bce64f784bc35c72b65415 authored about 8 years ago
Add 'always-and-inside-groups' value to order's newlines-between option to allow newlines inside import groups (#628)

* Add 'always-and-inside-groups' value to order's newlines-between option to allow newlines insi...

b9397183562bb38192b9562dfe5284ee3e89ccb1 authored about 8 years ago
Fix example in no-dynamic-require (#693)

* Update no-dynamic-require.md

ffc020530380b78143dbc50c520bb47a725a924c authored about 8 years ago
Add `no-anonymous-default-export` rule (#712)

* Add `no-anonymous-default-export` rule

f43cf95dd7c3453cb73a24e9984b17e8fc2c74ef authored about 8 years ago
fix resolvers link (#719)

29a870fb4ba7f95f2785296fd230ded32f4974a9 authored about 8 years ago
actually bump to webpack 0.8.1 😅 (it's been too long)

bc817f1dc3c3ae00e74fc5600c936c1393ea0add authored about 8 years ago
changelog note for #695

4e475203bea5f9dc930c3e1d76a89f2e1f66e36e authored about 8 years ago
Support webpack 2.2-rc (#695)

b6c24685eecbcd4bc444c1160377c24c81246c37 authored about 8 years ago
Merge pull request #697 from ljharb/package_tests

[Tests] make package tests more robust by only checking .js files

c9757426e125e08ffe38ba28e298d8f5c5eaa0c5 authored about 8 years ago
Small docs change (#699)

3781affee66d48c30272db19916ed760b262bf19 authored about 8 years ago
[Tests] make package tests more robust by only checking .js files

5d94569dd32296e27fe13ff930157d0ab5609f3b authored about 8 years ago
[New] Autofixer for newline-after-import

Fixes #686

bfdf77a7e22cb9df80fcf9f8e38ce87fc5935526 authored about 8 years ago
changelog notes for #680

e26e898a0b9eee1adca37ec459c7e1ef4dda66b6 authored about 8 years ago
Use `read-pkg-up` over `pkg-up`. (#680)

* Use `read-pkg-up` over `pkg-up`.

* Lint.

* Fix `options` for `readPkgUp`.

* Fix `pkg`...

8df3c9a85f697fea4b68dfcdec6539658570626f authored about 8 years ago
resolvers/node/v0.3.0

d0d24b97565ff2902de79cbab42ff273d18b8ea1 authored about 8 years ago
resolvers/webpack/v0.8.0

f19215606e9c322b5458e9ed664243d10a00ec62 authored about 8 years ago
more consistent note

ede443c7e101d8be37f6dc9ba86410f454dbf97b authored about 8 years ago
whitespace fail

9b7e6c82a11c9055135bf509147ec141eb5d4033 authored about 8 years ago
unreleased notes

cd65dc1de1752b9d8f1ccceec1aac27713d7dc87 authored about 8 years ago
unrelease notes

63227e272cc359a4aa527294b7a58de004459ca5 authored about 8 years ago
Fix incompatibility with webpack 2.2.0-rc.0 (#689)

enhanced-resolve has been bumped to 3.0.

a69b77181c423043d39f1c8752b296aaa95facfc authored about 8 years ago
[Deps] update `resolve` dep to v1.2.0 or later.

Fixes #676.

f3fd43ca9a9b3b5742dd04a28137328d14f902dc authored about 8 years ago
resolvers/webpack/v0.7.1

a41b8113ad916aa8d460d5993860b5151840f665 authored about 8 years ago
[Fix] add missing `has` to webpack resolver. (#683)

Fixes #681.

957fe649ad856e111e90efbe3810c64a4920583c authored about 8 years ago
extensions: check importPath extension with a dot

3a03aca607c65cb525fde2de5f5d8e2a6fd4f346 authored about 8 years ago
fix #660?

bfdc2bbfa16c2d27fa24ee0665ffb41040ef696c authored about 8 years ago
chore(package): update typescript-eslint-parser to version 1.0.0 (#665)

https://greenkeeper.io/

4faf72155d14ac1cf8eb1f868043846f2052baa0 authored about 8 years ago
[Fix] `extensions`: Ignore root external modules when checking for extensions

cd25d9da3a3d9f6d76a96767f3e5296c12a81e70 authored about 8 years ago
update changelog for #653

90ef48b3ade57c77526b285f75dc0cfc41537831 authored about 8 years ago
Merge branch 'master' into release-2.2.0

50d6905561ae04437a34d8fbb676a58ba70ac632 authored about 8 years ago
prefer-default-export: handle export extensions default re-export (fixes #653)

314d6ab0a5359f986104369654741fff67781074 authored about 8 years ago
bump utils/v2, v2.2.0

baa6b8a9f9ba58cb188304a7c452b54f6ff899f9 authored about 8 years ago
fix unambiguous regex (#654)

* fix logical gaffs preventing unambiguous regex from functioning properly.

fixes #615
fixes...

25178200953601fb5f253f4f8576ba2fda052aae authored about 8 years ago
changelog: fixed links

4744468fff86a8fbb1d8cc466578cfbb1fbadc34 authored about 8 years ago
Merge remote-tracking branch 'origin/master' into release-2.1.0

720590436e93b7c2948e1a4c61a381ca7857883a authored about 8 years ago
Ignoring flow type exports (#639)

* Ignoring flow type exports, resolve #484

* Added test and note to CHANGELOG

29bc56ee2f7ef4bd6a4b6b3cc4d53e56c1154c13 authored about 8 years ago
first draft of release steps in `RELEASE.md`

11864096463cd8cbcb2199c7b7d1019c5dc7449a authored about 8 years ago
bump resolvers/webpack/v0.7.0

bf0c8e261a000c6c016bbabd21b66437088e0c97 authored about 8 years ago
Revert "absenteeism disclaimer"

This reverts commit 2cbd801bc733301ea6663f38193ce133e2256859.

53cd2cdc723b20639dbe1c1bb692088def5e22cc authored about 8 years ago
bump v2.1.0

954db1aad43edb5c6e6453b66de9f66e66a55439 authored about 8 years ago
Add deprecated flags to imports-first metadata (#625)

2602b5d41236fb6e7056039944c185ead9d4d4df authored about 8 years ago
changelog: rule link fixes

cf428342e8e87ae81ef1cdedf960781436791b46 authored about 8 years ago
Merge remote-tracking branch 'ljharb/use_cwd'

162155e86dc8fb6966deada2d8db4874a832b096 authored about 8 years ago
Fixed documentation for the default values for the `order` rule (fixes #601)`

024a8a74e1660afdac409d1f96fbde731f79a922 authored about 8 years ago