1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02: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

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"
}
}