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

Merge pull request #1165 from SandroMiguel/patch-1

Typo

6815513de5e1f8fd3e325f15051d0459c70356f9 authored over 6 years ago
Typo

Changed segemnts to segments

183aa0767ba74f48ab08f70fa2cadec4e2c3f0d2 authored over 6 years ago
Merge pull request #1163 from st-sloth/webpack-comment

fix(dynamic-import-chunkname): Add proper webpack comment parsing

df2d5269043b69149c0c6b448bcddf050203537a authored over 6 years ago
fix(dynamic-import-chunkname): Add proper webpack comment parsing

8d8c20a92d1255a0701f9f69d88309a5579cc228 authored over 6 years ago
New: rule - added support for 'export * from' and 'export { stuff } from ', revised docs

06a09766a41b1b5c8cd77cd34dd88f5d2984009a authored over 6 years ago
[Fix] detect extraneous deps even when there are none in the first place

Fixes #1161

b0b6125844e28e2b63752b590c50cd8fad262c74 authored over 6 years ago
[Fix] detect extraneous deps even when there are none in the first place

Fixes #1161

f7bd328f7b86c9f6d95c58c261b0b513df14bbd5 authored over 6 years ago
Changelog/package bumps

59311419f0546a1f14929a6889a86ec4859486ae authored over 6 years ago
New: `no-unused-modules` rule - add support for 'import *'

Signed-off-by: René Fermann <[email protected]>

d47ccdfcb1eae5506701302dc652548a2d2c535f authored over 6 years ago
Merge pull request #1151 from jf248/jsx

Add JSX check to namespace rule

69e0187aabc3f63dd738cdf71f097398fb36a9ca authored over 6 years ago
[fix] repeat fix from #797 for #717, in another place

f5bff7b14c52fdd91afe76865ecec955b1f96539 authored over 6 years ago
New: `no-unused-modules` rule - added default src, more comprehensive sanity checks

Signed-off-by: René Fermann <[email protected]>

aa7253baf383f370b3dccefbb11b17cd5db2d8dc authored over 6 years ago
Add JSX check to namespace rule

e30a7577bf46f8c44bb12118563e833fd1b69d06 authored over 6 years ago
[eslint-module-utils]: when parser settings are not an array, throw a better error message

Fixes #1149.

2d4f651d6e2759e56e2826d874c697e008deaa9c authored over 6 years ago
Merge pull request #1126 from gajus/issue-1098

