mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-26 23:30:56 +08:00
9 lines
224 B
Text
9 lines
224 B
Text
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
extends: stylelint-prettier/recommended
|
|
plugins: stylelint-prettier
|
|
rules:
|
|
prettier/prettier: true
|
|
no-descending-specificity: null
|