diff --git a/.eslintrc b/.eslintrc.json similarity index 77% rename from .eslintrc rename to .eslintrc.json index d7ebadbcd..fa6b29d73 100644 --- a/.eslintrc +++ b/.eslintrc.json @@ -15,13 +15,12 @@ "prefer-arrow-callback": 2, "@typescript-eslint/ban-ts-comment": 0, "@typescript-eslint/ban-types": 1, - "@typescript-eslint/no-empty-function": 1, - "@typescript-eslint/triple-slash-reference": 1, - "@typescript-eslint/class-name-casing": 0 + "@typescript-eslint/no-empty-function": 1 }, "env": { "browser": true, "es6": true, "jest/globals": true - } + }, + "globals": { "google": "readonly" } }