feat: make no-cycle ignore Flow imports (fixes #1098)

0336ef97c7eb012076002a909e590d33ecaa116d authored over 6 years ago
New: `no-unused-modules` rule - added more tests

Signed-off-by: René Fermann <[email protected]>

230122be9b38971bef7a6f1f78ee95336e9f681c authored over 6 years ago
New: `no-unused-modules` rule - minor refactoring

Signed-off-by: René Fermann <[email protected]>

a40202316e9de676da552490c0762c96b947c7f1 authored over 6 years ago
New: `no-unused-modules` rule - removed destructoring of context.getFilename

Signed-off-by: René Fermann <[email protected]>

fd1ccc040275cfd9791f148868a651cdbcdc7adb authored over 6 years ago
Add error to output when module loaded as resolver has invalid API

825234402a3dbe58138781c2f44c3933c59babfe authored over 6 years ago
New: `no-unused-modules` rule - added tests

Signed-off-by: René Fermann <[email protected]>

153599d976476a3ba66f5716f6eb6b5975765306 authored over 6 years ago
New: `no-unused-modules` rule - minor refactoring

Signed-off-by: René Fermann <[email protected]>

1d8ddf726f6e869d45cf78d32875216071c00076 authored over 6 years ago
fix: add a workaround for ESLint < v5

3feb54cfa20db3ed39b8a32e430b4ea3508eda8a authored over 6 years ago
New: `no-unused-modules` rule

Signed-off-by: René Fermann <[email protected]>

75a9eab9f053f16ab31806cf086903bd2d7a0fc0 authored over 6 years ago
[Fix] `newline-after-import`: recognize decorators

Fixes #1004.

b307c7c14bed8b20807cc629911093c5ec47f0ed authored over 6 years ago
Merge pull request #1128 from 1pete/fix-1127

make rule `no-useless-path-segments` work with commonjs

5480240b50653e4bd5ed486cf8a6db3a9020ea6c authored over 6 years ago
Merge pull request #1137 from justinanastos/fix/typescript-import-order-1086

Fix import/order autofixer when using typescript-eslint-parser

e5ee1588e201ea5e878006ee3b2595dab578fcfa authored over 6 years ago
Merge pull request #1135 from chrislloyd/issue-1123

[no-relative-parent-imports] Resolve paths

a162af42e6fd42e608864ea45db7d248421bfd35 authored over 6 years ago
fix(rules/order): Use `.range` instead of `.start` and `.end` for autofixer

`typescript-eslint-parser` does not add `.start` and `.end` to nodes like
`babel-eslint`. They b...

8d02f323b6b828aed1e33fa303e9600c96b79d74 authored over 6 years ago
test(order): Add failing test for typescript-eslint-parser

3b1a806c066832e43c5e86d8b506451c358fb4c5 authored over 6 years ago
Merge pull request #1134 from rodrigobdz/patch-1

Fix format of changelog

5adebd87f6fa868a53ab239b47dac4d8cbee8d4f authored over 6 years ago
[no-relative-parent-imports] Resolve paths

This changes the rule to resolve paths before emitting an error. While this means the error will...

81bf977ffc47980ed597e8bcba1315ccc5968226 authored over 6 years ago
Fix format of changelog

Updated version links.

ce4b1af7c02aeb6097766786a1025d817663a54b authored over 6 years ago
make rule `no-useless-path-segments` work with commonjs

2c1886e0094159beefc7c6571db83872590b1590 authored over 6 years ago
Merge pull request #1106 from syymza/flow-types-fix

Fixed flow types imports

37554fe9844986a1ab126d2a8f59fe4c7551a2f8 authored over 6 years ago
fix: handly possible undefined parent

60f65979fae29fc38d11cd79ade6336037a789ea authored over 6 years ago
feat: make no-cycle ignore Flow imports

7abb1e1c9ec95dcad44bf4882e05b094b7f67400 authored over 6 years ago
[Refactor] add explicit support for RestElement alongside ExperimentalRestProperty

3b04d5fab6c095e7f0f99488665d90e285872271 authored over 6 years ago
changelog/package bumps

c34f14f67f077acd5a61b3da9c0b0de298d20059 authored over 6 years ago
[Fix] `namespace`: ensure this rule works in ES2018

9db789b3582037f55ebfface305d1f5ce2cf2e5b authored over 6 years ago
[Tests] on `node` `v10`

59fc04e844c91d0d80e97d6d209fd5cdf3178602 authored over 6 years ago
[New] Add ESLint 5 support

add69cf9a4d18823ecd3c7013f992b85e0cfa97a authored over 6 years ago
[docs] make rule names consistent

Renamed the title of this page to be the full name of the rule, like on the rest of the docs.

70c3679b7f0a426306705c4f2aefb5890ee6b69f authored over 6 years ago
[New] `no-duplicates`: add a considerQueryString option to handle false positives when using some webpack loaders.

Fixes #1107.

f12ae59b9edfc5260f88b9335ff5b47f6eb958c7 authored over 6 years ago
Added test for mixed flow imports

1d9ae51f9f305ed54c9b36d1c6a883392ea94d8e authored over 6 years ago
Added missing space

96500b84518f2e2802a79f673da35e5625bb8c3a authored over 6 years ago
Fixed flow types imports

513a488ea7b5fdbd6b5b42386307ef9110a1bc00 authored over 6 years ago
[New] `order`/`no-extraneous-dependencies`: Alphabetize imports within groups

Fixes #1406. Fixes #389. Closes #629. Closes #1105. Closes #1360.

Co-Authored-By: dannysindra <...

8224e51670c636b4b2be8bb2895cd6fed79cd3d2 authored over 6 years ago
no-restricted-paths: complete coverage

=

ebafcbf59ec9f653b2ac2a0156ca3bcba0a7cf57 authored over 6 years ago
No relative parent imports rule (#1093)

* No relative parent imports rule

* Fix test

* Add tests for require()

* Add support fo...

e6f5c13acc2add93bdf3d3fb0e1a7f33fec28974 authored over 6 years ago
changelog/package bumps

8f668c7972641f71500ded0341bb0e061ade142f authored over 6 years ago
exclude tests from coverage + bump TS parser (#1095)

* exclude tests from coverage + bump TS parser

* larger, more targeted timeout for TS eslint ...

cd9d249822cbe07960beff1a3b2da48bd661636b authored over 6 years ago
webpack resolver: cache instance(s) of resolve function (#1091)

* cache instance(s) of resolve function
* properly report resolver test coverage
- also droppe...

f0d0c4ffaee09bf2056f125271186caa50677e49 authored over 6 years ago
Merge pull request #1085 from benmosher/packageDir-array

no-extraneous-dependencies: multiple packageDir(s)

8c9c3b86ac8bf22ca194caad51102335b088d28b authored almost 7 years ago
revert `has` removal per @ljharb's note

5111c797be563b4f755b8bbdb55b4e203541e7c5 authored almost 7 years ago
[Refactor] use "has" instead of ".hasOwnProperty"

412ee2e48f0913dc9aba1119a85d5e10504f4ef8 authored almost 7 years ago
Fix typo: 'runtime'

e2fdc5ffa204a49be1fed8b9ef127042543b7eb5 authored almost 7 years ago
fix typo

d8ca5e2cd012a8e9f6c01d1eaecd497999d9e66d authored almost 7 years ago
Merge branch 'master' into packageDir-array

# Conflicts:
# package.json

04d1c29cebce6787455640fe5f0817ed25e8befb authored almost 7 years ago
merge import/paths setting into existing packageDir option

72bb2cb4a5c389d5ec9a8fe20d8b851445b6964e authored almost 7 years ago
changelog links

4e37dbf232383c03f60c2019c85b17fa9c1e07a6 authored almost 7 years ago
Merge pull request #1081 from benmosher/release

2e41a704c9bd630fbd02129fe7f56d8283393cb1 authored almost 7 years ago
Merge branch 'master' into release

2e0ed83bab18dbc6292f6bc9f18536e74742bde2 authored almost 7 years ago
Ignore type imports for named rule. (#1057)

ec87b6410d651b327df2b2ee20ea337b7de09e8c authored almost 7 years ago
memo-parser cautionary note

d5d8b358924d7a0d5cb79cb9d7a824651d26586c authored almost 7 years ago
Merge branch 'fix-perf' into release-2.10.1 (fixes #1058)

e0dcfbdae5576a716bf07964271f37f2a994ff8f authored almost 7 years ago
changelog note for #1058

774ea8d779f9b7061aee707d171f17190bfc1554 authored almost 7 years ago
perf: no AST nodes in caches

7bd27752ebbe333ff20d2beb41e69a0fdebbaf9d authored almost 7 years ago
Merge pull request #1070 from byteme980/dynamic-import-chunkname-rule

[New] add Dynamic import chunkname rule

cfd437791ae8c358475a71defa7c47e3f68a3d09 authored almost 7 years ago
remove AST selectors

115b6fb3c8ab4845bbe4d079320a4f7354ff82a2 authored almost 7 years ago
replace includes() with an indexOf() call, add test cases for multiple import functions

9be016f64c154547e8cd3b2dade4e1c3d0a875a4 authored almost 7 years ago
respond to PR feedback

e6e4e98d328ab54b7dbd2a5e3119cd560a6bb3bb authored almost 7 years ago
Merge pull request #1073 from swrobel/patch-1

Fix link to order autofixer in CHANGELOG

2495356292e1118005697b5a2ec462e43d43dbad authored almost 7 years ago
Merge pull request #1068 from manovotny/no-useless-path-segments-documentation

Adds no-useless-path-segments documentation.

4d0c79929d08d227f15975867ee23d95c9ac0b39 authored almost 7 years ago
Fix link to order autofixer in CHANGELOG

55ee74c2df0634fdd3b0d77186edf7fe4a42d485 authored almost 7 years ago
Update recommended.js (#1066)

Closes #1063

121b9e1f61a4a2c0b8bbeaf8a03f9548c2825056 authored almost 7 years ago
bump to v2.11.0 for #880 (semver-minor)

83c85fc5d5cf991c8dad2f8707001aed53e638cf authored almost 7 years ago
changelog for #880

54e3013544b3ea75550d09b1f37e22f5906319bf authored almost 7 years ago
bump to v2.10.1

0ff8f235e2ec7ccbaf2cb91fae2efa1bf62b2d96 authored almost 7 years ago
update README

c9d7d660b43f91e490a692d82fb655f983bc4e99 authored almost 7 years ago
add dynamic import webpackChunkName comment rule

72ed0b851d1c8510247c7558043e884d01e2e64d authored almost 7 years ago
Merge pull request #1069 from ljharb/resolve

[patch] use `resolve` instead of `builtin-modules`

f0b4f3e187ce38f3f2f2a4f25372984be89bee07 authored almost 7 years ago
[patch] use `resolve` instead of `builtin-modules`

fb8e1e5e482a9f280c024f3dc10dc0e33ca5592a authored almost 7 years ago
Merge pull request #1064 from ljharb/fix_no_cycle

[Fix] `no-cycle`: `create` must *always* return an object, even if no listeners

d8077c83817cf907c4e962fa8e10cb93bea7d2a7 authored almost 7 years ago
Updates changelog.

5569a8cc6b463515a9b97f1036b9d92b6dcba86e authored almost 7 years ago
Adds no-useless-path-segments documentation.

37bd5423276abbe6ee2245a3adc5d178fe16121b authored almost 7 years ago
Merge pull request #1065 from sharmilajesupaul/minor-typo-fix

minor typo in import/no-cycle rule docs

80d1ceb2ff2804cb65ed7ed2d144ba4138ebc9d5 authored almost 7 years ago
minor typo in import/no-cycle rule docs

f13f18ed1e5ba02abde38e69905f177c540ec90d authored almost 7 years ago
[Fix] `no-cycle`: `create` must *always* return an object, even if there’s no listeners

19fc3dffe61b28cf4c03569dc359413f344afccd authored almost 7 years ago
Merge pull request #880 from futpib/no-commonjs-allow-require

Add `allow-require` option to `no-commonjs` rule

ee15fa4c61df2ddba6fc10109f1a60bb7bddb7b6 authored almost 7 years ago
changelog note for #1046

48d0a8ac0bac437bdb6b0d45a8413274ad25e8ab authored almost 7 years ago
add fixer for `first` (#1046)

a2acbde21556bea631b3bccd8d83dd6672b16a1e authored almost 7 years ago
Webpack -> webpack

Use the official project name: https://github.com/webpack/webpack.

6fe78a998ab9d1b63a3b65298287447d425cdb3c authored almost 7 years ago
Merge pull request #1055 from benmosher/release-2.10.0

Release 2.10.0

f3ff68f6eefc2d98096dd8658c5f804c30cf3564 authored almost 7 years ago
bump webpack resolver to v0.9.0

47ac30fcee9556a1b8d6f0a4626463b7d3eb472c authored almost 7 years ago
bump to v2.10.0

6356a78aa6fc2a2b294832fdf6e5b31630952def authored almost 7 years ago
bump utils to v2.2.0

82f67e69adb9b6850312cafb50c61cd23e49e87c authored almost 7 years ago
Merge branch 'no-cycles'

ed719a3305ef1bb723d92d7b8227ccb0cdf1f8be authored almost 7 years ago
changelog notes

ab44320f8f99972f7e07f31804616652d0d79c98 authored almost 7 years ago
Add autofixer for order rule (#908)

b34d9ff9f2c1ab45ff4a5e840f802b16be111da2 authored almost 7 years ago
try solution from appveyor/ci#650

e215b61193bae8c610157a72bd26596288cec2de authored almost 7 years ago