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

Fix: crash when loading empty eslintrc file (fixes #1164)

github.com/eslint/eslint - michaelficarra opened this pull request over 10 years ago
Fix: no-unused-var should respect compound assignments (fixes #1166)

github.com/eslint/eslint - michaelficarra opened this pull request over 10 years ago
`no-unused-var` assignment operator edge case

github.com/eslint/eslint - emilbayes opened this issue over 10 years ago
Update Contributing wiki page

github.com/eslint/eslint - emilbayes opened this issue over 10 years ago
Crash when .eslintrc empty or missing

github.com/eslint/eslint - skiadas opened this issue over 10 years ago
add; for-in support to no-empty-label rule

github.com/eslint/eslint - wavded opened this pull request over 10 years ago
no-empty-label issue

github.com/eslint/eslint - wavded opened this issue over 10 years ago
no-unused-vars issue

github.com/eslint/eslint - wavded opened this issue over 10 years ago
Another use case for the semi option

github.com/eslint/eslint - wavded opened this issue over 10 years ago
Illegal return statement

github.com/eslint/eslint - wavded opened this issue over 10 years ago
Fix: ignore dirs with a leading . (fixes #1155)

github.com/eslint/eslint - tomgco opened this pull request over 10 years ago
Allow adding and removing reserved words

github.com/eslint/eslint - paazmaya opened this issue over 10 years ago
New: Add rules.import() (fixes #1114)

github.com/eslint/eslint - lo1tuma opened this pull request over 10 years ago
Update: ES3 `ReservedWord`s (fixes #1151)

github.com/eslint/eslint - emilbayes opened this pull request over 10 years ago
Rule `dot-notation` is missing ES3 `ReservedWord`s

github.com/eslint/eslint - emilbayes opened this issue over 10 years ago
New: Make mergeConfigs() merge plugin entries (fixes #1111)

github.com/eslint/eslint - lo1tuma opened this pull request over 10 years ago
update browserify and other dependencies

github.com/eslint/eslint - pdehaan opened this issue over 10 years ago
Rule: var on top inside a function

github.com/eslint/eslint - gyandeeps opened this issue over 10 years ago
Disallow reserved words as keys (fixes #1144)

github.com/eslint/eslint - emilbayes opened this pull request over 10 years ago
Rule suggestion: Assignment operators

github.com/eslint/eslint - emilbayes opened this issue over 10 years ago
Rule suggestion: Reserved word used as key

github.com/eslint/eslint - emilbayes opened this issue over 10 years ago
Idiomatic.js exceptions for space-in-brackets

github.com/eslint/eslint - brandynbennett opened this issue over 10 years ago
Idiomatic.js exceptions for space-in-brackets (fixes #1142)

github.com/eslint/eslint - brandynbennett opened this pull request over 10 years ago
Fix: Speed up no-unreachable (fixes #1135)

github.com/eslint/eslint - btmills opened this pull request over 10 years ago
Add --no-eslintrc to eslint -h

github.com/eslint/eslint - tlvince opened this issue over 10 years ago
Allow the user to specify custom environments

github.com/eslint/eslint - jauco opened this issue over 10 years ago
Allow file-specific parts in .eslintrc

github.com/eslint/eslint - jauco opened this pull request over 10 years ago
New: Expose CLIEngine (fixes #1083)

github.com/eslint/eslint - gyandeeps opened this pull request over 10 years ago
Investigate switching to Acorn

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
Add link to new Atom linter

github.com/eslint/eslint - kanongil opened this pull request over 10 years ago
Fix: space-after-keywords checks finally of TryStatement (fixes #1122)

github.com/eslint/eslint - michaelficarra opened this pull request over 10 years ago
space-after-keywords: if-else-if gives warning

github.com/eslint/eslint - gyandeeps opened this issue over 10 years ago
Document plugin usage

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
Update comment parser to read rule slashes

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
Update CLIEngine to load plugins from configs

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
Add rules.import()

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
Add --plugin option for CLI

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
Make mergeConfigs() merge plugin entries

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
Add bdd no-focus-tests rule

github.com/eslint/eslint - Nate-Wilkins opened this issue over 10 years ago
Obsolete issue1011 branch

github.com/eslint/eslint - mgol opened this issue over 10 years ago
Cant ignore directories that names starts with "."

github.com/eslint/eslint - golyshevd opened this issue over 10 years ago
Implement plugin system

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
no-alert and others

github.com/eslint/eslint - kof opened this issue over 10 years ago
harmony generators support

github.com/eslint/eslint - kof opened this issue over 10 years ago
Fix: dot-notation rule flags non-keyword reserved words

github.com/eslint/eslint - michaelficarra opened this pull request over 10 years ago
dot-notation rule flags non-keyword reserved words

github.com/eslint/eslint - michaelficarra opened this issue over 10 years ago
Add verbose level cli option for output

github.com/eslint/eslint - puzrin opened this issue over 10 years ago
Show results for each file as eslint is running

github.com/eslint/eslint - jonvuri opened this issue over 10 years ago
Eol-last returning incorrect message

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
Update: Use xml-escape instead of inline helper

github.com/eslint/eslint - jonvuri opened this pull request over 10 years ago
Performance: Pre-compile minimatch patterns

github.com/eslint/eslint - jonvuri opened this issue over 10 years ago
! does not work in .eslintignore

github.com/eslint/eslint - jonvuri opened this issue over 10 years ago
Rule: Return or catch promises

github.com/eslint/eslint - andersekdahl opened this issue over 10 years ago
Make .eslintignore almost exact as .gitignore

github.com/eslint/eslint - puzrin opened this issue over 10 years ago
brace-style: add support for one-line form

github.com/eslint/eslint - puzrin opened this issue over 10 years ago
Rule: Space after line comments

github.com/eslint/eslint - puzrin opened this issue over 10 years ago
`context.report()` signature improvments

github.com/eslint/eslint - puzrin opened this issue over 10 years ago
Rule: no-space-before-property

github.com/eslint/eslint - puzrin opened this issue over 10 years ago
`no-new-func` should warn on `Function.apply()`

github.com/eslint/eslint - puzrin opened this issue over 10 years ago
Support comments in .eslintignore

github.com/eslint/eslint - puzrin opened this issue over 10 years ago
Expose CLIEngine

github.com/eslint/eslint - nzakas opened this issue over 10 years ago
Breaking: Ignore children of all patterns by adding "/**"

github.com/eslint/eslint - jonvuri opened this pull request over 10 years ago
eslint crash on broken symlinks

github.com/eslint/eslint - puzrin opened this issue over 10 years ago
.eslintignore does not filter hidden files

github.com/eslint/eslint - puzrin opened this issue over 10 years ago
Docs: Added Gruntjs plugin on integrations page

github.com/eslint/eslint - gyandeeps opened this pull request over 10 years ago
Build: Exclude readme/index from rules Resources generation

github.com/eslint/eslint - jonvuri opened this pull request over 10 years ago
Browser globals should have console

github.com/eslint/eslint - gyandeeps opened this issue over 10 years ago
Docs: add header anchors

github.com/eslint/eslint - tlvince opened this issue over 10 years ago
Docs: rule source ref link broken on rules index

github.com/eslint/eslint - tlvince opened this issue over 10 years ago
Docs: Fix 'lintinging' typo and ref links

github.com/eslint/eslint - tlvince opened this pull request over 10 years ago
Docs: Change eol-last examples to <pre>

github.com/eslint/eslint - jonvuri opened this pull request over 10 years ago
Improve patterns support in .eslintignore

github.com/eslint/eslint - puzrin opened this issue over 10 years ago
Clarify examples of eol-last

github.com/eslint/eslint - spadgos opened this issue over 10 years ago