Enable eslint-plugin-eslint-plugin for eslint-plugin-mozilla
Categories
(Developer Infrastructure :: Lint and Formatting, task, P3)
Tracking
(firefox111 fixed)
| Tracking | Status | |
|---|---|---|
| firefox111 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(4 files)
eslint-plugin-eslint-plugin is a small module that provides checks of ESLint rules themselves, e.g. checks against using obsolete APIs or missing metadata.
I think this would be useful to have as it currently shows up some usage of obsolete APIs, but generally ongoing these look to be useful checks to have when writing new rules.
| Assignee | ||
Comment 1•2 years ago
|
||
eslint-plugin-eslint-plugin is license compatible: https://npmgraph.js.org/?q=eslint-plugin-eslint-plugin
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 4•2 years ago
|
||
This helps ESLint validate that rules aren't being passed extra parameters when we aren't expecting them,
and fixes the eslint-plugin/require-meta-schema rule failures.
| Assignee | ||
Comment 5•2 years ago
|
||
Depends on D168234
| Assignee | ||
Comment 6•2 years ago
|
||
Depends on D168235
| Assignee | ||
Comment 8•2 years ago
|
||
Comment 10•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/5046f9a4bcff
https://hg.mozilla.org/mozilla-central/rev/270f89f1b2d5
https://hg.mozilla.org/mozilla-central/rev/ced89705dbf2
https://hg.mozilla.org/mozilla-central/rev/cccc70a862a5
Description
•