1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

Move docs .eslintrc in site/.

This commit is contained in:
XhmikosR
2018-10-15 15:24:21 +03:00
parent 18ff70c248
commit 29f849879b
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"ecmaVersion": 5,
"sourceType": "script"
},
"extends": "../../../../../.eslintrc.json",
"extends": "../.eslintrc.json",
"rules": {
// Best Practices
"no-magic-numbers": "off",