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:
Andreas Tolfsen 2019-04-05 11:46:08 +00:00
parent cbccf7ece3
commit 874448b445

View File

@ -1,8 +0,0 @@
"use strict";
module.exports = {
"rules": {
"max-len": "off",
"no-tabs": "off",
}
};