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

Readme updated for new rules.

github.com/import-js/eslint-plugin-import - 9c66084804d783312c9d462215d324907332c522 authored over 9 years ago by Ben Mosher <[email protected]>
Test to ensure named imports are flagged if there is only a default export, even in loose mode.

github.com/import-js/eslint-plugin-import - 112bf4c2fd23892bfc5039efcfbfb94893d28be5 authored over 9 years ago by Ben Mosher <[email protected]>
Rule added to index + bumped version to 0.3.0.

github.com/import-js/eslint-plugin-import - 28eed02e0a8924a920e7781ce7a20e5f390a249d authored over 9 years ago by Ben Mosher <[email protected]>
More tests, interop (ignore default missing if there are no imports at all), updated arg to 'es6-only'.

github.com/import-js/eslint-plugin-import - ba52d404685446b6f1879db71559fae7379c0c98 authored over 9 years ago by Ben Mosher <[email protected]>
`default` rule checks for the existence of a default export.

github.com/import-js/eslint-plugin-import - 36b9169285b132cd55f2339ac70771c6cd31c2d5 authored over 9 years ago by Ben Mosher <[email protected]>
getExports module to prevent re-parsing for a given file.

github.com/import-js/eslint-plugin-import - 65762669b08185a87178bd84a80921fb9ca921b4 authored over 9 years ago by Ben Mosher <[email protected]>
Refactored out parsing into a module.

github.com/import-js/eslint-plugin-import - 4b3103c3353b9206dacc8a6ea7b4dc1f5211bf31 authored over 9 years ago by Ben Mosher <[email protected]>
Don't need coffee test file, it probably doesn't make sense in the context of ES6 modules. (for now)

github.com/import-js/eslint-plugin-import - 4a2ece02057cc1bff6034d875053d71d9b87037d authored over 9 years ago by Ben Mosher <[email protected]>
Capturing variable _and_ function declaration exports.

github.com/import-js/eslint-plugin-import - 652fcba95eccdd7e3cbbc3f2b817c50d4ae6a108 authored over 9 years ago by Ben Mosher <[email protected]>
Bump version to v0.2.3.

github.com/import-js/eslint-plugin-import - 009fa961d1914e70e56018323db6b6ff3063f819 authored over 9 years ago by Ben Mosher <[email protected]>
All `ecmaFeatures` turned on for espree parsing.

github.com/import-js/eslint-plugin-import - 3d9ad8b5e48933059013d1bfa844b7f461b92654 authored over 9 years ago by Ben Mosher <[email protected]>
Simplified stock config for rules.

github.com/import-js/eslint-plugin-import - 6eda903b64f90d2458e0e7a5064891cc7e769caa authored over 9 years ago by Ben Mosher <[email protected]>
Bumped to v0.2.2.

github.com/import-js/eslint-plugin-import - f420b8eadbd6e46a17e6babc1d64ab30c2a1b785 authored over 9 years ago by Ben Mosher <[email protected]>
Removed extension handling, added interop with classic modules to prevent spurious errors from CommonJS modules.

github.com/import-js/eslint-plugin-import - df97d0323c1d55fb77f2ee38801e4a460219dc15 authored over 9 years ago by Ben Mosher <[email protected]>
Added specifier handling to `named`.

github.com/import-js/eslint-plugin-import - f736e744384259ec1055d78cd18ffa64b5caeb6d authored over 9 years ago by Ben Mosher <[email protected]>
Renamed `valid-path` again, to `exists`.

github.com/import-js/eslint-plugin-import - 7499943ce4f3120a4c0c936b80d1c32895c46ff6 authored over 9 years ago by Ben Mosher <[email protected]>
`named` rule ensures named exports exist.

github.com/import-js/eslint-plugin-import - b2a042e0d5be065c140671268067fa7fa0c94251 authored over 9 years ago by Ben Mosher <[email protected]>
Pulled out resolve behavior into module.

github.com/import-js/eslint-plugin-import - 6ce672c52e7d102e1cf82f7f69aa4380d4c702c0 authored over 9 years ago by Ben Mosher <[email protected]>
Path checker uses full-on Node resolution strategy.

github.com/import-js/eslint-plugin-import - 137988619a8637b63af2a49c4b8596006b3f3ae3 authored over 9 years ago by Ben Mosher <[email protected]>
Report on source node instead of declaration (closes #1)

github.com/import-js/eslint-plugin-import - 9b57d46374ad4b53aa55e8d463b4293586c6486d authored over 9 years ago by Ben Mosher <[email protected]>
Attempting to link to the rules section, like a cool guy. Not sure if it will work... need to see it on GitHub.

github.com/import-js/eslint-plugin-import - 9a5288f34f7a9fcecb38672856b073a213d93857 authored over 9 years ago by Ben Mosher <[email protected]>
Removed hello-world rule. Bumped version to 0.1.0. Refactored tests to use eslint-tester.

github.com/import-js/eslint-plugin-import - 8802a85603b81f4c388fb54c5d506636e0b1b994 authored over 9 years ago by Ben Mosher <[email protected]>
First marginally useful rule! Validates relative imports exist.

github.com/import-js/eslint-plugin-import - e321dd9fcae9cbf2baa3f53a067703ce122d4790 authored over 9 years ago by Ben Mosher <[email protected]>
Getting closer to a working rule to enforce that a relative import resolves to an extant file.

github.com/import-js/eslint-plugin-import - d1d8b9e4c07ef1a01d35e9c20e83f5f8f027db6e authored over 9 years ago by Ben Mosher <[email protected]>
Initial config files + a hello-world-y test rule to get my feet wet.

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