aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-02-02 21:01:37 +0200
committerXhmikosR <[email protected]>2021-08-31 15:54:39 +0300
commiteee9f8699033d962fb6d7dccbe778517841e52f6 (patch)
tree9646c1103450b87afdd94b493e568a5608702455 /build
parentef21000cbe742830e0e1e39864f9315daf939722 (diff)
downloadbootstrap-main-xmr-eslint-plugin-compat.tar.xz
bootstrap-main-xmr-eslint-plugin-compat.zip
Add eslint-plugin-compatmain-xmr-eslint-plugin-compat
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"
}