Ecosyste.ms: OpenCollective

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

ESLint

The pluggable linting utility for JavaScript and JSX
Collective - Host: opensource - https://opencollective.com/eslint - Website: https://eslint.org/ - Code: https://github.com/eslint

confusing naming between regex vs regexp rules

github.com/eslint/eslint - pdehaan opened this issue over 10 years ago
Fix: Corrects configs merging into base config (Fixes #838)

github.com/eslint/eslint - jonvuri opened this pull request over 10 years ago
Define priority order for configurations

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
Function names

github.com/eslint/eslint - gregberge opened this issue over 10 years ago
Rule: No evil regex

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
About what is ESlint....

github.com/eslint/eslint - richardpq opened this issue over 10 years ago
Programmatic API

github.com/eslint/eslint - sindresorhus opened this issue over 10 years ago
Docs: Add '/', forgotten in first commit (Fixes #931)

github.com/eslint/eslint - jonvuri opened this pull request over 10 years ago
Breaking: Refactor .eslintignore functionality

github.com/eslint/eslint - nzakas opened this pull request over 10 years ago
Rule `new-cap` checks capitalized functions (fixes #904)

github.com/eslint/eslint - roadhump opened this pull request over 10 years ago
Refactor how .eslintignore works

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
Fix: block-scoped-var CatchClause handling (fixes #922)

github.com/eslint/eslint - michaelficarra opened this pull request over 10 years ago
block-scoped-var CatchClause handling broken

github.com/eslint/eslint - michaelficarra opened this issue over 10 years ago
block-scoped-var does a bit of unnecessary tree walking

github.com/eslint/eslint - michaelficarra opened this issue over 10 years ago
Fix: block-scoped-var respects decls in for and for-in (fixes #919)

github.com/eslint/eslint - michaelficarra opened this pull request over 10 years ago
block-scoped-var behaves in a weird way

github.com/eslint/eslint - mgol opened this issue over 10 years ago
let/const scope is calculated incorrectly

github.com/eslint/eslint - mgol opened this issue over 10 years ago
Implement eqeqeq option "allow-null"

github.com/eslint/eslint - mgol opened this pull request over 10 years ago
Rule: require functions to have a return statement

github.com/eslint/eslint - modernserf opened this issue over 10 years ago
replacement suggestions

github.com/eslint/eslint - michaelficarra opened this issue over 10 years ago
valid-typeof: support 'unknown'

github.com/eslint/eslint - mgol opened this issue over 10 years ago
eqeqeq: allow only `== null`

github.com/eslint/eslint - mgol opened this issue over 10 years ago
Use specific version of eslint-tester

github.com/eslint/eslint - jonvuri opened this issue over 10 years ago
Warnings shouldn't be commented as errors

github.com/eslint/eslint - mgol opened this issue over 10 years ago
Fix: Merge configs with ancestors (Fixes #820)

github.com/eslint/eslint - jonvuri opened this pull request over 10 years ago
Ignore JSX markup between /*eslint-disable*/

github.com/eslint/eslint - victor-homyakov opened this issue over 10 years ago
CLI: Remove JSON support for .eslintignore (fixes #883)

github.com/eslint/eslint - albertosantini opened this pull request over 10 years ago
fixes #897: new-cap should allow non-alpha IdentifierStart characters

github.com/eslint/eslint - michaelficarra opened this pull request over 10 years ago
new-cap should allow non-alpha IdentifierStart characters

github.com/eslint/eslint - michaelficarra opened this issue over 10 years ago
Merge configs

github.com/eslint/eslint - jonvuri opened this pull request over 10 years ago
New rule: always-return

github.com/eslint/eslint - modernserf opened this pull request over 10 years ago
case 0: {return;} errors

github.com/eslint/eslint - mgol opened this issue over 10 years ago
Build: Enable default-case (fixes #881)

github.com/eslint/eslint - albertosantini opened this pull request over 10 years ago
Build: Enable space-after-keywords (fixes #884)

github.com/eslint/eslint - albertosantini opened this pull request over 10 years ago
Configuration documentation is partially broken

github.com/eslint/eslint - roadhump opened this issue over 10 years ago
Fix api double emit on comment nodes (fixes #876)

github.com/eslint/eslint - roadhump opened this pull request over 10 years ago
Fix lib tests

github.com/eslint/eslint - gkz opened this issue over 10 years ago
Improve rule flag documentation and tests

github.com/eslint/eslint - gkz opened this issue over 10 years ago
Upgrade Optionator

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
Enable space-after-keywords rule in repo

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
Remove JSON support for .eslintignore

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
Remove -r as shortcut for --rule

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
Enable default-case

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
Rule `no-warning-comments` duplicates errors

github.com/eslint/eslint - roadhump opened this issue over 10 years ago
no-warning-comments: display the comment

github.com/eslint/eslint - tj opened this issue over 10 years ago
unused vars and params

github.com/eslint/eslint - tj opened this issue over 10 years ago
Lint Makefile.js (fixes #870)

github.com/eslint/eslint - albertosantini opened this pull request over 10 years ago
add rule flag, closes #692

github.com/eslint/eslint - gkz opened this pull request over 10 years ago
Makefile.js is not linted

github.com/eslint/eslint - albertosantini opened this issue over 10 years ago
Add check if there is text 'off by default' in index.

github.com/eslint/eslint - albertosantini opened this pull request over 10 years ago
Add Build Next mention in integrations README.

github.com/eslint/eslint - albertosantini opened this pull request over 10 years ago
document new IIFE exception for no-extra parens added as part of #655

github.com/eslint/eslint - michaelficarra opened this pull request over 10 years ago
(fixes #622) Add rule ID on documentation pages

github.com/eslint/eslint - Delapouite opened this pull request over 10 years ago
Rules off by default in the doc

github.com/eslint/eslint - albertosantini opened this issue over 10 years ago
rule no-extend-native

github.com/eslint/eslint - albertosantini opened this issue over 10 years ago
PoC to swap Esprima with Traceur

github.com/eslint/eslint - samcday opened this issue over 10 years ago
fixes #655: add IIFE exception to no-extra-parens

github.com/eslint/eslint - michaelficarra opened this pull request over 10 years ago
exit with non-zero status when tests fail (fixes #858)

github.com/eslint/eslint - salomvary opened this pull request over 10 years ago
failing tests (due to esprima upgrade?)

github.com/eslint/eslint - salomvary opened this issue over 10 years ago
non-zero exit status when tests fail

github.com/eslint/eslint - salomvary opened this issue over 10 years ago
removed unicode zero width space character from messages

github.com/eslint/eslint - salomvary opened this pull request over 10 years ago
Show the total number of linted files

github.com/eslint/eslint - mgol opened this issue over 10 years ago
Fix: Add prototype methods to global scope (fixes #700)

github.com/eslint/eslint - nzakas opened this pull request over 10 years ago