This repository has been archived on 2023-08-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
footnotes/.stylelintrc.json

19 lines
338 B
JSON
Raw Normal View History

2021-04-15 03:06:08 +01:00
{
2021-04-25 20:02:38 +01:00
"extends": [
"stylelint-config-wordpress",
"stylelint-config-recommended",
"stylelint-a11y/recommended",
"stylelint-config-rational-order"
],
"plugins": [
"stylelint-scss",
"stylelint-a11y",
"stylelint-order"
],
"rules": {
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true
}
2021-04-15 03:06:08 +01:00
}
2021-04-25 20:02:38 +01:00