2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Switch to xo and remove babel-eslint

This commit is contained in:
XhmikosR
2020-06-12 21:43:39 +03:00
parent 39282bcc9d
commit 1c37a2ba77
7 changed files with 551 additions and 282 deletions
+1 -6
View File
@@ -8,12 +8,7 @@
},
"extends": "../.eslintrc.json",
"rules": {
"consistent-return": "off",
"func-style": "off",
"no-console": "off",
"no-magic-numbers": "off",
"no-process-exit": "off",
"no-sync": "off",
"spaced-comment": "off"
"strict": "error"
}
}