Closed
Bug 1962375
Opened 2 months ago
Closed 2 months ago
Enable linting for .ts files
Categories
(Developer Infrastructure :: Lint and Formatting, task, P3)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox140 fixed)
RESOLVED
FIXED
140 Branch
Tracking | Status | |
---|---|---|
firefox140 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
We've got a few TypeScript (.ts
) files that are venturing into the tree for various things (mainly TypeScript set-ups, but a few other bits as well). Let's start getting them formatted before we get lots of them, bug 1962273 has already made a start.
Assignee | ||
Comment 1•2 months ago
|
||
This matches the position that it is in within .eslintrc-ignore.js
Assignee | ||
Comment 2•2 months ago
|
||
Assignee | ||
Comment 3•2 months ago
|
||
Updated•2 months ago
|
Summary: Enable TypeScript for .ts files → Enable linting for .ts files
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/522d43b762b7
Move builtin-newtab.js to a better place in .prettierignore. r=frontend-codestyle-reviewers
https://hg.mozilla.org/integration/autoland/rev/21b36a2a5caf
Move generated typescript files to a generated/ sub-directory and add to Generated.txt. r=zombie,frontend-codestyle-reviewers
https://hg.mozilla.org/integration/autoland/rev/49bf4d33e25c
Enable Prettier and file-perm linters for .ts files. r=zombie,linter-reviewers,profiler-reviewers,translations-reviewers,frontend-codestyle-reviewers,ahal,canaltinova
https://hg.mozilla.org/mozilla-central/rev/522d43b762b7
https://hg.mozilla.org/mozilla-central/rev/21b36a2a5caf
https://hg.mozilla.org/mozilla-central/rev/49bf4d33e25c
Status: NEW → RESOLVED
Closed: 2 months ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•