add config files from old repo

This commit is contained in:
Ben Goldsworthy 2025-01-05 13:15:45 +01:00
parent 9a12d1882f
commit 438fdbe22d
Signed by: Rumperuu
SSH key fingerprint: SHA256:e5XfzNOr9UvWpEzyLfw0GtTMZWIFh3NmxH+/qQIi3xE
6 changed files with 51 additions and 0 deletions

17
.stylelintrc Normal file
View file

@ -0,0 +1,17 @@
{
"plugins": [
"stylelint-scss",
"stylelint-selector-bem-pattern"
],
"extends": [
"stylelint-prettier/recommended",
"stylelint-config-standard-scss"
],
"rules": {
"max-line-length": [ 80 ],
"plugin/selector-bem-pattern": {
"preset": "bem"
},
"selector-class-pattern": null
}
}