2019-06-27 00:36:37 -06:00
|
|
|
extends: stylelint-config-standard
|
|
|
|
|
2022-11-22 17:22:27 -07:00
|
|
|
plugins:
|
|
|
|
- stylelint-declaration-strict-value
|
|
|
|
|
2021-11-10 18:52:16 -07:00
|
|
|
overrides:
|
|
|
|
- files: ["**/*.less"]
|
|
|
|
customSyntax: postcss-less
|
2022-11-22 17:22:27 -07:00
|
|
|
- files: ["**/*.less"]
|
|
|
|
rules:
|
|
|
|
scale-unlimited/declaration-strict-value: [color, {
|
|
|
|
ignoreValues: /^(inherit|transparent|unset|initial)$/
|
|
|
|
}]
|
|
|
|
- files: ["**/chroma/*", "**/codemirror/*", "**/standalone/*", "**/console/*"]
|
|
|
|
rules:
|
|
|
|
scale-unlimited/declaration-strict-value: null
|
2021-11-10 18:52:16 -07:00
|
|
|
|
2019-06-27 00:36:37 -06:00
|
|
|
rules:
|
2021-11-10 18:52:16 -07:00
|
|
|
alpha-value-notation: null
|
2020-02-07 10:09:30 -07:00
|
|
|
at-rule-empty-line-before: null
|
2019-06-27 00:36:37 -06:00
|
|
|
block-closing-brace-empty-line-before: null
|
2021-11-10 18:52:16 -07:00
|
|
|
color-function-notation: null
|
2019-06-27 00:36:37 -06:00
|
|
|
color-hex-length: null
|
|
|
|
comment-empty-line-before: null
|
2021-11-10 18:52:16 -07:00
|
|
|
declaration-block-no-redundant-longhand-properties: null
|
2020-09-08 11:17:56 -06:00
|
|
|
declaration-block-single-line-max-declarations: null
|
2019-06-27 00:36:37 -06:00
|
|
|
declaration-empty-line-before: null
|
2022-02-25 13:08:35 -07:00
|
|
|
function-no-unknown: null
|
2021-11-10 18:52:16 -07:00
|
|
|
hue-degree-notation: null
|
2022-10-28 07:40:50 -06:00
|
|
|
import-notation: string
|
2020-08-25 13:48:53 -06:00
|
|
|
indentation: 2
|
2021-11-10 18:52:16 -07:00
|
|
|
max-line-length: null
|
2019-06-27 00:36:37 -06:00
|
|
|
no-descending-specificity: null
|
2021-11-10 18:52:16 -07:00
|
|
|
no-invalid-position-at-import-rule: null
|
2020-02-23 09:48:27 -07:00
|
|
|
number-leading-zero: never
|
2021-11-10 18:52:16 -07:00
|
|
|
number-max-precision: null
|
|
|
|
property-no-vendor-prefix: null
|
2019-06-27 00:36:37 -06:00
|
|
|
rule-empty-line-before: null
|
2021-11-10 18:52:16 -07:00
|
|
|
selector-class-pattern: null
|
|
|
|
selector-id-pattern: null
|
2020-11-10 11:28:07 -07:00
|
|
|
selector-pseudo-element-colon-notation: double
|
2020-05-19 22:06:04 -06:00
|
|
|
shorthand-property-no-redundant-values: true
|
2021-11-10 18:52:16 -07:00
|
|
|
string-quotes: null
|
|
|
|
value-no-vendor-prefix: null
|