Moved some files around to separate front and admin stuff
This commit is contained in:
16
.stylelintrc.json
Normal file
16
.stylelintrc.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"extends": [
|
||||
"@wordpress/stylelint-config/scss"
|
||||
],
|
||||
"ignoreFiles": [],
|
||||
"rules": {
|
||||
"indentation": 2,
|
||||
"font-family-no-missing-generic-family-keyword": null,
|
||||
"no-descending-specificity": null,
|
||||
"block-no-empty": null,
|
||||
"no-duplicate-selectors": null,
|
||||
"font-family-no-duplicate-names": null,
|
||||
"selector-class-pattern": null,
|
||||
"no-eol-whitespace": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user