@alexlit/lint-kit 182.1.0 → 182.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/packages/config-eslint/package.json +3 -3
- package/packages/config-eslint/plugins/unocss.js +4 -6
- package/packages/config-stylelint/node_modules/ansi-regex/index.d.ts +33 -0
- package/packages/config-stylelint/node_modules/ansi-regex/index.js +14 -0
- package/packages/config-stylelint/node_modules/ansi-regex/license +9 -0
- package/packages/config-stylelint/node_modules/ansi-regex/package.json +61 -0
- package/packages/config-stylelint/node_modules/ansi-regex/readme.md +66 -0
- package/packages/config-stylelint/node_modules/file-entry-cache/LICENSE +19 -0
- package/packages/config-stylelint/node_modules/file-entry-cache/README.md +630 -0
- package/packages/config-stylelint/node_modules/file-entry-cache/dist/index.cjs +559 -0
- package/packages/config-stylelint/node_modules/file-entry-cache/dist/index.d.cts +304 -0
- package/packages/config-stylelint/node_modules/file-entry-cache/dist/index.d.ts +304 -0
- package/packages/config-stylelint/node_modules/file-entry-cache/dist/index.js +525 -0
- package/packages/config-stylelint/node_modules/file-entry-cache/package.json +62 -0
- package/packages/config-stylelint/node_modules/flat-cache/LICENSE +19 -0
- package/packages/config-stylelint/node_modules/flat-cache/README.md +235 -0
- package/packages/config-stylelint/node_modules/flat-cache/dist/index.cjs +495 -0
- package/packages/config-stylelint/node_modules/flat-cache/dist/index.d.cts +255 -0
- package/packages/config-stylelint/node_modules/flat-cache/dist/index.d.ts +255 -0
- package/packages/config-stylelint/node_modules/flat-cache/dist/index.js +455 -0
- package/packages/config-stylelint/node_modules/flat-cache/package.json +87 -0
- package/packages/config-stylelint/node_modules/globby/ignore.js +337 -0
- package/packages/config-stylelint/node_modules/globby/index.d.ts +394 -0
- package/packages/config-stylelint/node_modules/globby/index.js +488 -0
- package/packages/config-stylelint/node_modules/globby/license +9 -0
- package/packages/config-stylelint/node_modules/globby/package.json +94 -0
- package/packages/config-stylelint/node_modules/globby/readme.md +388 -0
- package/packages/config-stylelint/node_modules/globby/utilities.js +382 -0
- package/packages/config-stylelint/node_modules/meow/build/dependencies.js +7347 -0
- package/packages/config-stylelint/node_modules/meow/build/index.d.ts +2684 -0
- package/packages/config-stylelint/node_modules/meow/build/index.js +185 -0
- package/packages/config-stylelint/node_modules/meow/build/licenses.md +1254 -0
- package/packages/config-stylelint/node_modules/meow/build/options.js +147 -0
- package/packages/config-stylelint/node_modules/meow/build/parser.js +113 -0
- package/packages/config-stylelint/node_modules/meow/build/utils.js +7 -0
- package/packages/config-stylelint/node_modules/meow/build/validate.js +145 -0
- package/packages/config-stylelint/node_modules/meow/license +9 -0
- package/packages/config-stylelint/node_modules/meow/package.json +103 -0
- package/packages/config-stylelint/node_modules/meow/readme.md +387 -0
- package/packages/config-stylelint/node_modules/postcss-safe-parser/LICENSE +20 -0
- package/packages/config-stylelint/node_modules/postcss-safe-parser/README.md +25 -0
- package/packages/config-stylelint/node_modules/postcss-safe-parser/lib/safe-parse.js +12 -0
- package/packages/config-stylelint/node_modules/postcss-safe-parser/lib/safe-parser.js +100 -0
- package/packages/config-stylelint/node_modules/postcss-safe-parser/package.json +36 -0
- package/packages/config-stylelint/node_modules/slash/index.d.ts +23 -0
- package/packages/config-stylelint/node_modules/slash/index.js +9 -0
- package/packages/config-stylelint/node_modules/slash/license +9 -0
- package/packages/config-stylelint/node_modules/slash/package.json +39 -0
- package/packages/config-stylelint/node_modules/slash/readme.md +36 -0
- package/packages/config-stylelint/node_modules/string-width/index.d.ts +39 -0
- package/packages/config-stylelint/node_modules/string-width/index.js +119 -0
- package/packages/config-stylelint/node_modules/string-width/license +9 -0
- package/packages/config-stylelint/node_modules/string-width/package.json +65 -0
- package/packages/config-stylelint/node_modules/string-width/readme.md +66 -0
- package/packages/config-stylelint/node_modules/strip-ansi/index.d.ts +15 -0
- package/packages/config-stylelint/node_modules/strip-ansi/index.js +19 -0
- package/packages/config-stylelint/node_modules/strip-ansi/license +9 -0
- package/packages/config-stylelint/node_modules/strip-ansi/package.json +59 -0
- package/packages/config-stylelint/node_modules/strip-ansi/readme.md +37 -0
- package/packages/config-stylelint/node_modules/stylelint/LICENSE +20 -0
- package/packages/config-stylelint/node_modules/stylelint/README.md +113 -0
- package/packages/config-stylelint/node_modules/stylelint/bin/stylelint.mjs +7 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/assignDisabledRanges.mjs +483 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/augmentConfig.mjs +586 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/cli.mjs +746 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/constants.mjs +25 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/createPartialStylelintResult.mjs +114 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/createPlugin.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/createStylelint.mjs +37 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/descriptionlessDisables.mjs +51 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/calcSeverityCounts.mjs +21 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/compactFormatter.mjs +23 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/index.mjs +23 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/jsonFormatter.mjs +10 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/preprocessWarnings.mjs +74 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/stringFormatter.mjs +308 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/tapFormatter.mjs +85 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/terminalLink.mjs +21 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/unixFormatter.mjs +32 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/verboseFormatter.mjs +175 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/getConfigForFile.mjs +110 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/getPostcssResult.mjs +130 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/index.mjs +38 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/invalidScopeDisables.mjs +41 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/isPathIgnored.mjs +48 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/lintPostcssResult.mjs +172 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/lintSource.mjs +135 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/needlessDisables.mjs +91 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/normalizeAllRuleSettings.mjs +29 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/normalizeRuleSettings.mjs +56 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/postcssPlugin.mjs +50 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/prepareReturnValue.mjs +63 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/printConfig.mjs +44 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/atKeywords.mjs +83 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/functions.mjs +96 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/keywords.mjs +663 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/mediaFeatures.mjs +115 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/mediaTypes.mjs +14 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/prefixes.mjs +17 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/properties.mjs +1112 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/selectors.mjs +472 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/units.mjs +82 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reportDisables.mjs +48 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reportUnknownRuleNames.mjs +76 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/resolveConfig.mjs +43 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/alpha-value-notation/index.mjs +207 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/annotation-no-unknown/index.mjs +88 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-allowed-list/index.mjs +62 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-descriptor-no-unknown/index.mjs +108 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-descriptor-value-no-unknown/index.mjs +64 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-disallowed-list/index.mjs +62 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-empty-line-before/index.mjs +178 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-no-deprecated/index.mjs +86 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-no-unknown/index.mjs +80 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-no-vendor-prefix/index.mjs +82 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-prelude-no-invalid/index.mjs +76 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-property-required-list/index.mjs +92 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/block-no-empty/index.mjs +116 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/block-no-redundant-nested-style-rules/index.mjs +52 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-function-alias-notation/index.mjs +87 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-function-notation/index.mjs +168 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-hex-alpha/index.mjs +75 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-hex-length/index.mjs +128 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-named/colordUtils.mjs +109 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-named/index.mjs +183 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-no-hex/index.mjs +69 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-no-invalid-hex/index.mjs +68 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-empty-line-before/index.mjs +131 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-no-empty/index.mjs +50 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-pattern/index.mjs +51 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-whitespace-inside/index.mjs +149 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-word-disallowed-list/index.mjs +63 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/container-name-pattern/index.mjs +107 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/custom-media-pattern/index.mjs +61 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/custom-property-empty-line-before/index.mjs +156 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/custom-property-no-missing-var-function/index.mjs +148 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/custom-property-pattern/index.mjs +100 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-custom-properties/index.mjs +82 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-properties/index.mjs +301 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-no-redundant-longhand-properties/index.mjs +411 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-no-shorthand-property-overrides/index.mjs +74 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-single-line-max-declarations/index.mjs +62 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-empty-line-before/index.mjs +160 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-no-important/index.mjs +51 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-max-values/index.mjs +79 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-unit-allowed-list/index.mjs +108 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-unit-disallowed-list/index.mjs +94 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-value-allowed-list/index.mjs +66 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-value-disallowed-list/index.mjs +66 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-value-keyword-no-deprecated/index.mjs +203 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-value-no-unknown/index.mjs +424 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/display-notation/index.mjs +225 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/font-family-name-quotes/index.mjs +243 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/font-family-no-duplicate-names/index.mjs +122 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/font-family-no-missing-generic-family-keyword/index.mjs +122 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/font-weight-notation/index.mjs +221 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-allowed-list/index.mjs +114 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-calc-no-unspaced-operator/index.mjs +589 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-disallowed-list/index.mjs +73 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-linear-gradient-no-nonstandard-direction/index.mjs +145 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-name-case/index.mjs +120 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-no-unknown/index.mjs +83 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-url-no-scheme-relative/index.mjs +67 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-url-quotes/index.mjs +230 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-url-scheme-allowed-list/index.mjs +70 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-url-scheme-disallowed-list/index.mjs +70 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/hue-degree-notation/index.mjs +123 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/import-notation/index.mjs +104 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/index.mjs +180 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/keyframe-block-no-duplicate-selectors/index.mjs +68 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/keyframe-declaration-no-important/index.mjs +54 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/keyframe-selector-notation/index.mjs +202 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/keyframes-name-pattern/index.mjs +63 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/layer-name-pattern/index.mjs +91 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/length-zero-no-unit/index.mjs +221 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/lightness-notation/index.mjs +165 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/max-nesting-depth/index.mjs +195 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-allowed-list/index.mjs +67 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-disallowed-list/index.mjs +67 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-no-unknown/index.mjs +79 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-no-vendor-prefix/index.mjs +94 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-unit-allowed-list/index.mjs +110 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-value-allowed-list/index.mjs +100 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-value-no-unknown/index.mjs +277 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-range-notation/index.mjs +187 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-query-no-invalid/index.mjs +193 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-type-no-deprecated/index.mjs +82 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/named-grid-areas-no-invalid/index.mjs +117 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/named-grid-areas-no-invalid/utils/findNotContiguousOrRectangular.mjs +57 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/nesting-selector-no-missing-scoping-root/index.mjs +165 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-descending-specificity/index.mjs +200 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-duplicate-at-import-rules/index.mjs +156 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-duplicate-selectors/index.mjs +218 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-empty-source/index.mjs +61 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-invalid-double-slash-comments/index.mjs +77 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-invalid-position-at-import-rule/index.mjs +76 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-invalid-position-declaration/index.mjs +86 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-irregular-whitespace/index.mjs +236 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-unknown-animations/index.mjs +71 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-unknown-custom-media/index.mjs +77 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-unknown-custom-properties/index.mjs +72 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/number-max-precision/index.mjs +209 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-allowed-list/index.mjs +58 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-disallowed-list/index.mjs +58 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-no-deprecated/index.mjs +143 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-no-unknown/index.mjs +126 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-no-vendor-prefix/index.mjs +100 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/rule-empty-line-before/index.mjs +156 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/rule-nesting-at-rule-required-list/index.mjs +85 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/rule-selector-property-disallowed-list/index.mjs +119 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-anb-no-unmatchable/index.mjs +121 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-attribute-name-disallowed-list/index.mjs +69 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-attribute-operator-allowed-list/index.mjs +70 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-attribute-operator-disallowed-list/index.mjs +70 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-attribute-quotes/index.mjs +107 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-class-pattern/index.mjs +71 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-combinator-allowed-list/index.mjs +81 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-combinator-disallowed-list/index.mjs +81 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-disallowed-list/index.mjs +115 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-id-pattern/index.mjs +66 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-attribute/index.mjs +92 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-class/index.mjs +75 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-combinators/index.mjs +77 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-compound-selectors/index.mjs +123 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-id/index.mjs +107 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-pseudo-class/index.mjs +85 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-specificity/index.mjs +146 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-type/index.mjs +219 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-universal/index.mjs +95 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-nested-pattern/index.mjs +95 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-no-qualifying-type/index.mjs +323 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-no-vendor-prefix/index.mjs +92 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-not-notation/index.mjs +217 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-class-allowed-list/index.mjs +84 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-class-disallowed-list/index.mjs +84 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-class-no-unknown/index.mjs +179 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-element-allowed-list/index.mjs +75 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-element-colon-notation/index.mjs +93 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-element-disallowed-list/index.mjs +74 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-element-no-unknown/index.mjs +91 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-type-case/index.mjs +118 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-type-no-unknown/index.mjs +148 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/shorthand-property-no-redundant-values/index.mjs +359 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/string-no-newline/index.mjs +120 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/syntax-string-no-invalid/index.mjs +80 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/time-min-milliseconds/index.mjs +167 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/unit-allowed-list/index.mjs +116 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/unit-disallowed-list/index.mjs +211 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/unit-no-unknown/index.mjs +207 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/value-keyword-case/index.mjs +253 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/value-no-vendor-prefix/index.mjs +92 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/standalone.mjs +381 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/timing.mjs +134 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/unscopedDisables.mjs +66 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/FileCache.mjs +115 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/addEmptyLineBefore.mjs +21 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/addSemicolonForEditInfo.mjs +35 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/appendRuleName.mjs +13 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/arrayEqual.mjs +14 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/beforeBlockString.mjs +28 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/blockString.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/blurInterpolation.mjs +8 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/cachedImport.mjs +68 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/checkAgainstRule.mjs +71 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/checkInvalidCLIOptions.mjs +105 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/configurationComment.mjs +74 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/containsString.mjs +52 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/createMapWithSet.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/dynamicImport.mjs +13 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/eachDeclarationBlock.mjs +59 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/eachNodeUpToRoot.mjs +22 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/emitWarning.mjs +83 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/errors.mjs +55 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/filterFilePaths.mjs +17 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/findAnimationName.mjs +74 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/findAtRuleContext.mjs +27 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/findFontFamily.mjs +148 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/findMediaFeatureNames.mjs +151 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/findNodeUpToRoot.mjs +25 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/fixEmptyLinesBefore.mjs +26 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/functionArgumentsSearch.mjs +64 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getAtRuleParams.mjs +7 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getDeclarationValue.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getDimension.mjs +62 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getFileIgnorer.mjs +41 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getFormatter.mjs +43 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getFormatterOptionsText.mjs +12 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getImportantPosition.mjs +15 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getLexer.mjs +39 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getModulePath.mjs +35 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getNextNonSharedLineCommentNode.mjs +34 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getPreviousNonSharedLineCommentNode.mjs +36 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getRelativePath.mjs +12 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getRuleSelector.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getSchemeFromUrl.mjs +36 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getSelectorSourceIndex.mjs +12 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getStrippedSelectorSource.mjs +47 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getStylelintRule.mjs +22 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasBlock.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasEmptyLine.mjs +13 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasInterpolation.mjs +24 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasLessInterpolation.mjs +11 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasPsvInterpolation.mjs +11 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasScssInterpolation.mjs +11 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasTplInterpolation.mjs +11 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/hash.mjs +10 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAfterBlock.mjs +15 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAfterComment.mjs +15 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAfterSingleLineComment.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAfterStandardPropertyDeclaration.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAutoprefixable.mjs +364 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isBlocklessAtRuleAfterBlocklessAtRule.mjs +21 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isBlocklessAtRuleAfterSameNameBlocklessAtRule.mjs +21 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isContextFunctionalPseudoClass.mjs +24 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCounterIncrementCustomIdentValue.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCounterResetCustomIdentValue.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomElement.mjs +34 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomFunction.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomMediaQuery.mjs +8 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomProperty.mjs +8 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomSelector.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isDescriptorDeclaration.mjs +22 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isFirstNested.mjs +83 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isFirstNodeOfRoot.mjs +17 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isHexColor.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isInDocument.mjs +32 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isKeyframeRule.mjs +17 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isKeyframeSelector.mjs +29 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isMathFunction.mjs +11 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isNonNegativeInteger.mjs +6 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isNumbery.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isOnlyWhitespace.mjs +17 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isPathNotFoundError.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isScssVariable.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isSharedLineComment.mjs +53 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isSingleLineString.mjs +10 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxAtRule.mjs +32 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxColorFunction.mjs +24 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxCombinator.mjs +32 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxComment.mjs +13 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxDeclaration.mjs +57 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxFunction.mjs +28 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxHexColor.mjs +14 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxKeyframesName.mjs +15 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxProperty.mjs +32 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxRule.mjs +24 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxSelector.mjs +56 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxTypeSelector.mjs +56 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxUrl.mjs +49 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxValue.mjs +51 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isUnicodeRangeDescriptor.mjs +24 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isUnicodeSupported.mjs +26 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isUrlFunction.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isValidFontSize.mjs +38 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isValidHex.mjs +11 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isValidIdentifier.mjs +39 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isVarFunction.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isVariable.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isWhitespace.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/matchesStringOrRegExp.mjs +97 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/mergeSyntaxDefinitions.mjs +137 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/narrowFixRange.mjs +68 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/nodeContextLookup.mjs +41 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/nodeFieldIndices.mjs +119 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/normalizeFilePath.mjs +26 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/normalizeFixMode.mjs +22 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/normalizeSelector.mjs +166 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/optionsMatches.mjs +20 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/parseCustomMediaQuery.mjs +15 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/parseMediaQuery.mjs +15 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/parseSelector.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/pathExists.mjs +16 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/pluralize.mjs +10 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/putIfAbsent.mjs +20 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/rangesOverlap.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/rawNodeString.mjs +29 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/regexes.mjs +135 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/removeEmptyLinesBefore.mjs +13 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/report.mjs +321 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/reportCommentProblem.mjs +39 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/resolveFilePath.mjs +38 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/resolveNestedSelectorsForRule.mjs +108 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/resolveOptionValue.mjs +30 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/resolveSilent.mjs +144 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/ruleMessages.mjs +18 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/setAtRuleParams.mjs +18 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/setDeclarationValue.mjs +18 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/suppressionsService.mjs +317 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/toPath.mjs +23 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/typeGuards.mjs +90 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/uniteSets.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/validateObjectWithArrayProps.mjs +29 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/validateObjectWithProps.mjs +28 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/validateOptions.mjs +176 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/validateTypes.mjs +148 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/vendor.mjs +43 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/validateDisableSettings.mjs +67 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/writeOutputFile.mjs +15 -0
- package/packages/config-stylelint/node_modules/stylelint/package.json +212 -0
- package/packages/config-stylelint/node_modules/stylelint/types/stylelint/index.d.ts +1590 -0
- package/packages/config-stylelint/node_modules/unicorn-magic/default.d.ts +13 -0
- package/packages/config-stylelint/node_modules/unicorn-magic/default.js +14 -0
- package/packages/config-stylelint/node_modules/unicorn-magic/license +9 -0
- package/packages/config-stylelint/node_modules/unicorn-magic/node.d.ts +125 -0
- package/packages/config-stylelint/node_modules/unicorn-magic/node.js +49 -0
- package/packages/config-stylelint/node_modules/unicorn-magic/package.json +68 -0
- package/packages/config-stylelint/node_modules/unicorn-magic/readme.md +31 -0
- package/packages/config-stylelint/package.json +2 -2
|
@@ -0,0 +1,746 @@
|
|
|
1
|
+
import { isAbsolute, join, resolve } from 'node:path';
|
|
2
|
+
import { EOL } from 'node:os';
|
|
3
|
+
import process from 'node:process';
|
|
4
|
+
|
|
5
|
+
import picocolors from 'picocolors';
|
|
6
|
+
const { dim, red } = picocolors;
|
|
7
|
+
|
|
8
|
+
import meow from 'meow';
|
|
9
|
+
|
|
10
|
+
import { isBoolean, isNumber, isObject, isPlainObject, isString } from './utils/validateTypes.mjs';
|
|
11
|
+
import checkInvalidCLIOptions from './utils/checkInvalidCLIOptions.mjs';
|
|
12
|
+
import dynamicImport from './utils/dynamicImport.mjs';
|
|
13
|
+
import pathExists from './utils/pathExists.mjs';
|
|
14
|
+
import printConfig from './printConfig.mjs';
|
|
15
|
+
import resolveSilent from './utils/resolveSilent.mjs';
|
|
16
|
+
import standalone from './standalone.mjs';
|
|
17
|
+
import writeOutputFile from './writeOutputFile.mjs';
|
|
18
|
+
|
|
19
|
+
import {
|
|
20
|
+
DEFAULT_CACHE_LOCATION,
|
|
21
|
+
DEFAULT_FIX_MODE,
|
|
22
|
+
DEFAULT_FORMATTER,
|
|
23
|
+
DEFAULT_IGNORE_FILENAME,
|
|
24
|
+
DEFAULT_SUPPRESSION_FILENAME,
|
|
25
|
+
EXIT_CODE_FATAL_ERROR,
|
|
26
|
+
EXIT_CODE_INVALID_USAGE,
|
|
27
|
+
EXIT_CODE_LINT_PROBLEM,
|
|
28
|
+
EXIT_CODE_SUCCESS,
|
|
29
|
+
} from './constants.mjs';
|
|
30
|
+
import normalizeFixMode from './utils/normalizeFixMode.mjs';
|
|
31
|
+
|
|
32
|
+
const helpText = `
|
|
33
|
+
Usage: stylelint [input] [options]
|
|
34
|
+
|
|
35
|
+
Input: Files(s), glob(s), or nothing to use stdin.
|
|
36
|
+
|
|
37
|
+
If an input argument is wrapped in quotation marks, it will be passed to
|
|
38
|
+
globby for cross-platform glob support. "node_modules" are always ignored.
|
|
39
|
+
You can also pass no input and use stdin, instead.
|
|
40
|
+
|
|
41
|
+
Options:
|
|
42
|
+
|
|
43
|
+
--config, -c <path_or_module>
|
|
44
|
+
|
|
45
|
+
A path to a specific configuration file (JSON, YAML, CommonJS, or ES module),
|
|
46
|
+
or a module name in "node_modules" that points to one. If no argument is
|
|
47
|
+
provided, Stylelint will search for configuration files in the following
|
|
48
|
+
places, in this order:
|
|
49
|
+
|
|
50
|
+
- a "stylelint" property in "package.json"
|
|
51
|
+
- a ".stylelintrc" file
|
|
52
|
+
- a ".stylelintrc.{cjs,mjs,js,ts,json,yaml,yml}" file
|
|
53
|
+
- a "stylelint.config.{cjs,mjs,js,ts}" file
|
|
54
|
+
|
|
55
|
+
The search will begin in the working directory and move up the directory
|
|
56
|
+
tree until a configuration file is found.
|
|
57
|
+
|
|
58
|
+
--config-basedir <path>
|
|
59
|
+
|
|
60
|
+
An absolute path to the directory that relative paths defining "extends",
|
|
61
|
+
"plugins", and "customSyntax" are *relative to*. Only necessary if these
|
|
62
|
+
values are relative paths.
|
|
63
|
+
|
|
64
|
+
--print-config
|
|
65
|
+
|
|
66
|
+
Print the configuration for the given input file path. Globs are unsupported.
|
|
67
|
+
|
|
68
|
+
--ignore-path, -i <path>
|
|
69
|
+
|
|
70
|
+
A path to a file containing patterns that describe files to ignore. The
|
|
71
|
+
path can be absolute or relative to "process.cwd()". You can repeat the
|
|
72
|
+
option to provide multiple paths. By default, Stylelint looks for
|
|
73
|
+
"${DEFAULT_IGNORE_FILENAME}" in "process.cwd()". Multiple can be set.
|
|
74
|
+
|
|
75
|
+
--ignore-pattern, --ip <pattern>
|
|
76
|
+
|
|
77
|
+
A pattern of files to ignore (in addition to those in "${DEFAULT_IGNORE_FILENAME}").
|
|
78
|
+
Multiple can be set.
|
|
79
|
+
|
|
80
|
+
--fix [<mode>]
|
|
81
|
+
|
|
82
|
+
Automatically fix problems of certain rules. The modes are as follows:
|
|
83
|
+
|
|
84
|
+
strict only fixing when there are no syntax errors (default)
|
|
85
|
+
lax attempting to fix as much as possible even with syntax errors
|
|
86
|
+
|
|
87
|
+
--compute-edit-info, --cei
|
|
88
|
+
|
|
89
|
+
Compute edit information for fixable problems.
|
|
90
|
+
|
|
91
|
+
--custom-syntax <name_or_path>
|
|
92
|
+
|
|
93
|
+
A module name or path to a JS file exporting a PostCSS-compatible syntax.
|
|
94
|
+
|
|
95
|
+
--stdin
|
|
96
|
+
|
|
97
|
+
Accept stdin input even if it is empty.
|
|
98
|
+
|
|
99
|
+
--stdin-filename <name>
|
|
100
|
+
|
|
101
|
+
A filename to assign stdin input.
|
|
102
|
+
|
|
103
|
+
--ignore-disables, --id
|
|
104
|
+
|
|
105
|
+
Ignore "stylelint-disable" comments.
|
|
106
|
+
|
|
107
|
+
--disable-default-ignores, --di
|
|
108
|
+
|
|
109
|
+
Allow linting of "node_modules".
|
|
110
|
+
|
|
111
|
+
--[no-]cache
|
|
112
|
+
|
|
113
|
+
Store the info about processed files in order to only operate on the
|
|
114
|
+
changed ones the next time you run Stylelint. By default, the cache is
|
|
115
|
+
stored in "${DEFAULT_CACHE_LOCATION}". To adjust this, use "--cache-location".
|
|
116
|
+
Cache is disabled by default.
|
|
117
|
+
|
|
118
|
+
--cache-location <path>
|
|
119
|
+
|
|
120
|
+
A path to a file or directory to be used for the cache location. If a
|
|
121
|
+
directory is specified, a cache file will be created inside the specified
|
|
122
|
+
folder, with a name derived from a hash of the current working directory.
|
|
123
|
+
|
|
124
|
+
If the directory for the cache does not exist, make sure you add a trailing "/"
|
|
125
|
+
on *nix systems or "\\" on Windows. Otherwise the path will be assumed to
|
|
126
|
+
be a file.
|
|
127
|
+
|
|
128
|
+
--cache-strategy <strategy>
|
|
129
|
+
|
|
130
|
+
A strategy for the cache to use for detecting changed files. Either one of:
|
|
131
|
+
|
|
132
|
+
metadata by metadata of a file (default)
|
|
133
|
+
content by content of a file
|
|
134
|
+
|
|
135
|
+
The "content" strategy can be useful in cases where the modification time
|
|
136
|
+
of your files changes even if their contents have not. For example, this can
|
|
137
|
+
happen during git operations like "git clone" because git does not track file
|
|
138
|
+
modification time.
|
|
139
|
+
|
|
140
|
+
--formatter, -f <formatter>
|
|
141
|
+
|
|
142
|
+
An output formatter. The variants are as follows:
|
|
143
|
+
|
|
144
|
+
string human-readable strings (default)
|
|
145
|
+
compact similar to ESLint's compact formatter
|
|
146
|
+
json JSON format
|
|
147
|
+
tap TAP format
|
|
148
|
+
unix C compiler-like format
|
|
149
|
+
verbose extend "string" to include a file list and a tally
|
|
150
|
+
|
|
151
|
+
--custom-formatter <path_or_module>
|
|
152
|
+
|
|
153
|
+
A path to a JS file or module name exporting a custom formatting function.
|
|
154
|
+
|
|
155
|
+
--quiet, -q
|
|
156
|
+
|
|
157
|
+
Only register problems for rules with an "error"-level severity (ignore
|
|
158
|
+
"warning"-level).
|
|
159
|
+
|
|
160
|
+
--quiet-deprecation-warnings
|
|
161
|
+
|
|
162
|
+
Ignore deprecations warnings.
|
|
163
|
+
|
|
164
|
+
--[no-]color
|
|
165
|
+
|
|
166
|
+
Force enabling/disabling of color.
|
|
167
|
+
|
|
168
|
+
--[no-]validate
|
|
169
|
+
|
|
170
|
+
Force enable/disable the validation of the rules' options.
|
|
171
|
+
|
|
172
|
+
--report-needless-disables, --rd
|
|
173
|
+
|
|
174
|
+
Also report errors for "stylelint-disable" comments that are not blocking
|
|
175
|
+
a lint warning. The process will exit with code ${EXIT_CODE_LINT_PROBLEM} if needless disables are found.
|
|
176
|
+
|
|
177
|
+
--report-invalid-scope-disables, --risd
|
|
178
|
+
|
|
179
|
+
Report "stylelint-disable" comments that used for rules that don't exist
|
|
180
|
+
within the configuration object. The process will exit with code ${EXIT_CODE_LINT_PROBLEM} if invalid
|
|
181
|
+
scope disables are found.
|
|
182
|
+
|
|
183
|
+
--report-descriptionless-disables, --rdd
|
|
184
|
+
|
|
185
|
+
Report "stylelint-disable" comments without a description. The process will
|
|
186
|
+
exit with code ${EXIT_CODE_LINT_PROBLEM} if descriptionless disables are found.
|
|
187
|
+
|
|
188
|
+
--max-warnings, --mw <number>
|
|
189
|
+
|
|
190
|
+
The number of warnings above which the process will exit with code ${EXIT_CODE_LINT_PROBLEM}.
|
|
191
|
+
Useful when setting "defaultSeverity" to "warning" and expecting the process
|
|
192
|
+
to fail on warnings (e.g. CI build).
|
|
193
|
+
|
|
194
|
+
--output-file, -o <path>
|
|
195
|
+
|
|
196
|
+
A file path to write a report.
|
|
197
|
+
|
|
198
|
+
--allow-empty-input, --aei
|
|
199
|
+
|
|
200
|
+
When a glob pattern matches no files, the process will exit without throwing an error.
|
|
201
|
+
|
|
202
|
+
--suppress [<rule>]
|
|
203
|
+
Suppress problems and record them in a file. If no rule is specified,
|
|
204
|
+
all problems are suppressed. Otherwise, only problems with the given
|
|
205
|
+
rules are suppressed, e.g., "--suppress rule1 --suppress rule2".
|
|
206
|
+
See also "--suppress-location".
|
|
207
|
+
|
|
208
|
+
--suppress-location <path>
|
|
209
|
+
|
|
210
|
+
A path to a file or directory to be used for the suppressions file location. If a
|
|
211
|
+
directory is specified, a suppressions file will be created inside the specified
|
|
212
|
+
folder, with the name "${DEFAULT_SUPPRESSION_FILENAME}".
|
|
213
|
+
|
|
214
|
+
--globby-options, --go <json>
|
|
215
|
+
|
|
216
|
+
Options in JSON format passed to globby.
|
|
217
|
+
|
|
218
|
+
--version, -v
|
|
219
|
+
|
|
220
|
+
Show the version.
|
|
221
|
+
|
|
222
|
+
--help, -h
|
|
223
|
+
|
|
224
|
+
Show the help.
|
|
225
|
+
`;
|
|
226
|
+
|
|
227
|
+
const flags = {
|
|
228
|
+
allowEmptyInput: {
|
|
229
|
+
aliases: ['aei'],
|
|
230
|
+
type: 'boolean',
|
|
231
|
+
},
|
|
232
|
+
cache: {
|
|
233
|
+
type: 'boolean',
|
|
234
|
+
},
|
|
235
|
+
cacheLocation: {
|
|
236
|
+
type: 'string',
|
|
237
|
+
},
|
|
238
|
+
cacheStrategy: {
|
|
239
|
+
type: 'string',
|
|
240
|
+
},
|
|
241
|
+
color: {
|
|
242
|
+
type: 'boolean',
|
|
243
|
+
},
|
|
244
|
+
computeEditInfo: {
|
|
245
|
+
shortFlag: 'cei',
|
|
246
|
+
type: 'boolean',
|
|
247
|
+
default: false,
|
|
248
|
+
},
|
|
249
|
+
config: {
|
|
250
|
+
shortFlag: 'c',
|
|
251
|
+
type: 'string',
|
|
252
|
+
},
|
|
253
|
+
configBasedir: {
|
|
254
|
+
type: 'string',
|
|
255
|
+
},
|
|
256
|
+
customFormatter: {
|
|
257
|
+
type: 'string',
|
|
258
|
+
},
|
|
259
|
+
customSyntax: {
|
|
260
|
+
type: 'string',
|
|
261
|
+
},
|
|
262
|
+
disableDefaultIgnores: {
|
|
263
|
+
aliases: ['di'],
|
|
264
|
+
type: 'boolean',
|
|
265
|
+
},
|
|
266
|
+
fix: {
|
|
267
|
+
type: 'string',
|
|
268
|
+
},
|
|
269
|
+
formatter: {
|
|
270
|
+
shortFlag: 'f',
|
|
271
|
+
type: 'string',
|
|
272
|
+
},
|
|
273
|
+
globbyOptions: {
|
|
274
|
+
aliases: ['go'],
|
|
275
|
+
type: 'string',
|
|
276
|
+
},
|
|
277
|
+
help: {
|
|
278
|
+
shortFlag: 'h',
|
|
279
|
+
type: 'boolean',
|
|
280
|
+
},
|
|
281
|
+
ignoreDisables: {
|
|
282
|
+
aliases: ['id'],
|
|
283
|
+
type: 'boolean',
|
|
284
|
+
},
|
|
285
|
+
ignorePath: {
|
|
286
|
+
shortFlag: 'i',
|
|
287
|
+
type: 'string',
|
|
288
|
+
isMultiple: true,
|
|
289
|
+
},
|
|
290
|
+
ignorePattern: {
|
|
291
|
+
aliases: ['ip'],
|
|
292
|
+
type: 'string',
|
|
293
|
+
isMultiple: true,
|
|
294
|
+
},
|
|
295
|
+
maxWarnings: {
|
|
296
|
+
aliases: ['mw'],
|
|
297
|
+
type: 'number',
|
|
298
|
+
},
|
|
299
|
+
outputFile: {
|
|
300
|
+
shortFlag: 'o',
|
|
301
|
+
type: 'string',
|
|
302
|
+
},
|
|
303
|
+
printConfig: {
|
|
304
|
+
type: 'boolean',
|
|
305
|
+
},
|
|
306
|
+
quiet: {
|
|
307
|
+
shortFlag: 'q',
|
|
308
|
+
type: 'boolean',
|
|
309
|
+
},
|
|
310
|
+
quietDeprecationWarnings: {
|
|
311
|
+
type: 'boolean',
|
|
312
|
+
},
|
|
313
|
+
reportDescriptionlessDisables: {
|
|
314
|
+
aliases: ['rdd'],
|
|
315
|
+
type: 'boolean',
|
|
316
|
+
},
|
|
317
|
+
reportInvalidScopeDisables: {
|
|
318
|
+
aliases: ['risd'],
|
|
319
|
+
type: 'boolean',
|
|
320
|
+
},
|
|
321
|
+
reportNeedlessDisables: {
|
|
322
|
+
aliases: ['rd'],
|
|
323
|
+
type: 'boolean',
|
|
324
|
+
},
|
|
325
|
+
reportUnscopedDisables: {
|
|
326
|
+
aliases: ['rud'],
|
|
327
|
+
type: 'boolean',
|
|
328
|
+
},
|
|
329
|
+
stdin: {
|
|
330
|
+
type: 'boolean',
|
|
331
|
+
},
|
|
332
|
+
stdinFilename: {
|
|
333
|
+
type: 'string',
|
|
334
|
+
},
|
|
335
|
+
suppress: {
|
|
336
|
+
type: 'string',
|
|
337
|
+
isMultiple: true,
|
|
338
|
+
},
|
|
339
|
+
suppressLocation: {
|
|
340
|
+
type: 'string',
|
|
341
|
+
},
|
|
342
|
+
|
|
343
|
+
validate: {
|
|
344
|
+
type: 'boolean',
|
|
345
|
+
default: true,
|
|
346
|
+
},
|
|
347
|
+
version: {
|
|
348
|
+
shortFlag: 'v',
|
|
349
|
+
type: 'boolean',
|
|
350
|
+
},
|
|
351
|
+
};
|
|
352
|
+
|
|
353
|
+
/**
|
|
354
|
+
* @param {string[]} argv
|
|
355
|
+
* @returns {Promise<void>}
|
|
356
|
+
*/
|
|
357
|
+
export default async function main(argv) {
|
|
358
|
+
const cli = buildCLI(argv);
|
|
359
|
+
|
|
360
|
+
const invalidOptionsMessage = checkInvalidCLIOptions(flags, cli.flags);
|
|
361
|
+
|
|
362
|
+
if (invalidOptionsMessage) {
|
|
363
|
+
process.stderr.write(invalidOptionsMessage);
|
|
364
|
+
process.exitCode = EXIT_CODE_INVALID_USAGE;
|
|
365
|
+
|
|
366
|
+
return;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
const {
|
|
370
|
+
// Sort alphabetically
|
|
371
|
+
allowEmptyInput,
|
|
372
|
+
cache,
|
|
373
|
+
cacheLocation,
|
|
374
|
+
cacheStrategy,
|
|
375
|
+
computeEditInfo,
|
|
376
|
+
config: configFile,
|
|
377
|
+
configBasedir,
|
|
378
|
+
customFormatter,
|
|
379
|
+
customSyntax,
|
|
380
|
+
disableDefaultIgnores,
|
|
381
|
+
formatter: formatterInput,
|
|
382
|
+
fix,
|
|
383
|
+
globbyOptions,
|
|
384
|
+
help,
|
|
385
|
+
ignoreDisables,
|
|
386
|
+
ignorePath,
|
|
387
|
+
ignorePattern,
|
|
388
|
+
maxWarnings,
|
|
389
|
+
outputFile,
|
|
390
|
+
printConfig: printConfigFlag,
|
|
391
|
+
quiet,
|
|
392
|
+
quietDeprecationWarnings,
|
|
393
|
+
reportDescriptionlessDisables,
|
|
394
|
+
reportInvalidScopeDisables,
|
|
395
|
+
reportNeedlessDisables,
|
|
396
|
+
reportUnscopedDisables,
|
|
397
|
+
stdin,
|
|
398
|
+
stdinFilename,
|
|
399
|
+
suppress,
|
|
400
|
+
suppressLocation,
|
|
401
|
+
validate,
|
|
402
|
+
version,
|
|
403
|
+
} = cli.flags;
|
|
404
|
+
|
|
405
|
+
const showHelp = () => cli.showHelp(EXIT_CODE_SUCCESS);
|
|
406
|
+
|
|
407
|
+
if (help) {
|
|
408
|
+
showHelp();
|
|
409
|
+
|
|
410
|
+
return;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
if (version) {
|
|
414
|
+
cli.showVersion();
|
|
415
|
+
|
|
416
|
+
return;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
let formatter = undefined;
|
|
420
|
+
|
|
421
|
+
if (isString(customFormatter)) {
|
|
422
|
+
formatter = await importCustomFormatter(customFormatter);
|
|
423
|
+
} else if (isString(formatterInput)) {
|
|
424
|
+
formatter = /** @type {import('stylelint').FormatterType} */ (formatterInput);
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
/** @type {import('stylelint').LinterOptions} */
|
|
428
|
+
const options = {
|
|
429
|
+
formatter,
|
|
430
|
+
_defaultFormatter: DEFAULT_FORMATTER,
|
|
431
|
+
};
|
|
432
|
+
|
|
433
|
+
if (isBoolean(quiet)) {
|
|
434
|
+
options.quiet = quiet;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
if (isBoolean(quietDeprecationWarnings)) {
|
|
438
|
+
options.quietDeprecationWarnings = quietDeprecationWarnings;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
if (isString(customSyntax)) {
|
|
442
|
+
options.customSyntax = customSyntax;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
const cwd = process.cwd();
|
|
446
|
+
|
|
447
|
+
if (isString(configFile)) {
|
|
448
|
+
// Should check these possibilities:
|
|
449
|
+
// a. name of a node_module
|
|
450
|
+
// b. absolute path
|
|
451
|
+
// c. relative path relative to `process.cwd()`.
|
|
452
|
+
// If none of the above work, we'll try a relative path starting
|
|
453
|
+
// in `process.cwd()`.
|
|
454
|
+
options.configFile = resolveSilent(cwd, configFile) || join(cwd, configFile);
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
if (isString(configBasedir)) {
|
|
458
|
+
options.configBasedir = isAbsolute(configBasedir) ? configBasedir : resolve(cwd, configBasedir);
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
if (isString(globbyOptions)) {
|
|
462
|
+
try {
|
|
463
|
+
options.globbyOptions = await parseGlobbyOptions(globbyOptions);
|
|
464
|
+
} catch (error) {
|
|
465
|
+
if (typeof error === 'string') {
|
|
466
|
+
process.stderr.write(`${error}${EOL}`);
|
|
467
|
+
process.exitCode = EXIT_CODE_INVALID_USAGE;
|
|
468
|
+
|
|
469
|
+
return;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
throw error;
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
if (isString(stdinFilename)) {
|
|
477
|
+
options.codeFilename = stdinFilename;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
if (Array.isArray(ignorePath)) {
|
|
481
|
+
options.ignorePath = ignorePath;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
if (Array.isArray(ignorePattern)) {
|
|
485
|
+
options.ignorePattern = ignorePattern;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
if (isBoolean(ignoreDisables)) {
|
|
489
|
+
options.ignoreDisables = ignoreDisables;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
if (isBoolean(disableDefaultIgnores)) {
|
|
493
|
+
options.disableDefaultIgnores = disableDefaultIgnores;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
if (isBoolean(cache)) {
|
|
497
|
+
options.cache = cache;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
if (isString(cacheLocation)) {
|
|
501
|
+
options.cacheLocation = cacheLocation;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
if (isString(cacheStrategy)) {
|
|
505
|
+
options.cacheStrategy = cacheStrategy;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
if (isString(fix)) {
|
|
509
|
+
options.fix = normalizeFixMode(fix);
|
|
510
|
+
|
|
511
|
+
// If the fix argument is unknown, consider it as an input path.
|
|
512
|
+
if (options.fix === undefined) {
|
|
513
|
+
options.fix = DEFAULT_FIX_MODE;
|
|
514
|
+
cli.input.push(fix);
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
if (isBoolean(validate)) {
|
|
519
|
+
options.validate = validate;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
if (isBoolean(reportNeedlessDisables)) {
|
|
523
|
+
options.reportNeedlessDisables = reportNeedlessDisables;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
if (isBoolean(reportInvalidScopeDisables)) {
|
|
527
|
+
options.reportInvalidScopeDisables = reportInvalidScopeDisables;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
if (isBoolean(reportDescriptionlessDisables)) {
|
|
531
|
+
options.reportDescriptionlessDisables = reportDescriptionlessDisables;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
if (isBoolean(reportUnscopedDisables)) {
|
|
535
|
+
options.reportUnscopedDisables = reportUnscopedDisables;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
if (isNumber(maxWarnings)) {
|
|
539
|
+
options.maxWarnings = maxWarnings;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
if (isBoolean(allowEmptyInput)) {
|
|
543
|
+
options.allowEmptyInput = allowEmptyInput;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
if (isBoolean(computeEditInfo)) {
|
|
547
|
+
options.computeEditInfo = computeEditInfo;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
// Handle suppress logic - detect both --suppress (all) and --suppress=rule cases
|
|
551
|
+
const hasPlainSuppress = argv.includes('--suppress');
|
|
552
|
+
const hasRuleSuppress = Array.isArray(suppress) && suppress.length > 0;
|
|
553
|
+
|
|
554
|
+
if (hasPlainSuppress) {
|
|
555
|
+
options.suppressAll = true;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
if (hasRuleSuppress) {
|
|
559
|
+
options.suppressRule = suppress;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
if (isString(suppressLocation)) {
|
|
563
|
+
options.suppressLocation = suppressLocation;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
if (options.suppressAll && options.suppressRule) {
|
|
567
|
+
process.stderr.write(
|
|
568
|
+
`${red('Error: The --suppress and --suppress=<rule> options cannot be used together.')}${EOL}`,
|
|
569
|
+
);
|
|
570
|
+
process.exitCode = EXIT_CODE_INVALID_USAGE;
|
|
571
|
+
|
|
572
|
+
return;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
// Add input/code into options
|
|
576
|
+
if (cli.input.length > 0) {
|
|
577
|
+
options.files = cli.input;
|
|
578
|
+
} else {
|
|
579
|
+
options.code = await getStdin();
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
const hasStdin = stdin || isString(options.code);
|
|
583
|
+
|
|
584
|
+
if (hasStdin && (options.suppressAll || options.suppressRule)) {
|
|
585
|
+
process.stderr.write(
|
|
586
|
+
`${red(
|
|
587
|
+
'Error: The --suppress and --suppress=<rule> options cannot be used with piped-in code.',
|
|
588
|
+
)}${EOL}`,
|
|
589
|
+
);
|
|
590
|
+
process.exitCode = EXIT_CODE_INVALID_USAGE;
|
|
591
|
+
|
|
592
|
+
return;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
if (printConfigFlag) {
|
|
596
|
+
await printConfig(options)
|
|
597
|
+
.then((config) => {
|
|
598
|
+
process.stdout.write(JSON.stringify(config, null, 2));
|
|
599
|
+
})
|
|
600
|
+
.catch(handleError);
|
|
601
|
+
|
|
602
|
+
return;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
if (!options.files && !isString(options.code) && !stdin) {
|
|
606
|
+
showHelp();
|
|
607
|
+
|
|
608
|
+
return;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
return standalone(options)
|
|
612
|
+
.then(({ report, code, errored, maxWarningsExceeded }) => {
|
|
613
|
+
if (!report && !code) {
|
|
614
|
+
return;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
if (code) {
|
|
618
|
+
process.stdout.write(code);
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
if (report) {
|
|
622
|
+
process.stderr.write(report);
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
if (isString(outputFile)) {
|
|
626
|
+
writeOutputFile(report, outputFile).catch(handleError);
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
if (errored) {
|
|
630
|
+
process.exitCode = EXIT_CODE_LINT_PROBLEM;
|
|
631
|
+
} else if (isNumber(maxWarnings) && maxWarningsExceeded) {
|
|
632
|
+
const foundWarnings = maxWarningsExceeded.foundWarnings;
|
|
633
|
+
|
|
634
|
+
process.stderr.write(
|
|
635
|
+
`${EOL}${red(`Max warnings exceeded: `)}${foundWarnings} found. ${dim(
|
|
636
|
+
`${maxWarnings} allowed${EOL}${EOL}`,
|
|
637
|
+
)}`,
|
|
638
|
+
);
|
|
639
|
+
process.exitCode = EXIT_CODE_LINT_PROBLEM;
|
|
640
|
+
}
|
|
641
|
+
})
|
|
642
|
+
.catch(handleError);
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
/**
|
|
646
|
+
* @param {unknown} err
|
|
647
|
+
* @returns {void}
|
|
648
|
+
*/
|
|
649
|
+
function handleError(err) {
|
|
650
|
+
if (!isObject(err)) {
|
|
651
|
+
throw err;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
if ('stack' in err && isString(err.stack)) {
|
|
655
|
+
process.stderr.write(err.stack + EOL);
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
const exitCode = 'code' in err && isNumber(err.code) ? err.code : EXIT_CODE_FATAL_ERROR;
|
|
659
|
+
|
|
660
|
+
process.exitCode = exitCode;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
/**
|
|
664
|
+
* @param {string} value
|
|
665
|
+
* @returns {Promise<Record<string, unknown>>}
|
|
666
|
+
*/
|
|
667
|
+
function parseGlobbyOptions(value) {
|
|
668
|
+
const errorMessage = () =>
|
|
669
|
+
`Invalid option ${red('"--globby-options"')}.` +
|
|
670
|
+
` The value ${red(`"${value}"`)} is not valid JSON object.`;
|
|
671
|
+
|
|
672
|
+
let options;
|
|
673
|
+
|
|
674
|
+
try {
|
|
675
|
+
options = JSON.parse(value);
|
|
676
|
+
} catch {
|
|
677
|
+
return Promise.reject(errorMessage());
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
if (isPlainObject(options)) {
|
|
681
|
+
return Promise.resolve(options);
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
return Promise.reject(errorMessage());
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
/**
|
|
688
|
+
* @returns {Promise<string | undefined>}
|
|
689
|
+
*/
|
|
690
|
+
async function getStdin() {
|
|
691
|
+
const { stdin } = process;
|
|
692
|
+
|
|
693
|
+
if (stdin.isTTY) {
|
|
694
|
+
return undefined;
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
const chunks = [];
|
|
698
|
+
|
|
699
|
+
for await (const chunk of stdin) {
|
|
700
|
+
chunks.push(chunk);
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
return Buffer.concat(chunks).toString();
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
/**
|
|
707
|
+
* @param {string} fileOrModulePath
|
|
708
|
+
* @returns {Promise<import('stylelint').Formatter>}
|
|
709
|
+
*/
|
|
710
|
+
async function importCustomFormatter(fileOrModulePath) {
|
|
711
|
+
let modulePath = fileOrModulePath;
|
|
712
|
+
|
|
713
|
+
if (await pathExists(modulePath)) {
|
|
714
|
+
modulePath = resolve(modulePath); // to absolute path
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
return dynamicImport(modulePath).then((m) => m.default);
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
/**
|
|
721
|
+
* @param {string[]} argv
|
|
722
|
+
*/
|
|
723
|
+
export function buildCLI(argv) {
|
|
724
|
+
return meow(helpText, {
|
|
725
|
+
autoHelp: false,
|
|
726
|
+
autoVersion: false,
|
|
727
|
+
argv,
|
|
728
|
+
|
|
729
|
+
// NOTE: `meow()` infers flag types when passing a flag object with inline.
|
|
730
|
+
// However, `checkInvalidCLIOptions()` also needs this flag object.
|
|
731
|
+
// So, unfortunately, the return value type inference by `meow()` is unavailable here.
|
|
732
|
+
//
|
|
733
|
+
// @ts-expect-error -- TS2322: Type '{ allowEmptyInput: {...} }' is not assignable to type 'AnyFlags'.
|
|
734
|
+
flags,
|
|
735
|
+
|
|
736
|
+
// NOTE: We must enable `allowUnknownFlags` because meow exits with `2` if `allowUnknownFlags` is disabled.
|
|
737
|
+
// Instead, we use our different exit code with `checkInvalidCLIOptions()`.
|
|
738
|
+
// See also https://github.com/sindresorhus/meow/blob/v12.0.1/source/validate.js#L75
|
|
739
|
+
allowUnknownFlags: true,
|
|
740
|
+
|
|
741
|
+
// NOTE: If CLI flags are unspecified (e.g., `--cache` nor `--no-cache`), we want to fall back to config properties (e.g., `cache`).
|
|
742
|
+
booleanDefault: undefined,
|
|
743
|
+
|
|
744
|
+
importMeta: import.meta,
|
|
745
|
+
});
|
|
746
|
+
}
|