papercss/.stylelintrc.json

12 lines
213 B
JSON
Raw Normal View History

2018-01-03 23:43:11 +01:00
{
2018-01-04 00:13:37 +01:00
"extends": "stylelint-config-sass-guidelines",
2018-01-03 23:43:11 +01:00
"plugins": [
"stylelint-scss"
2018-01-04 00:13:37 +01:00
],
"rules": {
"max-nesting-depth": 5,
"property-no-vendor-prefix": null,
"value-no-vendor-prefix": null
}
2018-01-03 23:43:11 +01:00
}