mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-30 16:54:43 +00:00
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.
12 lines
339 B
Text
12 lines
339 B
Text
{
|
|
"extends": "../../../.stylelintrc",
|
|
"rules": {
|
|
"at-rule-no-vendor-prefix": null,
|
|
"comment-empty-line-before": null,
|
|
"media-feature-name-no-vendor-prefix": null,
|
|
"property-no-vendor-prefix": null,
|
|
"selector-no-qualifying-type": null,
|
|
"selector-no-vendor-prefix": null,
|
|
"value-no-vendor-prefix": null
|
|
}
|
|
}
|