mirror of
https://github.com/kogakure/website-11ty-hamburg.stefanimhoff.de.git
synced 2026-02-03 12:15:28 +00:00
refactor: convert files from spaces to tabs
This commit is contained in:
@@ -1,35 +1,35 @@
|
||||
{
|
||||
"plugins": [
|
||||
"stylelint-order",
|
||||
"stylelint-config-rational-order/plugin",
|
||||
"stylelint-a11y",
|
||||
"stylelint-high-performance-animation",
|
||||
"stylelint-prettier"
|
||||
],
|
||||
"extends": [
|
||||
"stylelint-config-recommended",
|
||||
"stylelint-a11y/recommended",
|
||||
"stylelint-prettier/recommended"
|
||||
],
|
||||
"syntax": "scss",
|
||||
"rules": {
|
||||
"property-no-unknown": [
|
||||
true,
|
||||
{
|
||||
"ignoreProperties": ["suffix", "symbols", "system"]
|
||||
}
|
||||
],
|
||||
"no-descending-specificity": null,
|
||||
"order/order": ["custom-properties", "declarations"],
|
||||
"order/properties-alphabetical-order": true,
|
||||
"plugin/no-low-performance-animation-properties": true,
|
||||
"at-rule-no-unknown": [
|
||||
true,
|
||||
{
|
||||
"ignoreAtRules": ["define-placeholder", "extend"]
|
||||
}
|
||||
],
|
||||
"string-quotes": "single",
|
||||
"prettier/prettier": true
|
||||
}
|
||||
"plugins": [
|
||||
"stylelint-order",
|
||||
"stylelint-config-rational-order/plugin",
|
||||
"stylelint-a11y",
|
||||
"stylelint-high-performance-animation",
|
||||
"stylelint-prettier"
|
||||
],
|
||||
"extends": [
|
||||
"stylelint-config-recommended",
|
||||
"stylelint-a11y/recommended",
|
||||
"stylelint-prettier/recommended"
|
||||
],
|
||||
"syntax": "scss",
|
||||
"rules": {
|
||||
"property-no-unknown": [
|
||||
true,
|
||||
{
|
||||
"ignoreProperties": ["suffix", "symbols", "system"]
|
||||
}
|
||||
],
|
||||
"no-descending-specificity": null,
|
||||
"order/order": ["custom-properties", "declarations"],
|
||||
"order/properties-alphabetical-order": true,
|
||||
"plugin/no-low-performance-animation-properties": true,
|
||||
"at-rule-no-unknown": [
|
||||
true,
|
||||
{
|
||||
"ignoreAtRules": ["define-placeholder", "extend"]
|
||||
}
|
||||
],
|
||||
"string-quotes": "single",
|
||||
"prettier/prettier": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user