Add composer.json and package.json for linting with Travis
This commit is contained in:
parent
1df1677846
commit
cfdbdfc534
9 changed files with 152 additions and 124 deletions
12
.stylelintrc.json
Normal file
12
.stylelintrc.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"extends": [
|
||||
"stylelint-config-wordpress/scss"
|
||||
],
|
||||
"ignoreFiles": [
|
||||
"sass/_normalize.scss"
|
||||
],
|
||||
"rules": {
|
||||
"font-family-no-missing-generic-family-keyword": null,
|
||||
"no-descending-specificity": null
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue