golang.org/x/build@v0.0.0-20240506185731-218518f32b70/cmd/relui/.stylelintrc.yaml (about) 1 # Copyright 2023 The Go Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style 3 # license that can be found in the LICENSE file. 4 5 extends: 6 - stylelint-config-standard 7 - stylelint-prettier/recommended 8 plugins: 9 - stylelint-order 10 rules: 11 color-hex-case: lower 12 order/properties-alphabetical-order: true 13 unit-disallowed-list: 14 - 'px' 15 selector-class-pattern: '^[a-zA-Z\-]+$' 16 rule-empty-line-before: never