fix: change code config
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
{
|
||||
"plugins": [
|
||||
"stylelint-scss"
|
||||
],
|
||||
"plugins": ["stylelint-scss"],
|
||||
"extends": [
|
||||
"stylelint-config-standard-scss",
|
||||
"stylelint-config-prettier-scss"
|
||||
], "rules": {
|
||||
],
|
||||
"rules": {
|
||||
"property-no-vendor-prefix": null,
|
||||
"comment-empty-line-before": "never",
|
||||
"comment-no-empty": null,
|
||||
|
Reference in New Issue
Block a user