RESOLVED FIXED Bug 222107
Web Inspector: Update .eslintrc to account for ECMAScript 2021
https://bugs.webkit.org/show_bug.cgi?id=222107
Summary Web Inspector: Update .eslintrc to account for ECMAScript 2021
Razvan Caliman
Reported 2021-02-18 08:32:24 PST
Follow-up to Bug 221402. Bumping version to `ecmaScript: 2021` in `.eslintrc` config allows linters to understand recent additions to JavaScript, like logical assignment operators (&&=, ??=, ||=), and stop reporting them as errors when seen in the codebase. Context: https://github.com/eslint/eslint/issues/13569
Attachments
Patch (1.36 KB, patch)
2021-02-18 08:36 PST, Razvan Caliman
no flags
Razvan Caliman
Comment 1 2021-02-18 08:36:47 PST
Blaze Burg
Comment 2 2021-02-18 09:35:56 PST
Comment on attachment 420832 [details] Patch rs=me
EWS
Comment 3 2021-02-18 12:47:07 PST
Committed r273096: <https://commits.webkit.org/r273096> All reviewed patches have been landed. Closing bug and clearing flags on attachment 420832 [details].
Radar WebKit Bug Importer
Comment 4 2021-02-18 12:48:15 PST
Note You need to log in before you can comment on or make changes to this bug.