-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Comparing changes
Open a pull request
base repository: eslint/eslint
base: v7.3.1
head repository: eslint/eslint
compare: v7.4.0
- 20 commits
- 39 files changed
- 9 contributors
Commits on Jun 25, 2020
-
Update: rename id-blacklist to id-denylist (fixes #13407) (#13408)
* Update: rename id-blacklist to id-denylist (fixes #13407) * Update index.js
Kai Cataldo authoredJun 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 004adae - Browse repository at this point
Copy the full SHA 004adaeView commit details -
Update: prefer-regex-literal detect regex literals (fixes #12840) (#1…
…2842) The rule `prefer-regex-literal` now detects when regex literals are unnecessarily passed to the `RegExp` constructor.
Configuration menu - View commit details
-
Copy full SHA for d53d69a - Browse repository at this point
Copy the full SHA d53d69aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0655f66 - Browse repository at this point
Copy the full SHA 0655f66View commit details
Commits on Jun 26, 2020
-
Update: Add option "ignoreGlobals" to camelcase rule (fixes #11716) (#…
…12782) * Update: Add option "ignoreGlobals" to camelcase rule (fixes 11716) * Change reference check to look for global variable * Fix behavior for global references and add tests * Add more valid tests to camelcase rule * Add more invalid tests for camelcase rule * Don't ignore non-camelcase global variable used as object key * Corrections to camelcase documentation
Configuration menu - View commit details
-
Copy full SHA for 51e42ec - Browse repository at this point
Copy the full SHA 51e42ecView commit details
Commits on Jun 29, 2020
-
Sponsors: Sync README with website
ESLint Jenkins committedJun 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 53912aa - Browse repository at this point
Copy the full SHA 53912aaView commit details -
Sponsors: Sync README with website
ESLint Jenkins committedJun 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 5c4c3fd - Browse repository at this point
Copy the full SHA 5c4c3fdView commit details
Commits on Jun 30, 2020
-
Sponsors: Sync README with website
ESLint Jenkins committedJun 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 7baf02e - Browse repository at this point
Copy the full SHA 7baf02eView commit details -
Sponsors: Sync README with website
ESLint Jenkins committedJun 30, 2020 Configuration menu - View commit details
-
Copy full SHA for bf3939b - Browse repository at this point
Copy the full SHA bf3939bView commit details
Commits on Jul 1, 2020
-
Sponsors: Sync README with website
ESLint Jenkins committedJul 1, 2020 Configuration menu - View commit details
-
Copy full SHA for c680387 - Browse repository at this point
Copy the full SHA c680387View commit details -
Sponsors: Sync README with website
ESLint Jenkins committedJul 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 0c17e9d - Browse repository at this point
Copy the full SHA 0c17e9dView commit details
Commits on Jul 3, 2020
-
Sponsors: Sync README with website
ESLint Jenkins committedJul 3, 2020 Configuration menu - View commit details
-
Copy full SHA for c139156 - Browse repository at this point
Copy the full SHA c139156View commit details -
Configuration menu - View commit details
-
Copy full SHA for 825a5b9 - Browse repository at this point
Copy the full SHA 825a5b9View commit details -
Fix: false positive new with member in no-extra-parens (fixes #12740) (…
Configuration menu - View commit details
-
Copy full SHA for 3f51930 - Browse repository at this point
Copy the full SHA 3f51930View commit details -
Update: Improve array-callback-return report message (#13395)
* Update: Improve array-callback-return report (explains why) The array-callback-return rule should explain that a return value is required because the surrounding method requires it. This makes it clear that eg. .filter() expects the passed function to return something, rather than a general expectation of that function. The error messages for expectedAtEnd/Inside now read 'Method .{{arrayMethodName}}() expected a value to be returned at the end of {{name}}.' and 'Method .{{arrayMethodName}}() expected a return value from {{name}}.' * Update lib/rules/array-callback-return.js Co-authored-by: Kai Cataldo <kai@kaicataldo.com> * Update lib/rules/array-callback-return.js Co-authored-by: Kai Cataldo <kai@kaicataldo.com> * Update: Improve array-callback-return report (explains why) patch * Made tests match proposed new message. * fix: forEach message, .from Owner * forEach has a message, and describes why no return value is expected. * present tense ('Array.from expects no' vs 'Array.from expected no') * Added explicit check of the forEach message * fix: cleaner production of full-qyalified method name Co-authored-by: Kai Cataldo <kai@kaicataldo.com>Configuration menu - View commit details
-
Copy full SHA for ff5317e - Browse repository at this point
Copy the full SHA ff5317eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a463db - Browse repository at this point
Copy the full SHA 0a463dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ee01e - Browse repository at this point
Copy the full SHA 89ee01eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ada2c89 - Browse repository at this point
Copy the full SHA ada2c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for f21bad2 - Browse repository at this point
Copy the full SHA f21bad2View commit details -
Build: changelog update for 7.4.0
ESLint Jenkins committedJul 3, 2020 Configuration menu - View commit details
-
Copy full SHA for ed86b15 - Browse repository at this point
Copy the full SHA ed86b15View commit details -
ESLint Jenkins committed
Jul 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 30fa423 - Browse repository at this point
Copy the full SHA 30fa423View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.3.1...v7.4.0