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

update eslint-import-resolver-webpack homepage to the source of the package (#997)

231874c6162f1eb5ca877f46bab55170f58f9599 authored almost 7 years ago
smh.

ad66aea712554a50a000ade565b81b0956ca1cfa authored almost 7 years ago
no-cycle: maxDepth tests + docs

d81f48a2506182738409805f5272eff4d77c9348 authored almost 7 years ago
no-cycle: initial docs + maxDepth option

6933fa4e33e76218a92fc968b6e6541a19902f7d authored almost 7 years ago
no-cycle: explicit CJS/AMD tests

(even though moduleVisitor handles it)

864dbcff8e0b0f98f8093f217952ad4b45e2f9af authored almost 7 years ago
fix issue (and add conspicuously absent test) with 'export *'

314c0b771787b8808b40d8fe82809b0c63102986 authored almost 7 years ago
no-cycle: real rule! first draft, perf is likely atrocious

f7c48b5e819ffb2dd310bc107a987c605db9305c authored almost 7 years ago
sublime-linter project tweaks

0c21c4e0f6e8248f56561ad66dfcfa7d21ba31a1 authored almost 7 years ago
wip: no-cycle support with general dependency "imports" map in ExportMap

5fa2851adc2d27c01d5b4ce1f4f3af10999d775b authored almost 7 years ago
Merge pull request #1048 from petegleeson/master

[Docs] fixes problem with weird highlighting

1eac942a740b4986488973640746e021cb9f31d3 authored almost 7 years ago
[Docs] fixes problem with weird highlighting

84b34e89b06c65caeb0d9e6ceba5709c13a9fc63 authored almost 7 years ago
Merge pull request #1045 from petegleeson/master

adds more examples to the import/extensions rule docs

8c19fb4981bed0b4b9ebe00c1852f0ba1150c742 authored almost 7 years ago
Merge pull request #1044 from botify-labs/add-missing-env-variable-in-webpack-config

add-missing-env-variable-in-webpack-config

5f7ecd33b1b1bb012c305b42ea9a4aae2c640542 authored almost 7 years ago
adds more examples to the import/extensions rule docs

efa1723ff9fd31a6b4b1945845dc6db4246746e1 authored almost 7 years ago
Add Unit test using env option

4b311ac6faf93c6f6fc9a186de6f44da3bd70aaa authored almost 7 years ago
Add missing env variable for webpack config

084464558d11509254d496688d9957649f95ebe3 authored almost 7 years ago
Merge pull request #1039 from preco21/namespace-crash-fix

#656: Fix crashes that caused when using object-rest properties in `namespace` rule

158f4e8276a9d7c2298d2409c0a1022e45e5e349 authored almost 7 years ago
Add tests

1a084cc975c0f0a3da60822197e47c718402d694 authored almost 7 years ago
Fixes #656 - Should handle object-rest properties in `namespace`

f12f2a708d4bc11649c69189a05355c0e2dd18e0 authored almost 7 years ago
Merge pull request #1036 from nevir/patch-1

Header-ify rule categories for easy linking

196c238d664c0002bce0fc630ae66130cc6c19cc authored almost 7 years ago
Header-ify rule categories for easy linking

It's often pretty helpful to link to rule categories in eslint configuration files. This lets o...

59ea30e60bd44b83185945618fd4917dc1a4ef62 authored almost 7 years ago
[Fix] `group-exports`: use module.exports, not export default

Fixes #1031.

402c60a3377fa2bbbb7980b2efa7f4afd62ebcd8 authored almost 7 years ago
Merge pull request #1030 from graingert/patch-2

add changelog for no-useless-path-segments

44a038c06487964394b1e15b64f3bd34e5d40cde authored almost 7 years ago
add changelog for no-useless-path-segments

1f4ef022989aa71db379f6f1cdaa521377a53b89 authored almost 7 years ago
Merge branch 'release'

220f209bc45de7421778ccba43b210505b52ea52 authored almost 7 years ago
changelog note for #968

5be3f4a734fb448e8b6edb19366cdf9a9467311b authored almost 7 years ago
Fix eslint-import-resolver-webpack with pnpm (#968)

Updated resolve to ^1.4.0, where it introduced option to not preserve
symlinks when resolving, ...

7f8f543ebd95dae1bd258321ae1e6be8e4f61cfc authored almost 7 years ago
bump plugin to v2.9.0

180d71a959d961db58b11577d84af097bdd34a53 authored almost 7 years ago
Merge pull request #1026 from isiahmeadows/patch-1

[docs] Missed a link

0231c781fdce30c721ed15115e4f52fcb40fe37d authored almost 7 years ago
Missed a link

ae5a0318ac956e205e5a5e0602e5963c20afadf7 authored almost 7 years ago
Add `no-default-export` + docs/tests (#936)

5b0777dd6e62c8cbc1e625bed3251eb73ead7094 authored almost 7 years ago
Merge pull request #1025 from patrick-steele-idem/update-dependencies

Upgraded "find-root" and "lodash.get" for the webpack resolver

ff3d883cd865382a6b9bd73c23dbc19d2fc6856f authored almost 7 years ago
Merge pull request #1024 from patrick-steele-idem/issue-1023

Fixes #1023 - Load exceptions in user resolvers are not reported

654d28427c55959e130719cac283904adbec129c authored almost 7 years ago
Upgraded "find-root" and "lodash.get" for the webpack resolver

9b20a788bfae04e9cf2d494fcc634779dc984aa7 authored almost 7 years ago
Fixes #1023 - Load exceptions in user resolvers are not reported

8778d7c38fa17d005a6269980483f9e1430e716f authored almost 7 years ago
Merge pull request #1022 from nevir/patch-1

no-self-import is unreleased

91cfd6d873953a98f9e75680bf19ee3e25f974c4 authored almost 7 years ago
no-self-import is unreleased

Looks like it got merged into the wrong section in `CHANGELOG.md`

0e729c7bcd69b6c127e0be2a67e27ca8ff598db0 authored almost 7 years ago
replaced Object.prototype.hasOwnProperty usage with has module

77d44234db6ef3ee89ded94b3795c5549583376d authored almost 7 years ago
corrected order in which deps are located and applied

980b08736cbd99d5bf08c65cd1d7bbf73ed52857 authored almost 7 years ago
fixed hasOwnProperty conditional for import/paths setting

275c6c7230bc2ca8474117ed5e7b8440151d05db authored almost 7 years ago
added docs to describe new settings['import/paths'] behavior

815abf05741cbb7a197e1eeb67e0d5fcdf5a2b83 authored almost 7 years ago
added tests to support new settings['import/paths'] logic for no-extraneous-dependencies rule

4ce8d72a94acdf2dd5d14445fa858995dfa6cbf4 authored almost 7 years ago
added logic for improving monorepo support for no-extraneous-dependencies rule

112dd0599cd76aa01a7152c2ec53acbc303b6424 authored almost 7 years ago
Merge pull request #1012 from silvenon/extensions-export

Support export declarations in extensions rule

219a8d2e5af230f73b4754f725916843645889ff authored almost 7 years ago
Support export declarations in extensions rule

Fixes #964.

ab49972cf2773e8b7440ba6b89f5f5c16a5ecb34 authored almost 7 years ago
Merge pull request #1010 from silvenon/extensions

Add a .coffee test proving extension resolve order

3268a826741f0de5142efa18dc7612c816d6f1a8 authored almost 7 years ago
Add a .coffee test proving extension resolve order

Add a test for a more unconventional extension to prove that the
"extensions" rule can take anyt...

fdcd4d9adb1b51492d8562dc738ebc9afb35f808 authored almost 7 years ago
Merge pull request #1009 from silvenon/extensions

Add test case for import/resolve extensions order

bc50394ce45c33f4ee54f86216270700ed329a53 authored almost 7 years ago
Add test case for import/resolve extensions order

When there are multiple files with same names and different extensions,
the resolver will go by ...

364e8419168aea6fd982ff51ab35069a28fa45f4 authored almost 7 years ago
Merge pull request #1008 from Kiwka/patch-1

[documentation] add example of how to add import/resolver config to settings

7852cd7f7c7183e36a37c2a6ab2d57cdabf32a74 authored about 7 years ago
Add example of how to add import/resolver config to settings

bae618c197fea4383419865f853900bf0b82afab authored about 7 years ago
Merge pull request #1005 from sudo-suhas/docs-link-tagged

[Docs] Use link to tagged version for rule docs

b08bd3e226ad00abc9beba67c2a86e1d54bbf88c authored about 7 years ago
Use link to tagged version for rule docs

fa24082ab27e5689bbef2b5c885ccb55ffa93241 authored about 7 years ago
Merge pull request #958 from spencerhakim/ts-nodes

Support named TypeScript enums/interfaces/modules

655c33deba9c338eba604fa48f1bb8ca136e5b3c authored about 7 years ago
Latest typescript and typescript-eslint-parser

69084dfb8800d41bd27d41840f2ee63019917d00 authored about 7 years ago
Expanded/improved TS tests

7f35a3e9e25602bb97b50fbf4bf9d2ac43e41df2 authored about 7 years ago
Check for TSModuleDeclarations

c8d5e030d4ea05e380bd0868fbab35b614470413 authored about 7 years ago
`order`: [docs] Change 1st order's example's label to valid value

This change allow copy-paste value from 1st example into eslintrc.
It's impossible now cause val...

c9269be2fd8f6ebe2fd0564d3cb8e54dc5391a35 authored about 7 years ago
Merge pull request #998 from Arcanemagus/rules-docs-url

Add URL to rule documentation to the metadata

1e980aff79a455891f8896b50669af9f7ba7dad9 authored about 7 years ago
Fix direct link to a file

The `/tree/` links are meant for directories, `/blob/` leads to an exact
file. This allowed a si...

c05cddb9af58b8e8137a9cc92f7539ca5fe3a921 authored about 7 years ago
Fix require of first in imports-first

f12b6d0f6705bc7bbe9827d3962cd2188d293da6 authored about 7 years ago
Use commit hash for imports-first documentation link

fe03d72171abbfd6af9872cd53cedaf81f37333d authored about 7 years ago
Support optional commit hash argument to docsUrl and add tests

Add an optional second argument to `docsUrl` specifying a commit hash
that, when specified, chan...

60335bb3b1ebdc2a0d8444f36d41ad58e1ded7df authored about 7 years ago
Move URL generation to a function

Move the common string of the URL to a function that is called. Note
that `imports-first` still ...

3ea1050f50aaee081c4b3a69a1287848a741fe79 authored about 7 years ago
Add URL to rule documentation to the metadata

ESLint v4.15.0 added an official location for rules to store a URL to
their documentation in the...

a56c1c01f9b6c858226968689dce5b23ef644218 authored about 7 years ago
eslint-import-resolver-webpack: v0.8.4

0d44914ecaad7b92fb1f4ea4a15d98e5f295ed44 authored about 7 years ago
eslint-import-resolver-node: v0.3.2

b131b2c8b09aa1659d072a526161d12e78cfaed9 authored about 7 years ago
[Tests] test resolvers in CI separately

359a2001005c7e7f274237ae279c8687f5e09d29 authored about 7 years ago
eslint-import-resolver-node: [dev deps] update `chai`, `mocha`, `nyc`

2470ed757a8e325ca1857cb1e0915d67c1ee2a4e authored about 7 years ago
eslint-import-resolver-node: [deps] update `debug`, `resolve`

6c567e8109551cb1623483530deae0f8445cb619 authored about 7 years ago
Merge pull request #977 from fatfisz/no-anonymous-call-default-export

Handle call expressions in the no-anonymous-default-export rule

bac9794b6ca78feee3cc821ff32d67d937d7eb26 authored about 7 years ago
Merge pull request #845 from daltones/patch-2

[docs] Fix `newline-after-import` example

697afb226a40a972e7d206be86a2e06b8f23d194 authored about 7 years ago
Merge pull request #775 from shinnn/rimraf

loosen the version of `rimraf` module

2aef76e29120cfe095bff4c5944775136a9aaa4e authored about 7 years ago
[Tests] put newer builds at the top

9ce605de009f98a223b173cb238cf069ba83da0b authored about 7 years ago
Merge pull request #672 from dplusic/bugfix/extensions

Check importPath extension with 'dot'

43083e0c2d923011a19ec9da08e7a5e8c4f014a2 authored about 7 years ago
Merge pull request #727 from giodamelio/feature-no-self-import

Add rule 'no-self-import'

a9bee1a2770b4d2d6216fb3ac4bc257259a105a8 authored about 7 years ago
Merge pull request #947 from jasonxia23/master

no-common-js: allow conditional requires

3365783f0b23536e0a2c2e1e85b6e6e7219a7b95 authored about 7 years ago
Merge pull request #929 from j-f1/patch-2

Register TypeScript nodes as exports

1c41350efc38cfbae38655ba17bf75d0f1520ea2 authored about 7 years ago
Merge pull request #983 from ha404/patch-1

[Docs] make eslint rule names consistent

b839641e359764583832dfbf04edb4f6585a19a8 authored about 7 years ago
[Docs] make eslint rule names consistent

4430270391fbe2358eb5a760b6f4ce16a08192d5 authored about 7 years ago
flow: Ignore import statements when using 'import type'

Fixes #931

523789f510b0cd1dfd7bbddfd26c1cca82a6d1c0 authored about 7 years ago
docs: fix typo

b916ed2b574a107e62f819663b8c300f82d82d8d authored about 7 years ago
Merge pull request #912 from graingert/no-useless-path-segments

add no-useless-path-segments rule Fixes #471

f57f98705453604210e32692bf803bd3ccc49f74 authored about 7 years ago
fix eslint rule name

bfda3c0c6f895def1ce16aa8162e7bceac264def authored about 7 years ago
Merge pull request #982 from meaku/patch-1

Fix Unambiguous JavaScript Grammar link

fa02415e69ade3220a75eefceaca5bb7a8485961 authored about 7 years ago
Fix Inambigous JavaScript Grammar link

34ff5e0e495902ab855e0fd6a92eefbae9b83867 authored about 7 years ago
`no-commonjs`: Fix false positive when `exports` is in scope

Fixes #940

7383977ff80c857a33f9814b98e949121661d195 authored about 7 years ago
Merge pull request #962 from 1pete/patch-1

use main lodash package

9f42bed2a7bb2846c22f1f9b5217c99496c1a8c8 authored about 7 years ago
use main lodash package

6b4c8404e07d176c5f963c2cee5868b82d1b4e51 authored about 7 years ago
Handle call expressions in the no-anonymous-default-export rule

1739d6bfa7e3048b6c131dd8944c0b0cadedb5f3 authored about 7 years ago
Merge pull request #973 from briandipalma/patch-1

Update recommended.js

9db95b350eec1034b2ef58a1b648265bf1fbcf92 authored about 7 years ago
Update recommended.js

Add missing plugins config. If you use `recommended` without this the rules aren't found?

fdc0e4f370b1a544b7b2146fc64171ea3361df30 authored about 7 years ago
Merge pull request #969 from modosc/update-node-libs-browser

allow newer version of node-libs-browser

dde9a470f123c819e8aeb5857233e05fdc248c0e authored about 7 years ago
allow newer version of node-libs-browser

4ca88a6d07fb0b45785cf523e870a1439212a831 authored about 7 years ago
[Tests] use `nvm install-latest-npm`

e0403c6b836d812d650c1dfe85b4b2cd9004535a authored about 7 years ago
[New]: add `no-relative-packages`

Use this rule to prevent importing packages through relative paths.

It's useful in Yarn/Lerna w...

6f5c52cec32ba94558ea31faa7dc0b6a7c7af982 authored about 7 years ago
Merge pull request #827 from collinsauve/issue414

[new] import/extensions should have a ignorePackages option.

Fixes #414

ee515817b8ecb7d7566e019bebe6c666fc6414c6 authored about 7 years ago
Typos

81d3b362c9821c01cfc78df3902c2b4cf63cdfbb authored about 7 years ago
Document cherry-picked package method

ref: https://github.com/benmosher/eslint-plugin-import/pull/827/files/a8e8bfb664c560665fcdc92113...

7316dda08f1ab6086c0ebd985ab37c53db8edacd authored about 7 years ago
Should cover cherry-picked package methods

ref: https://github.com/benmosher/eslint-plugin-import/pull/827/files/a8e8bfb664c560665fcdc92113...

2fc4577c88565bad15fb89e6fb9f8c856ea52cd8 authored about 7 years ago