forked from mirrors/gecko-dev
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 changed files with 0 additions and 8 deletions
|
|
@ -1,8 +0,0 @@
|
||||||
"use strict";
|
|
||||||
|
|
||||||
module.exports = {
|
|
||||||
"rules": {
|
|
||||||
"max-len": "off",
|
|
||||||
"no-tabs": "off",
|
|
||||||
}
|
|
||||||
};
|
|
||||||
Loading…
Reference in a new issue