2019-06-27 12:06:37 +05:30
|
|
|
extends: stylelint-config-standard
|
|
|
|
|
2022-11-23 05:52:27 +05:30
|
|
|
plugins:
|
|
|
|
- stylelint-declaration-strict-value
|
|
|
|
|
2021-11-11 07:22:16 +05:30
|
|
|
overrides:
|
|
|
|
- files: ["**/*.less"]
|
|
|
|
customSyntax: postcss-less
|
2022-11-23 05:52:27 +05:30
|
|
|
- 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-11 07:22:16 +05:30
|
|
|
|
2019-06-27 12:06:37 +05:30
|
|
|
rules:
|
2021-11-11 07:22:16 +05:30
|
|
|
alpha-value-notation: null
|
2020-02-07 22:39:30 +05:30
|
|
|
at-rule-empty-line-before: null
|
2019-06-27 12:06:37 +05:30
|
|
|
block-closing-brace-empty-line-before: null
|
2021-11-11 07:22:16 +05:30
|
|
|
color-function-notation: null
|
2019-06-27 12:06:37 +05:30
|
|
|
color-hex-length: null
|
|
|
|
comment-empty-line-before: null
|
2021-11-11 07:22:16 +05:30
|
|
|
declaration-block-no-redundant-longhand-properties: null
|
2020-09-08 22:47:56 +05:30
|
|
|
declaration-block-single-line-max-declarations: null
|
2019-06-27 12:06:37 +05:30
|
|
|
declaration-empty-line-before: null
|
2022-02-26 01:38:35 +05:30
|
|
|
function-no-unknown: null
|
2021-11-11 07:22:16 +05:30
|
|
|
hue-degree-notation: null
|
2022-10-28 19:10:50 +05:30
|
|
|
import-notation: string
|
2020-08-26 01:18:53 +05:30
|
|
|
indentation: 2
|
2021-11-11 07:22:16 +05:30
|
|
|
max-line-length: null
|
2019-06-27 12:06:37 +05:30
|
|
|
no-descending-specificity: null
|
2021-11-11 07:22:16 +05:30
|
|
|
no-invalid-position-at-import-rule: null
|
2020-02-23 22:18:27 +05:30
|
|
|
number-leading-zero: never
|
2021-11-11 07:22:16 +05:30
|
|
|
number-max-precision: null
|
|
|
|
property-no-vendor-prefix: null
|
2019-06-27 12:06:37 +05:30
|
|
|
rule-empty-line-before: null
|
2021-11-11 07:22:16 +05:30
|
|
|
selector-class-pattern: null
|
|
|
|
selector-id-pattern: null
|
2020-11-10 23:58:07 +05:30
|
|
|
selector-pseudo-element-colon-notation: double
|
2020-05-20 09:36:04 +05:30
|
|
|
shorthand-property-no-redundant-values: true
|
2021-11-11 07:22:16 +05:30
|
|
|
string-quotes: null
|
|
|
|
value-no-vendor-prefix: null
|