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

add mailing list link

qmx opened this pull request over 11 years ago
Strip leading underscores in camelcase rule - Fixes #94

captainbrosset opened this pull request over 11 years ago
Camelcase rule to accept leading underscores

captainbrosset opened this issue over 11 years ago
fixes #58 Generated gh-pages for /docs using Jekyll

viswanathm opened this pull request over 11 years ago
Rule: Warn on passing string to setTimeout/Interval

jamesallardice opened this pull request over 11 years ago
Fixes #90 -- updates docstrings

spmurrayzzz opened this pull request over 11 years ago
Some @fileoverview docstrings need updating

spmurrayzzz opened this issue over 11 years ago
Fixing -c config option in CLI

iancmyers opened this pull request over 11 years ago
Allow multiple arguments in configuration

mduvall opened this pull request over 11 years ago
Created no-dangle rule.

iancmyers opened this pull request over 11 years ago
Create way to pass configuration info to rules

ilyavolodin opened this pull request over 11 years ago
Rule: The Function constructor is eval

ilyavolodin opened this pull request over 11 years ago
Create way to pass configuration info to rules

nzakas opened this issue over 11 years ago
Adds test and fix for issue #82

mamacdon opened this pull request over 11 years ago
Formatters can now process multiple files at once

xjamundx opened this pull request over 11 years ago
Enabled require("eslint") and exposed out CLI.

iancmyers opened this pull request over 11 years ago
Rule: Do not use 'new' for side effects

ilyavolodin opened this pull request over 11 years ago
Rule: Do not use 'new' for side effects

ilyavolodin opened this issue over 11 years ago
Rule: No function ctor

ilyavolodin opened this pull request over 11 years ago
Rule: The Function constructor is eval

ilyavolodin opened this issue over 11 years ago
Adds smarter-eqeqeq rule

goatslacker opened this pull request over 11 years ago
Fix the positive case for no-unreachable

jrfeenst opened this pull request over 11 years ago
Rule: One True Brace Style

iancmyers opened this pull request over 11 years ago
Adds test and fix for no-octal on 0 literal

mamacdon opened this pull request over 11 years ago
Don't report no-empty warnings when a parent is FunctionExpression / FunctionDeclaration

Constellation opened this pull request over 11 years ago
Upgrade the formatter api

Bartvds opened this issue over 11 years ago
Complex code breaks validation

Bartvds opened this issue over 11 years ago
Add EditorConfig file for consistent editor/IDE behavior

jednano opened this pull request over 11 years ago
Add EditorConfig file for consistent editor/IDE behavior

jednano opened this issue over 11 years ago
Rule: Warn on trailing whitespace

jednano opened this pull request over 11 years ago
Changes eqeqeq to be smarter about warnings

goatslacker opened this pull request over 11 years ago
Rule: Warn on trailing whitespace

jednano opened this issue over 11 years ago
Fixes no-alert lint rule for non identifier calls

goatslacker opened this pull request over 11 years ago
Fixes exception when init is null

goatslacker opened this pull request over 11 years ago
Fixes no-octal check to only check for numbers

goatslacker opened this pull request over 11 years ago
Adds a breaking test for no-unreachable rule

goatslacker opened this pull request over 11 years ago
Setup gh-pages with documentation

nzakas opened this issue over 11 years ago
Rule: Warn on missing '()' invoking a constructor

ilyavolodin opened this issue over 11 years ago
Rule: Warn on using constructors for wrapper objects

ilyavolodin opened this issue over 11 years ago
Add license URL

nschonni opened this pull request over 11 years ago
Remove unused sinon requires

nschonni opened this pull request over 11 years ago
Create a wiki article to track all needed rules

ilyavolodin opened this issue over 11 years ago
Remove redundant JSHint directives

nschonni opened this pull request over 11 years ago
Rule: Do not use constructor for wrapper objects

ilyavolodin opened this pull request over 11 years ago
Test node 0.11 unstable but allow it to fail

nschonni opened this pull request over 11 years ago
Rule: Constructor should use parentheses

