mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
15 lines
364 B
YAML
15 lines
364 B
YAML
extends:
|
|
- stylelint-high-performance-animation
|
|
- stylelint-order
|
|
- stylelint-declaration-block-no-ignored-properties
|
|
- stylelint-config-standard-vue
|
|
- stylelint-config-idiomatic-order
|
|
plugins:
|
|
- stylelint-prettier
|
|
- stylelint-order
|
|
rules:
|
|
prettier/prettier: true
|
|
property-no-vendor-prefix:
|
|
- true
|
|
- ignoreProperties: ["backdrop-filter"]
|