mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 11:21:23 +02:00
Fix paths.
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
"ecmaVersion": 5,
|
||||
"sourceType": "script"
|
||||
},
|
||||
"extends": "../../../js/tests/unit/.eslintrc.json"
|
||||
"extends": "../../../../js/tests/unit/.eslintrc.json"
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "../../../.stylelintrc",
|
||||
"extends": "../../../../.stylelintrc",
|
||||
"rules": {
|
||||
"at-rule-no-vendor-prefix": null,
|
||||
"comment-empty-line-before": null,
|
||||
|
Reference in New Issue
Block a user