mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
fix all linting issues, upgrade most packages
This commit is contained in:
parent
c7774ddca3
commit
3c3af304f7
45 changed files with 1148 additions and 1848 deletions
16
.stylelintrc
16
.stylelintrc
|
@ -1,6 +1,16 @@
|
|||
{
|
||||
"extends": ["stylelint-config-standard", "stylelint-config-styled-components", "stylelint-prettier/recommended"],
|
||||
"customSyntax": "@stylelint/postcss-css-in-js",
|
||||
"extends": [
|
||||
"stylelint-config-recommended",
|
||||
"stylelint-config-styled-components"
|
||||
],
|
||||
"rules": {
|
||||
"value-keyword-case": null
|
||||
"color-function-notation": "modern",
|
||||
"shorthand-property-no-redundant-values": true,
|
||||
"font-weight-notation": "numeric",
|
||||
"alpha-value-notation": "percentage",
|
||||
"hue-degree-notation": "angle",
|
||||
"function-calc-no-unspaced-operator": true,
|
||||
"length-zero-no-unit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue