2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Switch to using xo directly.

This commit is contained in:
XhmikosR
2020-05-02 18:06:36 +03:00
parent 01b08d958c
commit caa0592bee
7 changed files with 4644 additions and 170 deletions
-13
View File
@@ -1,13 +0,0 @@
{
"extends": [
"../../../.eslintrc.json"
],
"env": {
"jasmine": true
},
"rules": {
"unicorn/consistent-function-scoping": "off",
"unicorn/no-useless-undefined": "off",
"unicorn/prefer-add-event-listener": "off"
}
}