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
Fix: handle personal package.json without config (fixes #5496)
3e3b17b74cf453e622fb161ed3d8b8d3636294cb authored almost 9 years ago9289ef82ff14f8d36202c49bea9cd02a752069b3 authored almost 9 years ago
87d74b2685afaf8f270d0abd08af31ec29c1745c authored almost 9 years ago
Docs: Fix typo in code snippet for no-unmodified-loop-condition rule
ce88bc2b8302abec9641d748e53d4e5ff089fd75 authored almost 9 years ago5a881e7b467cd43209dcc08cf03bf0ea1777b7ea authored almost 9 years ago
03037c21aec2391f6f3c512b55296589c189104e authored almost 9 years ago
Docs: Distinguish examples in rules under Best Practices part 3
7c78cb18d1725cacdb521c80d5147af35de5ca27 authored almost 9 years agoDocs: Distinguish examples in rules under Variables part 2
a1e5341c74f6543946fd2e142f7230ef94ef797e authored almost 9 years agoUpdate: replace MD5 hashing of cache files with MurmurHash (fixes #5522)
87f8b18976e4c8ba0813182c64ea53f9fdfaaf10 authored almost 9 years ago24d986afb582d85342d4c1096353d6a67b435eaf authored almost 9 years ago
Docs: Fix typo in CLI help message
fd3668086cecfc58a4bf2931a90dce89d73e130e authored almost 9 years agoFix: Ensure allowing `await` as a property name (fixes #5564)
1a354ff11c11aa4b46b63acd6586323ba4511b8b authored almost 9 years agoFix: `no-useless-constructor` clash (fixes #5573)
c39d5f21af7889ba4db4963855c24e7bb807c9a5 authored almost 9 years agof405030f786178e2358498b678f29e00711bc1ed authored almost 9 years ago
aefc90c128cd430894651717404cbeb7d00705b5 authored almost 9 years ago
Use the imperative form like other descriptions.
9eaa20ddae4a92aa9055e2a3483e09e89e527736 authored almost 9 years agoNew: `no-duplicate-imports` rule (fixes #3478)
5458a08313fad19b72278d6436b77282398987a2 authored almost 9 years agoImprove file path resolution
a73952af6648d33f84525623f242e0614f9bd05e authored almost 9 years agoDocs: Invalid json in `configuring.md`
ea7e9e314bbb54311c8c860ac8e371e9ea5ebaa0 authored almost 9 years agoDocs: Make `prefer-template` examples consistent.
18f7ca96bdb30ee41cfa2ff72f62c4e26680c234 authored almost 9 years agoa7c3e676ed20b094a11f460fa7d68a3f54c2da0a authored almost 9 years ago
4e50332c808beecfb23e935e2f21f157acd03a83 authored almost 9 years ago
Fix: valid-jsdoc correctly checks type union (fixes #5260)
a77ad1bcaab1e4d0d9ed69ca8db1e56c3e8c2562 authored almost 9 years agoCorrectly checks type union when it is a property of type application
cfc14a964ec42602b8086a98559c679af2b92d37 authored almost 9 years agoFix: `quote-props` false positive on certain keys
2c320da1dd7d952e943da10d81f3c680ff88975d authored almost 9 years ago
This patch ensures the "tokenized" version of the key is an exact match
to avoid any false posit...
`brace-style` was ignoring almost all `allman` checks when
`allowSingleLine` option was set. It ...
Fix: object-curly-spacing doesn't know types
a05394a65538b158b26bb3dc30408f153a84399c authored almost 9 years agoDocs: Separate parser and config questions in issue template
360ad2b4fc6da0bce4d4cf7ff1a491621423cc1a authored almost 9 years ago
`object-curly-spacing` was blindly checking the penultimate token for
`objectsInObjects` and `ar...
d0ca1715f4096c04c21b606caa5c50012970b715 authored almost 9 years ago
fce191708b698d7c72e7b24db4495d5a6cf565c7 authored almost 9 years ago
a3d68428bc323d7d19bd541004895b9ed49f4f9a authored almost 9 years ago
Fix: estraverse/escope to work with unknowns (fixes #5476)
81b8d2c191d18c2119bc8d48347390bf6dbde6c0 authored almost 9 years ago97b24668b390b398225e8ef1bc817d6a0d1a4c59 authored almost 9 years ago
Fix: validate the type of severity level (fixes: #5499)
14a8b1c60476e90066b0fa1ddcf2f8a68415f218 authored almost 9 years ago
Squashed commits:
28b1368252360ce1f5e01831f4a4339dd43a79b3 Clean up tests
fe805b5aa68f63bde521ae...
Currently, for example, [ "error" ] is also regarded as a valid severity. This is a totally unex...
641b3f784098d109f29eb7ca2c94db6c1a641fd7 authored almost 9 years ago9ca85671c65220408509b2516efea19e7a860780 authored almost 9 years ago
Docs: no-unused-expressions - add more edge unusable and usable examples
d727f17f4efc888ed0e59259a4e4cac01a42f0d9 authored almost 9 years agoAvoid using string as example of unusable since it could be a directive depending on context
9ee8869314e5bd71ddba58edd03a6ceab2016bae authored almost 9 years agob9c69f158697f2117f7c28a39dd5a544472e122b authored almost 9 years ago
Docs: Create parity between no-sequences examples
5c3be5aca0c52cd659fa7005fad828c1ed56a0f9 authored almost 9 years ago56bf864bce454c395a41b37587cb533cf4cbeccb authored almost 9 years ago
New: add `--parser-options` to CLI (fixes #5495)
3dfcbb313be1d2ed97cc8e67f0b060fbfb237919 authored almost 9 years agoFix: newline-before-return: bug with comment (fixes: 5480)
b54c006d22601bec4087a37c754fa8ad19f53080 authored almost 9 years ago13ef1c726a495eefd8061081f0403e5596706fe4 authored almost 9 years ago
Update: add `allowParens` option to `no-confusing-arrow`
13c440f445166538a38cd2a2faa7a3e34a4f4760 authored almost 9 years agofix func-style expression option example
e91fe0451bac7bad74a737f5c4ace497a8199abc authored almost 9 years agoae1ee54eea5d6c5f47aa3302b1a25096b0eb92b9 authored almost 9 years ago
Docs: Rearrange rules for better categories (and improve rule summaries)
e3159a6026e6dab2b334151f84c8f8d57bc1b785 authored almost 9 years agoDocs: no-lone-blocks - show non-problematic (and problematic) label
55da314102749cdf76ee4da28cd3f0dccbccc4e1 authored almost 9 years ago91852fd10428a889ac1955af665a1f754b0487a3 authored almost 9 years ago
Fix: overindent in VariableDeclarator parens or brackets (fixes #5492)
8447e70558d493f82bc1375f69993284ad0f775d authored almost 9 years agoDocs: Minor README clarifications
a556ec27f4aba16b3bdbd2b54321cd2a8d0e4f25 authored almost 9 years agob34458fc40d677dfe6c9e33e3365ebb4bb1e48be authored almost 9 years ago
Fixable rules are mostly limited to whitespace fixes; indicate no-reserved-keys replacement as q...
1198b26bb887bc2a3d58a2dbc654e5107a444463 authored almost 9 years ago03e6869ac8ec7a70a56f0c62220c3c68aa2240c0 authored almost 9 years ago
Docs: Replace all node references to Node.js which is the official name
288d3b27b80f492e5cf32c41a688bafcfc76f6c1 authored almost 9 years agoad100fd367f33f22be12c9a7ef95528f72828b95 authored almost 9 years ago
Docs: Minor fixes in no-new-func (refs #5451)
30b874d1dfc14094927fcf72a4b6742db2539f6d authored almost 9 years ago9b8e04b2d47519a3f34c4a0abb44d0f42150f081 authored almost 9 years ago
cc1f2f0cc2dcd6566184598b60a0aedfc9636c45 authored almost 9 years ago
Fix: `no-unmodified-loop-condition` false positive (fixes #5445)
bb8f47018681e7afa823165fdaec490e57955d53 authored almost 9 years agoDocs: Distinguish examples in rules under Best Practices part 1
34af26e04db2c79892640db7bfecb7a568a19612 authored almost 9 years ago6ab81d4e3b07b74eba8030ba9c85b04d59ce0d53 authored almost 9 years ago
9c6c70cc9e4e8de1136532d833c2e80553db88bd authored almost 9 years ago
Docs: Document linebreak-style as fixable
a6687f5e1b3684897ecf55adf346a9a5688459ac authored almost 9 years ago979c096a967e7a81ed4fafcd5bd2916d360b0e52 authored almost 9 years ago
Fix: Ignore destructuring assignment in `object-shorthand` (fixes #5488)
0d2562ac9da8463b0c137c2cc6e11082ed1b45e9 authored almost 9 years ago9f18a81475ccd006f6a8b7653a5e7e37f0cf65a4 authored almost 9 years ago
Docs: README.md, prefer-const; change modified to reassigned
7051465f9090959da031b38036673106310bf1be authored almost 9 years ago5d9a798cd525484142f8ae37cd8be6eb07750b48 authored almost 9 years ago
Fix: key-spacing checks ObjectExpression is multiline (fixes #5479)
77f578760fec95e08ac05f9fd45a7f98ba8fbb3a authored almost 9 years ago38eb7f1ee63b9df985014e6128a6dd30bdad8025 authored almost 9 years ago
Previously, this rule has been checking whether every BinaryExpression
was modified or not. But ...
ef341be49669230bb33c76886c666be89c8e99ee authored almost 9 years ago
d486b7a51e670d01f01927b7dd71d46346dfbf56 authored almost 9 years ago
Build: Add additional linebreak to docs (fixes #5464)
abfb5f1f5eeee3a60a54236c77efd603399b08ee authored almost 9 years agoFix: Proposed no-magic-numbers option: ignoreJSXNumbers (fixes #5348)
5e8ee292457f6315f252c522228c1aa5ceed1787 authored almost 9 years agoDocs: Distinguish examples in rules under Possible Errors part 2
dd21a1adfb50d848e3bed400971169ae75a0a41d authored almost 9 years ago1b2c6e03ed2d849c4dcafa51caff41ecdda70c58 authored almost 9 years ago
Fix: Check space after anonymous generator star (fixes #5435)
a179457048fb86fcb6ae36254bcc179acd01d304 authored almost 9 years agoDocs: Fix incorrect environment ref. in Rules in Plugins. (fixes #5421)
50e8f380b9c62c5080ff2c1621d29c80b99753af authored almost 9 years ago63c0b7d1efc30c24a7f66f768e2372cbf14d36c3 authored almost 9 years ago
124c4477ce0d9a3a0ff97b5f639b3046ec77d384 authored almost 9 years ago
Docs: Add RuleTester parserOptions migration steps
74e599a1a770e0bef3b251d7c56c4ea33ab6ccea authored almost 9 years ago0d3831b0dc1aa86ee86a5b0e31c38bc8763f2457 authored almost 9 years ago
Fix: extends chain (fixes #5411)
1f81918acae8177299b276a645997f8fd073543e authored almost 9 years agoUpdate: Replace getLast() with lodash.last() (fixes #5456)
e86a7366c650f64c41fad715c2686e81414c681f authored almost 9 years agoc289414bc2b92b7eb174fd0783992083d2933b76 authored almost 9 years ago
- I added a parameter `relativeTo` to `load` and `applyExtends`, then
set the directory of the c...
Docs: Distinguish examples in rules under Possible Errors part 1
a8cf60bd3f8850ac8fa854b16aef199444585e27 authored almost 9 years ago
`getLast()` is the only function in `lib/util.js` and it is essentially
identical to `lodash.las...
8c299469ed11a65fa7c51a5d94e6f269402020c3 authored almost 9 years ago
5319b4a458f0af7edf536845580a3439634a2ee8 authored almost 9 years ago
New: newline-before-return rule (fixes #5009)
22256160a732967781efb6c29bc641261c1ba0fc authored almost 9 years agoFix: crashed when SourceCode object was reused (fixes #5007)
1b9d012b525e20307c1915567a772f873683d765 authored almost 9 years ago1da2420bec9cc5be3dddfe6380c2dbdb9312fdf8 authored almost 9 years ago
9e9daabbe56aa7539882b63ff34f55e95a3187ad authored almost 9 years ago