2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

fix(docs): remove jQuery from our docs

This commit is contained in:
Johann-S
2018-07-19 19:48:52 +03:00
committed by XhmikosR
parent 467dd113c5
commit cf821e1d4d
3 changed files with 96 additions and 54 deletions
+2 -2
View File
@@ -1,7 +1,6 @@
{
"env": {
"es6": false,
"jquery": true
"es6": false
},
"parserOptions": {
"ecmaVersion": 5,
@@ -9,6 +8,7 @@
},
"extends": "../.eslintrc.json",
"rules": {
"no-new": "off",
// Best Practices
"no-magic-numbers": "off",
"vars-on-top": "off",