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

no-comma-dangle reports correct line number

github.com/eslint/eslint - andreypopp opened this pull request almost 11 years ago
enhance no-eval rule

github.com/eslint/eslint - michaelficarra opened this issue almost 11 years ago
no-comma-dangle rule reports wrong line number

github.com/eslint/eslint - andreypopp opened this issue almost 11 years ago
Incorrect error message for "stroustrup" brace-style

github.com/eslint/eslint - burnnat opened this issue almost 11 years ago
Update Esprima

github.com/eslint/eslint - nzakas opened this issue almost 11 years ago
Fix #716 crash with reset flag

github.com/eslint/eslint - btmills opened this pull request almost 11 years ago
executable breaks unless config is specified

github.com/eslint/eslint - tj opened this issue almost 11 years ago
Add reset cli flag

github.com/eslint/eslint - btmills opened this pull request almost 11 years ago
Relax eqeqeq null check (fixes #669)

github.com/eslint/eslint - btmills opened this pull request almost 11 years ago
Fix no-used-vars to report FunctionExpression params (fixes #697).

github.com/eslint/eslint - andreypopp opened this pull request almost 11 years ago
eslint reports wrong line number for files with shebang

github.com/eslint/eslint - michaelficarra opened this issue almost 11 years ago
Fix no-unused-vars rule

github.com/eslint/eslint - andreypopp opened this pull request almost 11 years ago
fixes #699: brace-style does not check function expressions

github.com/eslint/eslint - michaelficarra opened this pull request almost 11 years ago
fixes #711: preserve line numbers when shebang is stripped

github.com/eslint/eslint - michaelficarra opened this pull request almost 11 years ago
recommend using hasOwnProperty from Object.prototype in guard-for-in docs

github.com/eslint/eslint - michaelficarra opened this pull request almost 11 years ago
change conf/environments.json spacing to be simpler and more consistent

github.com/eslint/eslint - michaelficarra opened this pull request almost 11 years ago
rewrite block-scoped-var

github.com/eslint/eslint - michaelficarra opened this pull request almost 11 years ago
Object.prototype members should be globals in every environment

github.com/eslint/eslint - michaelficarra opened this issue almost 11 years ago
brace-style does not check function expressions

github.com/eslint/eslint - marklu opened this issue almost 11 years ago
Allow configuration via package.json [$20]

github.com/eslint/eslint - qubyte opened this issue almost 11 years ago
Added .eslintignore to load from parents folders (fixes #681)

github.com/eslint/eslint - roadhump opened this pull request almost 11 years ago
fix 'node-modules' typo in docs

github.com/eslint/eslint - FredKSchott opened this pull request almost 11 years ago
Upgrade to the latest version of doctrine.

github.com/eslint/eslint - briandipalma opened this pull request almost 11 years ago
Using 'block-scoped-var' with node.

github.com/eslint/eslint - dannyfritz opened this issue almost 11 years ago
pass config with flag/args

github.com/eslint/eslint - tj opened this issue almost 11 years ago
Update to latest doctrine.

github.com/eslint/eslint - briandipalma opened this pull request almost 11 years ago
Update doctrine minor version.

github.com/eslint/eslint - briandipalma opened this issue almost 11 years ago
Apply all .eslintignore exclusions (fixes #681)

github.com/eslint/eslint - roadhump opened this pull request almost 11 years ago
Add RuleContext.filename property

github.com/eslint/eslint - lsegal opened this pull request almost 11 years ago
valid-jsdoc: No support for params with properties

github.com/eslint/eslint - FredKSchott opened this issue almost 11 years ago
fixes #682: rewrite no-constant-condition rule

github.com/eslint/eslint - michaelficarra opened this pull request almost 11 years ago
TypeError: Cannot read property 'type' of null

github.com/eslint/eslint - FredKSchott opened this issue almost 11 years ago
.eslintignore being... ignored

github.com/eslint/eslint - FredKSchott opened this issue almost 11 years ago
Tweaking inline code formatting for "if, while, dowhile"

github.com/eslint/eslint - pdehaan opened this pull request almost 11 years ago
getJSDocComment() can steal other nodes comments.

github.com/eslint/eslint - briandipalma opened this issue almost 11 years ago
Fixing issue #675. Incorrect triggering of no-else-return rule.

github.com/eslint/eslint - briandipalma opened this pull request almost 11 years ago
Add support for @default, fixes #67

github.com/eslint/doctrine - jonathanKingston opened this pull request almost 11 years ago
Support default

github.com/eslint/doctrine - jonathanKingston opened this issue almost 11 years ago
Relaxed enforcement of camelcase rule

github.com/eslint/eslint - iancmyers opened this pull request almost 11 years ago
Make valid-jsdoc @returns requirement configurable.

github.com/eslint/eslint - briandipalma opened this issue almost 11 years ago
camelcase shouldn't warn when reading properties

github.com/eslint/eslint - nzakas opened this issue almost 11 years ago
Added no-warning-comments rule (fixes #660)

github.com/eslint/eslint - lxanders opened this pull request almost 11 years ago
eqeqeq null check relaxation

github.com/eslint/eslint - jonathanKingston opened this issue almost 11 years ago
WebStorm Inspectors (rollup)

github.com/eslint/eslint - ilyavolodin opened this issue almost 11 years ago
Adding in rule no-space-before-semi to prevent spaces before semicolons....

github.com/eslint/eslint - jonathanKingston opened this pull request almost 11 years ago
show NPM version

github.com/eslint/eslint - paulvi opened this pull request almost 11 years ago
Declaring variable named function causes errors to occur

github.com/eslint/eslint - jonathanKingston opened this issue almost 11 years ago
Rule: no-occurrence-in-comments

github.com/eslint/eslint - lo1tuma opened this issue almost 11 years ago
Add option for consistent IIFE wrapping style (fixes: #647)

github.com/eslint/eslint - lo1tuma opened this pull request almost 11 years ago
Disallow process.env

github.com/eslint/eslint - nzakas opened this issue almost 11 years ago
Conflicting wrap-iife and no-extra-parens for IIFE

github.com/eslint/eslint - FarSeeing opened this issue almost 11 years ago
Added a TextMate 2 integration to the docs

github.com/eslint/eslint - natesilva opened this pull request almost 11 years ago
Inspections

github.com/eslint/eslint - albertosantini opened this issue almost 11 years ago
fixes #651: disable no-catch-shadow rule in node environment

github.com/eslint/eslint - michaelficarra opened this pull request almost 11 years ago
no-catch-shadow not listening to env.node

github.com/eslint/eslint - dbashford opened this issue almost 11 years ago
Fixed context.report message parsing

github.com/eslint/eslint - iancmyers opened this pull request almost 11 years ago
fixes #648: wrap-iife rule should actually check that IIFEs are wrapped

github.com/eslint/eslint - michaelficarra opened this pull request almost 11 years ago
wrap-iife rule allows various non-wrapped forms

github.com/eslint/eslint - michaelficarra opened this issue almost 11 years ago
Ensure consistent IIFE style

github.com/eslint/eslint - lo1tuma opened this issue almost 11 years ago
Added "stroustrup" option for brace-style

github.com/eslint/eslint - iancmyers opened this pull request almost 11 years ago
Add brace-style option for stroustrup

github.com/eslint/eslint - nzakas opened this issue almost 11 years ago
brace-style misses a pattern

github.com/eslint/eslint - nzakas opened this issue almost 11 years ago
context.report fails to parse opts into message

github.com/eslint/eslint - iancmyers opened this issue almost 11 years ago
Created space-in-brackets rule

github.com/eslint/eslint - iancmyers opened this pull request almost 11 years ago
valid-jsdoc missing some doc comments

github.com/eslint/eslint - nzakas opened this issue almost 11 years ago
Allow JSDoc "return" tag

github.com/eslint/eslint - hegemonic opened this issue almost 11 years ago
Added broccoli-eslint to integration docs

github.com/eslint/eslint - makepanic opened this pull request almost 11 years ago
fixes #634: getters/setters shouldn't trigger no-dupe-keys

github.com/eslint/eslint - michaelficarra opened this pull request almost 11 years ago
Getters/setters shouldn't trigger no-dupe-keys

github.com/eslint/eslint - gcurtis opened this issue almost 11 years ago
New Rule: missing-err (fixes #567)

github.com/eslint/eslint - xjamundx opened this pull request almost 11 years ago
Rollup: Allow definition of jQuery style

github.com/eslint/eslint - nzakas opened this issue almost 11 years ago
Rule: Spaces inside of brackets

github.com/eslint/eslint - nzakas opened this issue almost 11 years ago
Rule: Semicolon spacing

github.com/eslint/eslint - nzakas opened this issue almost 11 years ago
Rule: Comma spacing [$15 awarded]

github.com/eslint/eslint - nzakas opened this issue almost 11 years ago
Rule: Spaces inside of parens

github.com/eslint/eslint - nzakas opened this issue almost 11 years ago
Indentation retrieval

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