From eee9f8699033d962fb6d7dccbe778517841e52f6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 2 Feb 2021 21:01:37 +0200 Subject: Add eslint-plugin-compat --- build/.eslintrc.json | 1 + 1 file changed, 1 insertion(+) (limited to 'build') diff --git a/build/.eslintrc.json b/build/.eslintrc.json index 679bd26f7..e0556caab 100644 --- a/build/.eslintrc.json +++ b/build/.eslintrc.json @@ -8,6 +8,7 @@ }, "extends": "../.eslintrc.json", "rules": { + "compat/compat": "off", "no-console": "off", "strict": "error" } -- cgit v1.2.3