ilyavolodin opened this pull request over 11 years ago
"DOS" newlines in bin/eslint.js

marcello3d opened this issue over 11 years ago
Fix reference to CSS Lint

puffnfresh opened this pull request over 11 years ago
Add git attributes file for converting line endings

andzdroid opened this pull request over 11 years ago
Feature: sourcemap support

Bartvds opened this issue over 11 years ago
Rule duplicate keys

orald opened this pull request over 11 years ago
Carriage return in bin file gives error

andzdroid opened this issue over 11 years ago
Convert wiki pages to a /docs directory of Markdown

evangoer opened this pull request over 11 years ago
Rule: Constructor should use prentices

ilyavolodin opened this pull request over 11 years ago
Rule: Warn on duplicate property identifiers

jamesallardice opened this pull request over 11 years ago
Rule: Warn on missing radix argument to parseInt

jamesallardice opened this pull request over 11 years ago
Rule: Warn on leading/trailing decimal points

jamesallardice opened this pull request over 11 years ago
Rule: Warn on comparison with NaN

jamesallardice opened this pull request over 11 years ago
Add ability to add custom context and optional plug-ins

ilyavolodin opened this issue over 11 years ago
Rule: no octal literals

ilyavolodin opened this pull request over 11 years ago
Rule: no undefined when initializing variables

ilyavolodin opened this pull request over 11 years ago
No octal and no undefined rules

ilyavolodin opened this pull request over 11 years ago
Add all rules from http://jslinterrors.com/ as issues

nzakas opened this issue over 11 years ago
Rule: Warn when initializing to undefined

nzakas opened this issue over 11 years ago
Rule: Warn on octal literals

nzakas opened this issue over 11 years ago
Rule: Warn for label that's same as identifier

nzakas opened this issue over 11 years ago
Move documentation to /docs

nzakas opened this issue over 11 years ago
jUnit Support

xjamundx opened this pull request over 11 years ago
Add support for detecting unreachable code after a throw or return statement.

jrfeenst opened this pull request over 11 years ago
Allow if statements as alternates when checking for curly braces.

jrfeenst opened this pull request over 11 years ago
Rule to add no-fall-through

mduvall opened this pull request over 11 years ago
Check for empty switch statements with no cases.

mduvall opened this pull request over 11 years ago
Verify that file paths exist before reading the file

mduvall opened this pull request over 11 years ago
Implement Web UI

nzakas opened this issue over 11 years ago
Warn when switch statement has no cases

nzakas opened this issue over 11 years ago
Rule: Warn on case fallthrough

nzakas opened this issue over 11 years ago
Rule: Warn on unreachable code

nzakas opened this issue over 11 years ago
Add `quote-props` rule

mathiasbynens opened this pull request over 11 years ago
Formatter: JUnit-XML

nzakas opened this issue over 11 years ago
Formatter: JSLint-XML

nzakas opened this issue over 11 years ago
Formatter: Checkstyle

nzakas opened this issue over 11 years ago
Rule: Warn for dangling commas

nzakas opened this issue over 11 years ago
Validate that files exist

nzakas opened this issue over 11 years ago
0.0.3 currently published to npm doesn't work

beaugunderson opened this issue over 11 years ago
Rule: Warn for alert, confirm, prompt

nzakas opened this issue over 11 years ago
Rule: Warn when semicolons are missing

nzakas opened this issue over 11 years ago
Rule: Warn when there are unused variables

nzakas opened this issue over 11 years ago
Feature: Support /*global */

nzakas opened this issue over 11 years ago
Rule: Warn when undeclared variables are used

nzakas opened this issue over 11 years ago
Rule: Warn for arguments.callee and arguments.caller

nzakas opened this issue over 11 years ago
Rule: Warn for "new" capitalization

nzakas opened this issue over 11 years ago
Rule: Warn on late definitions of variables/functions

nzakas opened this issue over 11 years ago
Rule: Warn on unwrapped IIFEs

nzakas opened this issue over 11 years ago
Rule: Warn for unguarded for-in loops

nzakas opened this issue over 11 years ago