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

DRYing cli tests and improving code coverage

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

github.com/eslint/eslint - xjamundx opened this pull request about 11 years ago
improve rule test coverage

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
fixes #333: add rule to disallow gratuitously parenthesised expressions

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

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

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

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
Switch to ShellJS build system

github.com/eslint/eslint - nzakas opened this issue about 11 years ago
Change tester method to addRuleTest

github.com/eslint/eslint - nzakas opened this issue about 11 years ago
Unnecessary strict rule a bit too aggressive

github.com/eslint/eslint - nzakas opened this issue about 11 years ago
fixes #384: include builtin module list to avoid repl dependency

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

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
no-spaced-func rule still has false positives

github.com/eslint/eslint - michaelficarra opened this issue about 11 years ago
Vows is gone. Mocha is now default

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

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
Converting formatter tests and core to mocha

github.com/eslint/eslint - ilyavolodin opened this pull request about 11 years ago
Don't output "0 problems"

github.com/eslint/eslint - nzakas opened this issue about 11 years ago
no-spaced-func rule flagging non-functions

github.com/eslint/eslint - nzakas opened this issue about 11 years ago
Completing conversion of rule's tests to mocha

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

github.com/eslint/eslint - MichaelPaulukonis opened this pull request about 11 years ago
more mocha conversions from @MichaelPaulukonis

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
use of eval breaks eslint

github.com/eslint/eslint - CodaCodr opened this issue about 11 years ago
"use strict" causes error

github.com/eslint/eslint - jonathan-fielding opened this issue about 11 years ago
Converting unittests to mocha

github.com/eslint/eslint - ilyavolodin opened this pull request about 11 years ago
no-script-url should be smarter

github.com/eslint/eslint - ilyavolodin opened this issue about 11 years ago
added mocha tests semi.js and wrap-regex.js

github.com/eslint/eslint - MichaelPaulukonis opened this pull request about 11 years ago
DRY and convert all unittests to mocha

github.com/eslint/eslint - ilyavolodin opened this issue about 11 years ago
Converting more tests to mocha

github.com/eslint/eslint - ilyavolodin opened this pull request about 11 years ago
DRYing unittests and converting them to mocha

github.com/eslint/eslint - ilyavolodin opened this pull request about 11 years ago
Indentation check

github.com/eslint/eslint - Marsup opened this issue about 11 years ago
Update developer guide

github.com/eslint/eslint - nzakas opened this issue about 11 years ago
Issue 380

