Ecosyste.ms: OpenCollective

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

github.com/eslint/eslint

Find and fix problems in your JavaScript code.
https://github.com/eslint/eslint

cannot manually lint a file within a directory with a .eslintignore file

michaelficarra opened this issue about 11 years ago
Confusing error when linting file with a bunch of empty array elements

pdehaan opened this issue about 11 years ago
Adding support for .eslintignore and .jshintignore (Closes #484)

ilyavolodin opened this pull request about 11 years ago
Configuration files should be JSON with comments

roadhump opened this issue about 11 years ago
Alternate configuration file format

rlidwka opened this issue about 11 years ago
change messaging in brace-style rule

michaelficarra opened this issue about 11 years ago
Fixed: file without json extension as config

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

michaelficarra opened this pull request about 11 years ago
Allow stdin, fix JSON parsing, doc tweaks

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

aparajita opened this issue about 11 years ago
Switching Travis to use ESLint (Closes #462)

ilyavolodin opened this pull request about 11 years ago
Need equivalent to .jshintignore file

ilyavolodin opened this issue about 11 years ago
Rule: multi-param-spacing

ilyavolodin opened this issue about 11 years ago
Bug: brace-style

ilyavolodin opened this issue about 11 years ago
Rule: consistant-return

ilyavolodin opened this issue about 11 years ago
Move ESLintTester to separate repo

nzakas opened this issue about 11 years ago
Move ESLint project to ESLint organization

nzakas opened this issue about 11 years ago
Automate site generation

nzakas opened this issue about 11 years ago
Create design for Web UI

nzakas opened this issue about 11 years ago
Evaluate ESQuery, CSSAuron, other AST querying

nzakas opened this issue about 11 years ago
Fixing eslint errors and unittests

ilyavolodin opened this pull request about 11 years ago
Fix fall-through rule with nested switch statements (fixes #430)

nzakas opened this pull request about 11 years ago
Rule to enforce function style (fixes #460)

nzakas opened this pull request about 11 years ago
Put ruleId in output?

rlidwka opened this issue about 11 years ago
Rule: max-nested-callbacks

iancmyers opened this pull request about 11 years ago
ignore shebang in js files

rlidwka opened this pull request about 11 years ago
add ruleId to formatter output

rlidwka opened this pull request about 11 years ago
filenames should be available to the rules

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

brandonpayton opened this pull request about 11 years ago
Rule: sort variables. Closes #457

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

michaelficarra opened this pull request about 11 years ago
Bug: space-infix-ops not reporting errors for assignements

ilyavolodin opened this issue about 11 years ago
Fixing eslint errors in codebase

ilyavolodin opened this pull request about 11 years ago
Convert Travis and ShellJS to use ESLint instead of JSHint

ilyavolodin opened this issue about 11 years ago
Fix error location for semi rule

iancmyers opened this pull request about 11 years ago
Rule: function-style

ilyavolodin opened this issue about 11 years ago
fixes #454: escape values for XML in checkstyle formatter

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

ilyavolodin opened this pull request about 11 years ago
Rule: sort-vars

ilyavolodin opened this issue about 11 years ago
Rule: no-nested-ternary

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

ilyavolodin opened this pull request about 11 years ago
Quotes are not escaped in checkstyle output

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

michaelficarra opened this pull request about 11 years ago
Add version to eslint.json

ilyavolodin opened this issue about 11 years ago
`semi` rule reports incorrect line for missing semicolon

iancmyers opened this issue about 11 years ago
Order in no-mixed-requires

goloroden opened this issue about 11 years ago
Bug in no-mixed-requires

goloroden opened this issue about 11 years ago
Fixed reported line number for trailing comma error

iancmyers opened this pull request about 11 years ago
fixes #446: join paths without additional delimiters

michaelficarra opened this pull request about 11 years ago
Output for lint prints trailing slash twice when trailing slash exists

mduvall opened this issue about 11 years ago
docs: add documentation for quotes rule

mduvall opened this pull request about 11 years ago
fixes #429: require spaces around infix operators; enabled by default

michaelficarra opened this pull request about 11 years ago
simplify fix for #442

michaelficarra opened this pull request about 11 years ago
Space return, throws, case rule flagging "default"

nzakas opened this issue about 11 years ago
improve assertion on wrong number of errors

c089 opened this pull request about 11 years ago
Fixing disabling rules with invalid comments Closes #435

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

michaelficarra opened this pull request about 11 years ago
fixes #437: fragile no-extend-native rule

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

makepanic opened this issue about 11 years ago
Documentation needed for `space-unary-word-ops`

MichaelPaulukonis opened this issue about 11 years ago
Invalid rule parameters disables rule entirely (in block-comments)

MichaelPaulukonis opened this issue about 11 years ago
Documentation on quote-rules

MichaelPaulukonis opened this issue about 11 years ago
Documentation on enabling/disabling rules via comments

MichaelPaulukonis opened this issue about 11 years ago
no-fallthrough broken on nested switch statements

mduvall opened this pull request about 11 years ago
no-unused-expressions doesn't recognize void

nzakas opened this issue about 11 years ago
no-fallthrough broken on nested switch statements

nzakas opened this issue about 11 years ago
rule: require spaces around all binary operators

michaelficarra opened this issue about 11 years ago
fixes #346: validate strings passed to the RegExp constructor

michaelficarra opened this pull request about 11 years ago
change some documentation extensions from js to md

michaelficarra opened this pull request about 11 years ago
fixes #332: unary word operators must be followed by whitespace

michaelficarra opened this pull request about 11 years ago
DRYing cli tests and improving code coverage

ilyavolodin opened this pull request about 11 years ago
fixes #210: adds initial no-extend-native rule

xjamundx opened this pull request about 11 years ago
improve rule test coverage

michaelficarra opened this pull request about 11 years ago
fixes #333: add rule to disallow gratuitously parenthesised expressions

michaelficarra opened this pull request about 11 years ago
fixes #371: add no-shadow-es5-15.1.1 rule

michaelficarra opened this pull request about 11 years ago
fixes #416: no-fallthrough flagging last case + reporting wrong line num

michaelficarra opened this pull request about 11 years ago
fixes #415: fix unnecessary-strict rule false positives

michaelficarra opened this pull request about 11 years ago
Switch to ShellJS build system

nzakas opened this issue about 11 years ago
Change tester method to addRuleTest

nzakas opened this issue about 11 years ago
no-fallthrough flagging last case + reporting wrong line number

nzakas opened this issue about 11 years ago
Unnecessary strict rule a bit too aggressive

nzakas opened this issue about 11 years ago
fixes #384: include builtin module list to avoid repl dependency

michaelficarra opened this pull request about 11 years ago
change package.json version back to 0.2.0-dev

michaelficarra opened this pull request about 11 years ago
no-spaced-func rule still has false positives

michaelficarra opened this issue about 11 years ago
Vows is gone. Mocha is now default

ilyavolodin opened this pull request about 11 years ago
fixes #407: no-spaced-func rule flagging non-argument-list spaced parens

michaelficarra opened this pull request about 11 years ago
Converting formatter tests and core to mocha

ilyavolodin opened this pull request about 11 years ago
Don't output "0 problems"

nzakas opened this issue about 11 years ago
no-spaced-func rule flagging non-functions

nzakas opened this issue about 11 years ago
Completing conversion of rule's tests to mocha

ilyavolodin opened this pull request about 11 years ago
added mocha conversion tests for quote-props and one-var

MichaelPaulukonis opened this pull request about 11 years ago
more mocha conversions from @MichaelPaulukonis

michaelficarra opened this pull request about 11 years ago
use of eval breaks eslint

CodaCodr opened this issue about 11 years ago
"use strict" causes error

jonathan-fielding opened this issue about 11 years ago
Converting unittests to mocha

ilyavolodin opened this pull request about 11 years ago
no-script-url should be smarter

ilyavolodin opened this issue about 11 years ago
"NaN !== NaN" generates "Use the isNaN function to compare with NaN." error

MichaelPaulukonis opened this issue about 11 years ago
added mocha tests semi.js and wrap-regex.js

MichaelPaulukonis opened this pull request about 11 years ago
DRY and convert all unittests to mocha

ilyavolodin opened this issue about 11 years ago