Add prettier
This commit is contained in:
parent
dec72c7683
commit
1cac306093
6 changed files with 46 additions and 15 deletions
|
@ -1,12 +1,14 @@
|
|||
module.exports = {
|
||||
"extends": "stylelint-config-standard",
|
||||
"extends": [
|
||||
"stylelint-config-standard",
|
||||
"stylelint-config-prettier",
|
||||
],
|
||||
customSyntax: require('postcss-scss'),
|
||||
"plugins": [
|
||||
"stylelint-scss",
|
||||
],
|
||||
"rules": {
|
||||
"color-hex-case": null,
|
||||
"indentation": 4,
|
||||
"comment-empty-line-before": null,
|
||||
"declaration-empty-line-before": null,
|
||||
"length-zero-no-unit": null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue