mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
bug 1541834: remote: drop max-len lint rule; r=ochameau
The eslint max-len rule is not enforced in the top-level eslint config, rendering this rule (and file) unnecessary. Differential Revision: https://phabricator.services.mozilla.com/D26088 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
cbccf7ece3
commit
874448b445
@ -1,8 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = {
|
||||
"rules": {
|
||||
"max-len": "off",
|
||||
"no-tabs": "off",
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue
Block a user