aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
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"
}