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

max-len rule crash on empty files

github.com/eslint/eslint - dmp42 opened this issue almost 11 years ago
EventEmitter warnings about too many listeners

github.com/eslint/eslint - dmp42 opened this issue almost 11 years ago
Fix documentation: miss markdown code section end

github.com/eslint/eslint - dmp42 opened this pull request almost 11 years ago
Fix documentation:typo

github.com/eslint/eslint - dmp42 opened this pull request almost 11 years ago
Config.getConfig argument is misnamed

github.com/eslint/eslint - aparajita opened this issue almost 11 years ago
stdin cannot be used

github.com/eslint/eslint - aparajita opened this issue almost 11 years ago
Add ruleId to all formatters output (fixes #472)

github.com/eslint/eslint - nzakas opened this pull request almost 11 years ago
Use stylish output as default

github.com/eslint/eslint - nzakas opened this issue almost 11 years ago
Allow empty catch/finally blocks an update documentation

github.com/eslint/eslint - nzakas opened this pull request almost 11 years ago
no-empty incorrectly flags try/catch/finally bodies

github.com/eslint/eslint - michaelficarra opened this issue almost 11 years ago
no-empty documentation is misleading

github.com/eslint/eslint - michaelficarra opened this issue almost 11 years ago
rule: disallow lone blocks

github.com/eslint/eslint - michaelficarra opened this issue almost 11 years ago
rule: disallow single-statement blocks

github.com/eslint/eslint - michaelficarra opened this issue almost 11 years ago
Using .bind on a named closure marks it as unused

github.com/eslint/eslint - yphoenix opened this issue almost 11 years ago
update docs: explicit cli args are exempt from eslintignore exclusions

github.com/eslint/eslint - michaelficarra opened this pull request almost 11 years ago
fixes #500: no-array-constructor should not flag 1-argument construction

github.com/eslint/eslint - michaelficarra opened this pull request almost 11 years ago
fixes #505: no-cond-assign should ignore doubly parenthesised tests

github.com/eslint/eslint - michaelficarra opened this pull request almost 11 years ago
no-cond-assign incorrectly flagging pattern

github.com/eslint/eslint - nzakas opened this issue almost 11 years ago
Rule: No Yoda comparisons

github.com/eslint/eslint - nzakas opened this issue almost 11 years ago
Create eslint.github.io

github.com/eslint/eslint - nzakas opened this issue almost 11 years ago
Upgrade Istanbul

github.com/eslint/eslint - ilyavolodin opened this pull request almost 11 years ago
rule: no sparse arrays

github.com/eslint/eslint - michaelficarra opened this issue almost 11 years ago
fixes #495: holey arrays cause no-comma-dangle rule to throw

github.com/eslint/eslint - michaelficarra opened this pull request almost 11 years ago
Adding support for .eslintignore and .jshintignore (Closes #484)

github.com/eslint/eslint - ilyavolodin opened this pull request about 11 years ago
Configuration files should be JSON with comments

github.com/eslint/eslint - roadhump opened this issue about 11 years ago
Alternate configuration file format

github.com/eslint/eslint - rlidwka opened this issue about 11 years ago
change messaging in brace-style rule

github.com/eslint/eslint - michaelficarra opened this issue about 11 years ago
Fixed: file without json extension as config

github.com/eslint/eslint - roadhump opened this pull request about 11 years ago
fixes #482: brace-style bug with multiline conditions

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
Allow stdin, fix JSON parsing, doc tweaks

github.com/eslint/eslint - aparajita opened this pull request about 11 years ago
--config fails with non .json file

github.com/eslint/eslint - aparajita opened this issue about 11 years ago
Switching Travis to use ESLint (Closes #462)

github.com/eslint/eslint - ilyavolodin opened this pull request about 11 years ago
Need equivalent to .jshintignore file

github.com/eslint/eslint - ilyavolodin opened this issue about 11 years ago
Rule: multi-param-spacing

github.com/eslint/eslint - ilyavolodin opened this issue about 11 years ago
Bug: brace-style

github.com/eslint/eslint - ilyavolodin opened this issue about 11 years ago
Rule: consistant-return

github.com/eslint/eslint - ilyavolodin opened this issue about 11 years ago
Move ESLintTester to separate repo

github.com/eslint/eslint - nzakas opened this issue about 11 years ago
Move ESLint project to ESLint organization

github.com/eslint/eslint - nzakas opened this issue about 11 years ago
Automate site generation

github.com/eslint/eslint - nzakas opened this issue about 11 years ago
Create design for Web UI

github.com/eslint/eslint - nzakas opened this issue about 11 years ago
Evaluate ESQuery, CSSAuron, other AST querying

github.com/eslint/eslint - nzakas opened this issue about 11 years ago
Fixing eslint errors and unittests

github.com/eslint/eslint - ilyavolodin opened this pull request about 11 years ago
Rule to enforce function style (fixes #460)

github.com/eslint/eslint - nzakas opened this pull request about 11 years ago
Put ruleId in output?

github.com/eslint/eslint - rlidwka opened this issue about 11 years ago
Rule: max-nested-callbacks

github.com/eslint/eslint - iancmyers opened this pull request about 11 years ago
ignore shebang in js files

github.com/eslint/eslint - rlidwka opened this pull request about 11 years ago
add ruleId to formatter output

github.com/eslint/eslint - rlidwka opened this pull request about 11 years ago
filenames should be available to the rules

github.com/eslint/eslint - telaviv opened this issue about 11 years ago
Add allow-avoiding-escaped-quotes option to quotes rule (fixes #199)

github.com/eslint/eslint - brandonpayton opened this pull request about 11 years ago
Rule: sort variables. Closes #457

github.com/eslint/eslint - ilyavolodin opened this pull request about 11 years ago
fixes #464: space-infix-ops checks for VariableDeclarator init spacing

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
Fixing eslint errors in codebase

github.com/eslint/eslint - ilyavolodin opened this pull request about 11 years ago
Fix error location for semi rule

github.com/eslint/eslint - iancmyers opened this pull request about 11 years ago
Rule: function-style

github.com/eslint/eslint - ilyavolodin opened this issue about 11 years ago
fixes #454: escape values for XML in checkstyle formatter

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
Add options to no-unused-vars. Fixes #367

github.com/eslint/eslint - ilyavolodin opened this pull request about 11 years ago
Rule: sort-vars

github.com/eslint/eslint - ilyavolodin opened this issue about 11 years ago
Rule: no-nested-ternary

github.com/eslint/eslint - iancmyers opened this pull request about 11 years ago
Fixing no-unused-var and no-redeclare (Fixes #310)

github.com/eslint/eslint - ilyavolodin opened this pull request about 11 years ago
Quotes are not escaped in checkstyle output

github.com/eslint/eslint - rapidrapids opened this issue about 11 years ago
fixes #449: no-mixed-requires throws TypeError when grouping is enabled

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
Add version to eslint.json

github.com/eslint/eslint - ilyavolodin opened this issue about 11 years ago
Order in no-mixed-requires

github.com/eslint/eslint - goloroden opened this issue about 11 years ago
Bug in no-mixed-requires

github.com/eslint/eslint - goloroden opened this issue about 11 years ago
Fixed reported line number for trailing comma error

github.com/eslint/eslint - iancmyers opened this pull request about 11 years ago
fixes #446: join paths without additional delimiters

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
docs: add documentation for quotes rule

github.com/eslint/eslint - mduvall opened this pull request about 11 years ago
fixes #429: require spaces around infix operators; enabled by default

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
simplify fix for #442

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
improve assertion on wrong number of errors

github.com/eslint/eslint - c089 opened this pull request about 11 years ago
Fixing disabling rules with invalid comments Closes #435

github.com/eslint/eslint - ilyavolodin opened this pull request about 11 years ago
fixes #431: no-unused-expressions should not flag statement level void

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
fixes #437: fragile no-extend-native rule

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
no-extend-native.js 'length' of undefined

github.com/eslint/eslint - makepanic opened this issue about 11 years ago
Documentation needed for `space-unary-word-ops`

github.com/eslint/eslint - MichaelPaulukonis opened this issue about 11 years ago
Invalid rule parameters disables rule entirely (in block-comments)

github.com/eslint/eslint - MichaelPaulukonis opened this issue about 11 years ago
Documentation on quote-rules

github.com/eslint/eslint - MichaelPaulukonis opened this issue about 11 years ago
Documentation on enabling/disabling rules via comments

github.com/eslint/eslint - MichaelPaulukonis opened this issue about 11 years ago
no-fallthrough broken on nested switch statements

github.com/eslint/eslint - mduvall opened this pull request about 11 years ago
no-unused-expressions doesn't recognize void

github.com/eslint/eslint - nzakas opened this issue about 11 years ago
no-fallthrough broken on nested switch statements

github.com/eslint/eslint - nzakas opened this issue about 11 years ago
rule: require spaces around all binary operators

github.com/eslint/eslint - michaelficarra opened this issue about 11 years ago
fixes #346: validate strings passed to the RegExp constructor

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
change some documentation extensions from js to md

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
fixes #332: unary word operators must be followed by whitespace

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago