diff --git a/remote/.eslintrc.js b/remote/.eslintrc.js deleted file mode 100644 index f386a7357602..000000000000 --- a/remote/.eslintrc.js +++ /dev/null @@ -1,8 +0,0 @@ -"use strict"; - -module.exports = { - "rules": { - "max-len": "off", - "no-tabs": "off", - } -};