2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03: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
+1 -1
View File
@@ -7,5 +7,5 @@
"ecmaVersion": 5,
"sourceType": "script"
},
"extends": "../../../js/tests/unit/.eslintrc.json"
"extends": "../../../../js/tests/unit/.eslintrc.json"
}
+1 -1
View File
@@ -1,5 +1,5 @@
{
"extends": "../../../.stylelintrc",
"extends": "../../../../.stylelintrc",
"rules": {
"at-rule-no-vendor-prefix": null,
"comment-empty-line-before": null,