github.com/eslint/eslint - albertosantini opened this pull request about 11 years ago
Removing jake, adding Grunt, Travis now runs grunt (Closes #389)

github.com/eslint/eslint - ilyavolodin opened this pull request about 11 years ago
Convert TravisCI build to Grunt

github.com/eslint/eslint - ilyavolodin opened this issue about 11 years ago
Fix a broken link in the docs

github.com/eslint/eslint - brianloveswords opened this pull request about 11 years ago
Fix error about IIFE if the function is in a new

github.com/eslint/eslint - Marsup opened this pull request about 11 years ago
The Rule ID 'no-extra-semi' does not appear to be on by default

github.com/eslint/eslint - MichaelPaulukonis opened this issue about 11 years ago
Fix browser build

github.com/eslint/eslint - jamesallardice opened this pull request about 11 years ago
The browser build fails because of one of the rules

github.com/eslint/eslint - jamesallardice opened this issue about 11 years ago
Fixing no-undef for eval use case (Fixes #376)

github.com/eslint/eslint - ilyavolodin opened this pull request about 11 years ago
TypeError while running new-cap rule

github.com/eslint/eslint - mike-north opened this issue about 11 years ago
node and no unused expression

github.com/eslint/eslint - albertosantini opened this issue about 11 years ago
node and no global strict

github.com/eslint/eslint - albertosantini opened this issue about 11 years ago
Fixing no-self-compare rule to check for operator (Fixes #373)

github.com/eslint/eslint - ilyavolodin opened this pull request about 11 years ago
bug: open parens in args causes no-spaced-func to trigger

github.com/eslint/eslint - mduvall opened this pull request about 11 years ago
fixes #372: disallow negated left operand in `in` operator

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
use of eval() makes all local variables undefined

github.com/eslint/eslint - yphoenix opened this issue about 11 years ago
use-isnan should recommand using Number.isNaN

github.com/eslint/eslint - DavidBruant opened this issue about 11 years ago
no-self-compare rule has an exception

github.com/eslint/eslint - DavidBruant opened this issue about 11 years ago
no-self-compare rule does not differenciate the operator

github.com/eslint/eslint - DavidBruant opened this issue about 11 years ago
Rule: don't do if(!'property' in obj)

github.com/eslint/eslint - DavidBruant opened this issue about 11 years ago
fixes #369: restrict UnaryExpressions to delete in no-unused-expressions

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
Piping code to ESLint [$15 awarded]

github.com/eslint/eslint - yphoenix opened this issue about 11 years ago
Way to allow Functions to be defined but not used

github.com/eslint/eslint - yphoenix opened this issue about 11 years ago
increment and decrement operators not recognized

github.com/eslint/eslint - yphoenix opened this issue about 11 years ago
env: browser: true doesn't recognize 'alert'

github.com/eslint/eslint - yphoenix opened this issue about 11 years ago
delete not treated as an operator

github.com/eslint/eslint - yphoenix opened this issue about 11 years ago
Using .eslintrc with globals results an error

github.com/eslint/eslint - paazmaya opened this issue about 11 years ago
added files array in package.json

github.com/eslint/eslint - makepanic opened this pull request about 11 years ago
removed unused jshint dependency

github.com/eslint/eslint - makepanic opened this pull request about 11 years ago
Add test coverage for new Foo constructor usage

github.com/eslint/eslint - mduvall opened this pull request about 11 years ago
Merge smart-eqeqeq into eqeqeq

github.com/eslint/eslint - mduvall opened this pull request about 11 years ago
Merge smarter-eqeqeq into eqeqeq

github.com/eslint/eslint - nzakas opened this issue about 11 years ago
Fix rule titles in documentation

github.com/eslint/eslint - nzakas opened this issue about 11 years ago
Rule: Invalid Regular Expression literal

github.com/eslint/eslint - nzakas opened this issue about 11 years ago
Fix link to architecture doc in readme

github.com/eslint/eslint - azu opened this pull request about 11 years ago
Ambig div regex

github.com/eslint/eslint - mduvall opened this pull request about 11 years ago
rule: no-div-regex

github.com/eslint/eslint - mduvall opened this issue about 11 years ago
Verifying format of the DRY unittests

github.com/eslint/eslint - ilyavolodin opened this pull request about 11 years ago
Change context-var to block-scoped-var

github.com/eslint/eslint - mduvall opened this pull request about 11 years ago
Update rule from context-var to block-scoped-var

github.com/eslint/eslint - mduvall opened this issue about 11 years ago
Add support to adding arbitrary globals

github.com/eslint/eslint - phadej opened this issue about 11 years ago
fixes #337: Add support to adding globals to the config

github.com/eslint/eslint - phadej opened this pull request about 11 years ago
JS style checking, on the roadmap?

github.com/eslint/eslint - jareware opened this issue about 11 years ago
rule: no spaced function application

github.com/eslint/eslint - michaelficarra opened this issue about 11 years ago
rule: no gratuitously parenthesised expressions

github.com/eslint/eslint - michaelficarra opened this issue about 11 years ago
rule: unary word operators must be followed by whitespace

github.com/eslint/eslint - michaelficarra opened this issue about 11 years ago
Rule: Wrap regex for division assignment operators

github.com/eslint/eslint - mduvall opened this issue about 11 years ago
Clone JSHint unit test fixtures

github.com/eslint/eslint - andrewdeandrade opened this issue about 11 years ago
fixes #308: implement no-unused-expressions rule; ref. jshint rule W030

github.com/eslint/eslint - michaelficarra opened this pull request about 11 years ago
Change "on" by default from 1 to 2

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