Closed
Bug 1256918
Opened 9 years ago
Closed 9 years ago
[ESLint] Fix ESLint issues in devtools/client/webconsole/test/browser_webconsole_split_escape_key.js
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: linclark, Unassigned, Mentored)
References
Details
(Whiteboard: [btpp-backlog])
If you haven’t contributed to Firefox before, follow the steps here to set up your environment: https://developer.mozilla.org/en-US/docs/Tools/Contributing#Getting_set_up
Then, automatically configure ESLint to work with the Firefox specific rules by following the instructions here: https://wiki.mozilla.org/DevTools/CodingStandards
Then you can see the issues that need to be fixed by running
> eslint --no-ignore devtools/client/webconsole/test/browser_webconsole_split_escape_key.js
Reporter | ||
Updated•9 years ago
|
Whiteboard: [btpp-backlog]
Comment 1•9 years ago
|
||
I ran the following:
./mach eslint --setup
./mach eslint --no-ignore devtools/client/webconsole/test/browser_webconsole_split_escape_key.js
And got the following result:
Finished eslint. No errors encountered.
Could it be that this bug is already fixed?
Flags: needinfo?(lclark)
Reporter | ||
Comment 2•9 years ago
|
||
Yes, I'm getting the same, so it has probably been fixed by something that was fixed globally.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(lclark)
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•