Closed
Bug 1358948
Opened 8 years ago
Closed 8 years ago
Remove redundant eslint "no-spaced-func" rules and standardize on new "func-call-spacing" name
Categories
(Developer Infrastructure :: Lint and Formatting, defect)
Tracking
(firefox53 wontfix, firefox54 wontfix, firefox55 fixed)
RESOLVED
FIXED
mozilla55
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
The "no-spaced-func" name was deprecated in ESLint v3.3.0 and replaced by "func-call-spacing", which is already specified in the mozilla/recommended rules and some other .eslintrc.js files.
http://eslint.org/docs/rules/no-spaced-func
http://eslint.org/docs/rules/func-call-spacing
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8860790 [details]
Bug 1358948 - Remove redundant eslint "no-spaced-func" rules and standardize on new "func-call-spacing" name.
https://reviewboard.mozilla.org/r/132752/#review135702
Attachment #8860790 -
Flags: review?(standard8) → review+
Pushed by cpeterson@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bec4407439ec
Remove redundant eslint "no-spaced-func" rules and standardize on new "func-call-spacing" name. r=standard8
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•8 years ago
|
Product: Testing → Firefox Build System
Updated•7 years ago
|
Version: Version 3 → 3 Branch
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•