README hinzugefuegt, Lint-Fehler behoben, Code formatiert
This commit is contained in:
11
.stylelintrc.json
Normal file
11
.stylelintrc.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": ["stylelint-config-standard"],
|
||||
"plugins": ["stylelint-prettier"],
|
||||
"rules": {
|
||||
"prettier/prettier": true,
|
||||
"selector-class-pattern": null,
|
||||
"selector-id-pattern": null,
|
||||
"no-descending-specificity": null
|
||||
},
|
||||
"ignoreFiles": ["node_modules/**", "**/*.min.css"]
|
||||
}
|
||||
Reference in New Issue
Block a user