mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-22 17:23:50 +01:00
lint fixes
This commit is contained in:
parent
8bb892a07d
commit
0c1722de2b
@ -2,12 +2,12 @@
|
||||
"extends": [
|
||||
"stylelint-config-standard",
|
||||
"stylelint-config-css-modules",
|
||||
"stylelint-config-recommended-scss",
|
||||
"./node_modules/prettier-stylelint/config.js"
|
||||
],
|
||||
"syntax": "scss",
|
||||
"rules": {
|
||||
"indentation": 4,
|
||||
"number-leading-zero": "never"
|
||||
"number-leading-zero": "never",
|
||||
"at-rule-no-unknown": null
|
||||
}
|
||||
}
|
||||
|
@ -66,7 +66,6 @@
|
||||
"prettier-stylelint": "^0.4.2",
|
||||
"stylelint": "^9.2.1",
|
||||
"stylelint-config-css-modules": "^1.3.0",
|
||||
"stylelint-config-recommended-scss": "^3.2.0",
|
||||
"stylelint-config-standard": "^18.2.0",
|
||||
"stylelint-scss": "^3.2.0"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user