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
Bug: no-unused-vars incorrectly reports warnings for nested variables
ilyavolodin opened this issue over 11 years ago
ilyavolodin opened this issue over 11 years ago
Bug: no-shadow shouldn't complain about recursion
ilyavolodin opened this issue over 11 years ago
ilyavolodin opened this issue over 11 years ago
Rule: no-var-leak
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
fixes #289: no-empty-class flags regexps with... flags
michaelficarra opened this pull request over 11 years ago
michaelficarra opened this pull request over 11 years ago
bug: no-empty-class does not respect escape
mduvall opened this pull request over 11 years ago
mduvall opened this pull request over 11 years ago
Update no-empty for compatibility with [email protected] (fixes #290)
mamacdon opened this pull request over 11 years ago
mamacdon opened this pull request over 11 years ago
Build broken
nzakas opened this issue over 11 years ago
nzakas opened this issue over 11 years ago
no-empty-class doesn't respect escape
ilyavolodin opened this issue over 11 years ago
ilyavolodin opened this issue over 11 years ago
Fixing bug with _ in MemberExpression (Fixes #287)
ilyavolodin opened this pull request over 11 years ago
ilyavolodin opened this pull request over 11 years ago
Bug: Can't use underscore in object properties
ilyavolodin opened this issue over 11 years ago
ilyavolodin opened this issue over 11 years ago
Rule: ie-catch-leak
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
Fix false warning from no-undef rule (fixes #283)
mamacdon opened this pull request over 11 years ago
mamacdon opened this pull request over 11 years ago
Rule: no-func-assign
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
Unexpected warning from no-undef when assigning to a variable declared in global scope
mamacdon opened this issue over 11 years ago
mamacdon opened this issue over 11 years ago
Adding eslint to jake
ilyavolodin opened this pull request over 11 years ago
ilyavolodin opened this pull request over 11 years ago
Fixing no use before define issues (Fixes #280)
ilyavolodin opened this pull request over 11 years ago
ilyavolodin opened this pull request over 11 years ago
no use before define doesn't like global variables
ilyavolodin opened this issue over 11 years ago
ilyavolodin opened this issue over 11 years ago
Rule: no-octal-escape
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
Rule no redeclare (Closes #277)
ilyavolodin opened this pull request over 11 years ago
ilyavolodin opened this pull request over 11 years ago
Rule: No redeclare
ilyavolodin opened this issue over 11 years ago
ilyavolodin opened this issue over 11 years ago
Fix for `no-proto` and `no-iterator` false positive
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
Rule: no-iterator
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
Fixing typo in guard-for-in documentation
ilyavolodin opened this pull request over 11 years ago
ilyavolodin opened this pull request over 11 years ago
Rule No use before define (Closes #272)
ilyavolodin opened this pull request over 11 years ago
ilyavolodin opened this pull request over 11 years ago
Rule: Don't use variables before they are defined
ilyavolodin opened this issue over 11 years ago
ilyavolodin opened this issue over 11 years ago
Added documentation for 4 rules
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
`no-fallthrough` false negative case
iancmyers opened this issue over 11 years ago
iancmyers opened this issue over 11 years ago
fixes #268: Fix `no-empty-class` false negatives
michaelficarra opened this pull request over 11 years ago
michaelficarra opened this pull request over 11 years ago
Fix `no-empty-class` false negatives
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
no-empty-class false negatives
michaelficarra opened this issue over 11 years ago
michaelficarra opened this issue over 11 years ago
Documentation for several rules
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
Increase rules test coverage
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
Rule: no-empty-class
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
Added docs for eqeqeq and no-with (fixes #262)
pigulla opened this pull request over 11 years ago
pigulla opened this pull request over 11 years ago
Missing documenation for rules "eqeqeq" and "no-with"
pigulla opened this issue over 11 years ago
pigulla opened this issue over 11 years ago
Added tests for bug #254 (fixed in #256)
pigulla opened this pull request over 11 years ago
pigulla opened this pull request over 11 years ago
Create camelcase.md
mindofmicah opened this pull request over 11 years ago
mindofmicah opened this pull request over 11 years ago
Rule: Expected break inside case (Closes #258)
ilyavolodin opened this pull request over 11 years ago
ilyavolodin opened this pull request over 11 years ago
Rule: Expected break inside case
ilyavolodin opened this issue over 11 years ago
ilyavolodin opened this issue over 11 years ago
Fix issues with function in no-unused-vars (Fixes #256)
ilyavolodin opened this pull request over 11 years ago
ilyavolodin opened this pull request over 11 years ago
No-unused-vars doesn't check functions
ilyavolodin opened this issue over 11 years ago
ilyavolodin opened this issue over 11 years ago
Fixes #254
pigulla opened this pull request over 11 years ago
pigulla opened this pull request over 11 years ago
Problems with no-unused-vars
pigulla opened this issue over 11 years ago
pigulla opened this issue over 11 years ago
fixes #252: semi rule errors on VariableDeclarations in ForInStatements
michaelficarra opened this pull request over 11 years ago
michaelficarra opened this pull request over 11 years ago
semi rule reports warning for for/in loops
captainbrosset opened this issue over 11 years ago
captainbrosset opened this issue over 11 years ago
Fixes #249
pigulla opened this pull request over 11 years ago
pigulla opened this pull request over 11 years ago
Estraverse comments
pigulla opened this pull request over 11 years ago
pigulla opened this pull request over 11 years ago
Add comments to AST
pigulla opened this issue over 11 years ago
pigulla opened this issue over 11 years ago
no-loop-func: Functions passed as parameters should not trigger warning
iancmyers opened this issue over 11 years ago
iancmyers opened this issue over 11 years ago
enhancement: suggestion for octal usage similar to JSLint
mduvall opened this pull request over 11 years ago
mduvall opened this pull request over 11 years ago
enhancement: suggestion for octal usage similar to JSLint
mduvall opened this issue over 11 years ago
mduvall opened this issue over 11 years ago
Fixes #244
pigulla opened this pull request over 11 years ago
pigulla opened this pull request over 11 years ago
Wildcard events for AST traversal
pigulla opened this issue over 11 years ago
pigulla opened this issue over 11 years ago
Add support for pre-defined environment globals (re: #228)
rapidrapids opened this pull request over 11 years ago
rapidrapids opened this pull request over 11 years ago
unary word operators used as functions
michaelficarra opened this issue over 11 years ago
michaelficarra opened this issue over 11 years ago
Rule: no-else-return
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
Fix no-unused-vars to report correct line numbers (Fixes #239)
ilyavolodin opened this pull request over 11 years ago
ilyavolodin opened this pull request over 11 years ago
No-unused-vars doesn't return correct line number
ilyavolodin opened this issue over 11 years ago
ilyavolodin opened this issue over 11 years ago
Rule: No shadow (Closes #237)
ilyavolodin opened this pull request over 11 years ago
ilyavolodin opened this pull request over 11 years ago
Rule: No shadow
ilyavolodin opened this issue over 11 years ago
ilyavolodin opened this issue over 11 years ago
Add support for pre-defined environment globals (re: #228)
rapidrapids opened this pull request over 11 years ago
rapidrapids opened this pull request over 11 years ago
Rule: no proto (Closes #234)
ilyavolodin opened this pull request over 11 years ago
ilyavolodin opened this pull request over 11 years ago
Rule: No __proto__
ilyavolodin opened this issue over 11 years ago
ilyavolodin opened this issue over 11 years ago
Fix: Error severity for rules with options.
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
Rule: max-depth
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
Rule: No Script URL (Closes #230)
ilyavolodin opened this pull request over 11 years ago
ilyavolodin opened this pull request over 11 years ago
Rule: No script Url
ilyavolodin opened this issue over 11 years ago
ilyavolodin opened this issue over 11 years ago
Rules that take an array as a value, only report as Warnings
rapidrapids opened this issue over 11 years ago
rapidrapids opened this issue over 11 years ago
Environment support
rapidrapids opened this issue over 11 years ago
rapidrapids opened this issue over 11 years ago
Rule: None IIFE wrapping (Closes #226)
ilyavolodin opened this pull request over 11 years ago
ilyavolodin opened this pull request over 11 years ago
Rule: Wrapping non-IIFE function literals in parens is unnecessary
ilyavolodin opened this issue over 11 years ago
ilyavolodin opened this issue over 11 years ago
Individual perf tests for rules (Closes #224)
ilyavolodin opened this pull request over 11 years ago
ilyavolodin opened this pull request over 11 years ago
Jake task to profile performance of each rule
ilyavolodin opened this issue over 11 years ago
ilyavolodin opened this issue over 11 years ago
Fix loading rules from a rules directory
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
Rule no-mixed-requires (fixes #221)
pigulla opened this pull request over 11 years ago
pigulla opened this pull request over 11 years ago
Rule: no-mixed-requires
pigulla opened this issue over 11 years ago
pigulla opened this issue over 11 years ago
rule: maxlen to lint maximum length of a line
mduvall opened this pull request over 11 years ago
mduvall opened this pull request over 11 years ago
rule: maxlen to lint for maximum length of lines
mduvall opened this issue over 11 years ago
mduvall opened this issue over 11 years ago
bug: Add ForStatement for no-cond-assign check
mduvall opened this pull request over 11 years ago
mduvall opened this pull request over 11 years ago
bug: no-cond-assign doesn't catch "for" loop case
mduvall opened this issue over 11 years ago
mduvall opened this issue over 11 years ago
fixes #210 - adds initial no-extend-native rule
davidjnelson opened this pull request over 11 years ago
davidjnelson opened this pull request over 11 years ago
Rule: grouped-requires
pigulla opened this pull request over 11 years ago
pigulla opened this pull request over 11 years ago
Rule: grouped-requires
pigulla opened this issue over 11 years ago
pigulla opened this issue over 11 years ago
rule: no-assign for ambiguous assignment in comparison statements
mduvall opened this pull request over 11 years ago
mduvall opened this pull request over 11 years ago
Rule: no-assign for assignment in comparison statements
mduvall opened this issue over 11 years ago
mduvall opened this issue over 11 years ago
bug: Fixes semi rule for VariableDeclaration in ForStatement
mduvall opened this pull request over 11 years ago
mduvall opened this pull request over 11 years ago
Rule: no-extend-native
xjamundx opened this issue over 11 years ago
xjamundx opened this issue over 11 years ago
'semi' rule complains about VariableDeclaration in for-loop initializer
mamacdon opened this issue over 11 years ago
mamacdon opened this issue over 11 years ago
Formatter: JSLint XML
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
Refactored `max-statements` rule.
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
Rule: one-var
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
change eslint interface from singleton to constructor
michaelficarra opened this issue over 11 years ago
michaelficarra opened this issue over 11 years ago
expose interface for defining new rules at runtime without fs access
michaelficarra opened this pull request over 11 years ago
michaelficarra opened this pull request over 11 years ago
Rule: No unused variables (Closes #8)
ilyavolodin opened this pull request over 11 years ago
ilyavolodin opened this pull request over 11 years ago
Increased test coverage for core lib and formatters
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
fixes #200: no-octals should not see leading-0 floats as violations
michaelficarra opened this pull request over 11 years ago
michaelficarra opened this pull request over 11 years ago
No-Octals flagging leading 0 floats (such as 0.5) as octal.
PlNG opened this issue over 11 years ago
PlNG opened this issue over 11 years ago
rules:quotes.js too strict - doesn't allow for quotes within quotes
PlNG opened this issue over 11 years ago
PlNG opened this issue over 11 years ago
Increasing rule test coverage
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago
Rule: unnecessary-strict
iancmyers opened this pull request over 11 years ago
iancmyers opened this pull request over 11 years ago