2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Add eslint-plugin-compat

This commit is contained in:
XhmikosR
2021-02-02 21:01:37 +02:00
parent ef21000cbe
commit eee9f86990
5 changed files with 96 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@
},
"extends": "../.eslintrc.json",
"rules": {
"compat/compat": "off",
"no-console": "off",
"strict": "error"
}