1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02:00

Fix paths.

This commit is contained in:
XhmikosR
2018-08-02 11:28:30 +03:00
parent 4317d4fb2d
commit b5af1c6eaf
3 changed files with 4 additions and 4 deletions

View File

@@ -7,5 +7,5 @@
"ecmaVersion": 5,
"sourceType": "script"
},
"extends": "../../../js/tests/unit/.eslintrc.json"
"extends": "../../../../js/tests/unit/.eslintrc.json"
}

View File

@@ -1,5 +1,5 @@
{
"extends": "../../../.stylelintrc",
"extends": "../../../../.stylelintrc",
"rules": {
"at-rule-no-vendor-prefix": null,
"comment-empty-line-before": null,