mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-27 12:56:03 -04:00
clean up styles & extend old browser support via autoprefixer/eslint 🧓🏻
and stop encoding emojis like a caveman
This commit is contained in:
+10
-2
@@ -3,12 +3,20 @@
|
||||
"stylelint-config-sass-guidelines",
|
||||
"stylelint-prettier/recommended"
|
||||
],
|
||||
"plugins": ["stylelint-prettier"],
|
||||
"plugins": [
|
||||
"stylelint-no-unsupported-browser-features",
|
||||
"stylelint-prettier"
|
||||
],
|
||||
"rules": {
|
||||
"color-hex-length": "long",
|
||||
"function-url-quotes": null,
|
||||
"max-nesting-depth": 6,
|
||||
"order/properties-alphabetical-order": null,
|
||||
"plugin/no-unsupported-browser-features": [true, {
|
||||
"severity": "warning",
|
||||
"ignore": [
|
||||
"flexbox"
|
||||
]
|
||||
}],
|
||||
"selector-max-compound-selectors": null,
|
||||
"selector-max-id": null,
|
||||
"selector-no-qualifying-type": null,
|
||||
|
||||
Reference in New Issue
Block a user