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

Rule: maxstatements

github.com/eslint/eslint - iancmyers opened this pull request over 11 years ago
Rule: no-plusplus

github.com/eslint/eslint - iancmyers opened this pull request over 11 years ago
Fixes incorrect reporting of missing semicolon

github.com/eslint/eslint - iancmyers opened this pull request over 11 years ago
Cyclomatic complexity rule

github.com/eslint/eslint - captainbrosset opened this issue over 11 years ago
Rule: Warn on use of Math and JSON as functions

github.com/eslint/eslint - jamesallardice opened this pull request over 11 years ago
Windows users cannot run CJSE build task

github.com/eslint/eslint - Bartvds opened this issue over 11 years ago
Formatter: Checkstyle

github.com/eslint/eslint - iancmyers opened this pull request over 11 years ago
docs: Clean up structure

github.com/eslint/eslint - mathiasbynens opened this pull request over 11 years ago
Rule: Function has too many parameters

github.com/eslint/eslint - ilyavolodin opened this pull request over 11 years ago
Rule: Function has too many parameters

github.com/eslint/eslint - ilyavolodin opened this issue over 11 years ago
Rule: Variables should not be deleted

github.com/eslint/eslint - ilyavolodin opened this pull request over 11 years ago
Rule: Variables should not be deleted

github.com/eslint/eslint - ilyavolodin opened this issue over 11 years ago
Created no-label-var rule.

github.com/eslint/eslint - iancmyers opened this pull request over 11 years ago
Rule: no assignment in return statement

github.com/eslint/eslint - ilyavolodin opened this pull request over 11 years ago
Rule: No assignement in return statement

github.com/eslint/eslint - ilyavolodin opened this issue over 11 years ago
Warn on unwrapped IIFEs (closes #2)

github.com/eslint/eslint - jamesallardice opened this pull request over 11 years ago
Fixed CLI output on serial programatic executions

github.com/eslint/eslint - iancmyers opened this pull request over 11 years ago
Removes line length from code style convention docs

github.com/eslint/eslint - goatslacker opened this pull request over 11 years ago
Rule: No redefining

github.com/eslint/eslint - ilyavolodin opened this pull request over 11 years ago
Rule: No redefining

github.com/eslint/eslint - ilyavolodin opened this issue over 11 years ago
Files don't follow Contributing.md guide for maxlen

github.com/eslint/eslint - goatslacker opened this issue over 11 years ago
Rule: no native reassignment

github.com/eslint/eslint - ilyavolodin opened this pull request over 11 years ago
Rule: No native assignment

github.com/eslint/eslint - ilyavolodin opened this issue over 11 years ago
Adds templating for lint messages and refactors rules to use it

github.com/eslint/eslint - goatslacker opened this pull request over 11 years ago
Adds dot notation lint rule

github.com/eslint/eslint - goatslacker opened this pull request over 11 years ago
add mailing list link

github.com/eslint/eslint - qmx opened this pull request over 11 years ago
Strip leading underscores in camelcase rule - Fixes #94

github.com/eslint/eslint - captainbrosset opened this pull request over 11 years ago
Camelcase rule to accept leading underscores

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

github.com/eslint/eslint - viswanathm opened this pull request over 11 years ago
Rule: Warn on passing string to setTimeout/Interval

github.com/eslint/eslint - jamesallardice opened this pull request over 11 years ago
Fixes #90 -- updates docstrings

github.com/eslint/eslint - spmurrayzzz opened this pull request over 11 years ago
Some @fileoverview docstrings need updating

github.com/eslint/eslint - spmurrayzzz opened this issue over 11 years ago
Fixing -c config option in CLI

github.com/eslint/eslint - iancmyers opened this pull request over 11 years ago
Allow multiple arguments in configuration

github.com/eslint/eslint - mduvall opened this pull request over 11 years ago
Created no-dangle rule.

github.com/eslint/eslint - iancmyers opened this pull request over 11 years ago
Create way to pass configuration info to rules

github.com/eslint/eslint - ilyavolodin opened this pull request over 11 years ago
Rule: The Function constructor is eval

github.com/eslint/eslint - ilyavolodin opened this pull request over 11 years ago
Create way to pass configuration info to rules

github.com/eslint/eslint - nzakas opened this issue over 11 years ago
Adds test and fix for issue #82

github.com/eslint/eslint - mamacdon opened this pull request over 11 years ago
Formatters can now process multiple files at once

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

github.com/eslint/eslint - iancmyers opened this pull request over 11 years ago
Rule: Do not use 'new' for side effects

github.com/eslint/eslint - ilyavolodin opened this pull request over 11 years ago
Rule: Do not use 'new' for side effects

github.com/eslint/eslint - ilyavolodin opened this issue over 11 years ago
Rule: No function ctor

github.com/eslint/eslint - ilyavolodin opened this pull request over 11 years ago
Rule: The Function constructor is eval

github.com/eslint/eslint - ilyavolodin opened this issue over 11 years ago
Adds smarter-eqeqeq rule

github.com/eslint/eslint - goatslacker opened this pull request over 11 years ago
Fix the positive case for no-unreachable

github.com/eslint/eslint - jrfeenst opened this pull request over 11 years ago
Rule: One True Brace Style

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

github.com/eslint/eslint - mamacdon opened this pull request over 11 years ago
Upgrade the formatter api

github.com/eslint/eslint - Bartvds opened this issue over 11 years ago
Complex code breaks validation

github.com/eslint/eslint - Bartvds opened this issue over 11 years ago
Add EditorConfig file for consistent editor/IDE behavior

github.com/eslint/eslint - jednano opened this pull request over 11 years ago
Rule: Warn on trailing whitespace

github.com/eslint/eslint - jednano opened this pull request over 11 years ago
Changes eqeqeq to be smarter about warnings

github.com/eslint/eslint - goatslacker opened this pull request over 11 years ago
Rule: Warn on trailing whitespace

github.com/eslint/eslint - jednano opened this issue over 11 years ago
Fixes no-alert lint rule for non identifier calls

github.com/eslint/eslint - goatslacker opened this pull request over 11 years ago
Fixes exception when init is null

github.com/eslint/eslint - goatslacker opened this pull request over 11 years ago
Fixes no-octal check to only check for numbers

github.com/eslint/eslint - goatslacker opened this pull request over 11 years ago
Adds a breaking test for no-unreachable rule

github.com/eslint/eslint - goatslacker opened this pull request over 11 years ago
Setup gh-pages with documentation

github.com/eslint/eslint - nzakas opened this issue over 11 years ago
Rule: Warn on missing '()' invoking a constructor

github.com/eslint/eslint - ilyavolodin opened this issue over 11 years ago
Rule: Warn on using constructors for wrapper objects

github.com/eslint/eslint - ilyavolodin opened this issue over 11 years ago
Add license URL

github.com/eslint/eslint - nschonni opened this pull request over 11 years ago
Remove unused sinon requires

github.com/eslint/eslint - nschonni opened this pull request over 11 years ago
Create a wiki article to track all needed rules

github.com/eslint/eslint - ilyavolodin opened this issue over 11 years ago
Remove redundant JSHint directives

github.com/eslint/eslint - nschonni opened this pull request over 11 years ago
Rule: Do not use constructor for wrapper objects

github.com/eslint/eslint - ilyavolodin opened this pull request over 11 years ago
Test node 0.11 unstable but allow it to fail

github.com/eslint/eslint - nschonni opened this pull request over 11 years ago
Rule: Constructor should use parentheses

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

github.com/eslint/eslint - marcello3d opened this issue over 11 years ago
Fix reference to CSS Lint

github.com/eslint/eslint - puffnfresh opened this pull request over 11 years ago
Add git attributes file for converting line endings

github.com/eslint/eslint - andzdroid opened this pull request over 11 years ago
Feature: sourcemap support

github.com/eslint/eslint - Bartvds opened this issue over 11 years ago
Rule duplicate keys

github.com/eslint/eslint - orald opened this pull request over 11 years ago
Carriage return in bin file gives error

github.com/eslint/eslint - andzdroid opened this issue over 11 years ago
Convert wiki pages to a /docs directory of Markdown

github.com/eslint/eslint - evangoer opened this pull request over 11 years ago
Rule: Constructor should use prentices

github.com/eslint/eslint - ilyavolodin opened this pull request over 11 years ago
Rule: Warn on duplicate property identifiers

github.com/eslint/eslint - jamesallardice opened this pull request over 11 years ago
Rule: Warn on missing radix argument to parseInt

github.com/eslint/eslint - jamesallardice opened this pull request over 11 years ago
Rule: Warn on leading/trailing decimal points

github.com/eslint/eslint - jamesallardice opened this pull request over 11 years ago
Rule: Warn on comparison with NaN

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

github.com/eslint/eslint - ilyavolodin opened this issue over 11 years ago
Rule: no octal literals

github.com/eslint/eslint - ilyavolodin opened this pull request over 11 years ago
Rule: no undefined when initializing variables

github.com/eslint/eslint - ilyavolodin opened this pull request over 11 years ago
No octal and no undefined rules

github.com/eslint/eslint - ilyavolodin opened this pull request over 11 years ago
Rule: Warn when initializing to undefined

github.com/eslint/eslint - nzakas opened this issue over 11 years ago
Rule: Warn on octal literals

github.com/eslint/eslint - nzakas opened this issue over 11 years ago
Rule: Warn for label that's same as identifier

github.com/eslint/eslint - nzakas opened this issue over 11 years ago
Move documentation to /docs

github.com/eslint/eslint - nzakas opened this issue over 11 years ago