@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
package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-universal/index.mjs
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import getRuleSelector from '../../utils/getRuleSelector.mjs';
|
|
2
|
+
import getStrippedSelectorSource from '../../utils/getStrippedSelectorSource.mjs';
|
|
3
|
+
import isNonNegativeInteger from '../../utils/isNonNegativeInteger.mjs';
|
|
4
|
+
import isStandardSyntaxRule from '../../utils/isStandardSyntaxRule.mjs';
|
|
5
|
+
import { isString } from '../../utils/validateTypes.mjs';
|
|
6
|
+
import { mayIncludeRegexes } from '../../utils/regexes.mjs';
|
|
7
|
+
import optionsMatches from '../../utils/optionsMatches.mjs';
|
|
8
|
+
import parseSelector from '../../utils/parseSelector.mjs';
|
|
9
|
+
import report from '../../utils/report.mjs';
|
|
10
|
+
import ruleMessages from '../../utils/ruleMessages.mjs';
|
|
11
|
+
import validateOptions from '../../utils/validateOptions.mjs';
|
|
12
|
+
|
|
13
|
+
const ruleName = 'selector-max-universal';
|
|
14
|
+
|
|
15
|
+
const messages = ruleMessages(ruleName, {
|
|
16
|
+
expected: (selector, max) =>
|
|
17
|
+
`Expected "${selector}" to have no more than ${max} universal ${
|
|
18
|
+
max === 1 ? 'selector' : 'selectors'
|
|
19
|
+
}`,
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
const meta = {
|
|
23
|
+
url: 'https://stylelint.io/user-guide/rules/selector-max-universal',
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
/** @type {import('stylelint').CoreRules[ruleName]} */
|
|
27
|
+
const rule = (primary, secondaryOptions) => {
|
|
28
|
+
return (root, result) => {
|
|
29
|
+
const validOptions = validateOptions(
|
|
30
|
+
result,
|
|
31
|
+
ruleName,
|
|
32
|
+
{
|
|
33
|
+
actual: primary,
|
|
34
|
+
possible: isNonNegativeInteger,
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
actual: secondaryOptions,
|
|
38
|
+
possible: {
|
|
39
|
+
ignoreAfterCombinators: [isString],
|
|
40
|
+
},
|
|
41
|
+
optional: true,
|
|
42
|
+
},
|
|
43
|
+
);
|
|
44
|
+
|
|
45
|
+
if (!validOptions) {
|
|
46
|
+
return;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* @param {import('postcss-selector-parser').Selector} selectorNode
|
|
51
|
+
* @param {import('postcss').Rule} ruleNode
|
|
52
|
+
*/
|
|
53
|
+
function checkSelector(selectorNode, ruleNode) {
|
|
54
|
+
let count = 0;
|
|
55
|
+
|
|
56
|
+
selectorNode.walkUniversals((childNode) => {
|
|
57
|
+
const prevChildNode = childNode.prev();
|
|
58
|
+
const prevChildNodeValue = prevChildNode && prevChildNode.value;
|
|
59
|
+
|
|
60
|
+
if (optionsMatches(secondaryOptions, 'ignoreAfterCombinators', prevChildNodeValue)) return;
|
|
61
|
+
|
|
62
|
+
count += 1;
|
|
63
|
+
});
|
|
64
|
+
|
|
65
|
+
if (count > primary) {
|
|
66
|
+
const { index, endIndex, selector: selectorStr } = getStrippedSelectorSource(selectorNode);
|
|
67
|
+
|
|
68
|
+
report({
|
|
69
|
+
ruleName,
|
|
70
|
+
result,
|
|
71
|
+
node: ruleNode,
|
|
72
|
+
message: messages.expected,
|
|
73
|
+
messageArgs: [selectorStr, primary],
|
|
74
|
+
index,
|
|
75
|
+
endIndex,
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
root.walkRules(mayIncludeRegexes.universalSelector, (ruleNode) => {
|
|
81
|
+
if (!isStandardSyntaxRule(ruleNode)) return;
|
|
82
|
+
|
|
83
|
+
const selectors = parseSelector(getRuleSelector(ruleNode), result, ruleNode);
|
|
84
|
+
|
|
85
|
+
selectors?.each((selector) => {
|
|
86
|
+
checkSelector(selector, ruleNode);
|
|
87
|
+
});
|
|
88
|
+
});
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
rule.ruleName = ruleName;
|
|
93
|
+
rule.messages = messages;
|
|
94
|
+
rule.meta = meta;
|
|
95
|
+
export default rule;
|
package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-nested-pattern/index.mjs
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { isBoolean, isRegExp, isString } from '../../utils/validateTypes.mjs';
|
|
2
|
+
import getRuleSelector from '../../utils/getRuleSelector.mjs';
|
|
3
|
+
import getStrippedSelectorSource from '../../utils/getStrippedSelectorSource.mjs';
|
|
4
|
+
import isStandardSyntaxRule from '../../utils/isStandardSyntaxRule.mjs';
|
|
5
|
+
import parseSelector from '../../utils/parseSelector.mjs';
|
|
6
|
+
import report from '../../utils/report.mjs';
|
|
7
|
+
import ruleMessages from '../../utils/ruleMessages.mjs';
|
|
8
|
+
import validateOptions from '../../utils/validateOptions.mjs';
|
|
9
|
+
|
|
10
|
+
/** @import { Rule } from 'postcss' */
|
|
11
|
+
|
|
12
|
+
const ruleName = 'selector-nested-pattern';
|
|
13
|
+
|
|
14
|
+
const messages = ruleMessages(ruleName, {
|
|
15
|
+
expected: (selector, pattern) => `Expected "${selector}" to match pattern "${pattern}"`,
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
const meta = {
|
|
19
|
+
url: 'https://stylelint.io/user-guide/rules/selector-nested-pattern',
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
/** @type {import('stylelint').CoreRules[ruleName]} */
|
|
23
|
+
const rule = (primary, secondaryOptions) => {
|
|
24
|
+
return (root, result) => {
|
|
25
|
+
const validOptions = validateOptions(
|
|
26
|
+
result,
|
|
27
|
+
ruleName,
|
|
28
|
+
{
|
|
29
|
+
actual: primary,
|
|
30
|
+
possible: [isRegExp, isString],
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
actual: secondaryOptions,
|
|
34
|
+
possible: {
|
|
35
|
+
splitList: [isBoolean],
|
|
36
|
+
},
|
|
37
|
+
optional: true,
|
|
38
|
+
},
|
|
39
|
+
);
|
|
40
|
+
|
|
41
|
+
if (!validOptions) {
|
|
42
|
+
return;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
const normalizedPattern = isString(primary) ? new RegExp(primary) : primary;
|
|
46
|
+
const splitList = secondaryOptions && secondaryOptions.splitList;
|
|
47
|
+
|
|
48
|
+
root.walkRules((ruleNode) => {
|
|
49
|
+
if (ruleNode.parent && ruleNode.parent.type !== 'rule') {
|
|
50
|
+
return;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
if (!isStandardSyntaxRule(ruleNode)) {
|
|
54
|
+
return;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
const selectors = getRuleSelector(ruleNode);
|
|
58
|
+
|
|
59
|
+
if (splitList) {
|
|
60
|
+
parseSelector(selectors, result, ruleNode)?.each((selector) => {
|
|
61
|
+
const { index, endIndex, selector: selectorStr } = getStrippedSelectorSource(selector);
|
|
62
|
+
|
|
63
|
+
check(ruleNode, selectorStr, index, endIndex);
|
|
64
|
+
});
|
|
65
|
+
} else {
|
|
66
|
+
check(ruleNode, selectors, 0, selectors.length);
|
|
67
|
+
}
|
|
68
|
+
});
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* @param {Rule} ruleNode
|
|
72
|
+
* @param {string} selectorStr
|
|
73
|
+
* @param {number} index
|
|
74
|
+
* @param {number} endIndex
|
|
75
|
+
*/
|
|
76
|
+
function check(ruleNode, selectorStr, index, endIndex) {
|
|
77
|
+
if (normalizedPattern.test(selectorStr)) return;
|
|
78
|
+
|
|
79
|
+
report({
|
|
80
|
+
result,
|
|
81
|
+
ruleName,
|
|
82
|
+
message: messages.expected,
|
|
83
|
+
messageArgs: [selectorStr, primary],
|
|
84
|
+
node: ruleNode,
|
|
85
|
+
index,
|
|
86
|
+
endIndex,
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
rule.ruleName = ruleName;
|
|
93
|
+
rule.messages = messages;
|
|
94
|
+
rule.meta = meta;
|
|
95
|
+
export default rule;
|
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
import selectorParser from 'postcss-selector-parser';
|
|
2
|
+
|
|
3
|
+
import getStrippedSelectorSource from '../../utils/getStrippedSelectorSource.mjs';
|
|
4
|
+
import isKeyframeRule from '../../utils/isKeyframeRule.mjs';
|
|
5
|
+
import isStandardSyntaxRule from '../../utils/isStandardSyntaxRule.mjs';
|
|
6
|
+
import isStandardSyntaxTypeSelector from '../../utils/isStandardSyntaxTypeSelector.mjs';
|
|
7
|
+
import { logicalCombinationsPseudoClasses } from '../../reference/selectors.mjs';
|
|
8
|
+
import { mayIncludeRegexes } from '../../utils/regexes.mjs';
|
|
9
|
+
import optionsMatches from '../../utils/optionsMatches.mjs';
|
|
10
|
+
import report from '../../utils/report.mjs';
|
|
11
|
+
import resolveNestedSelectorsForRule from '../../utils/resolveNestedSelectorsForRule.mjs';
|
|
12
|
+
import ruleMessages from '../../utils/ruleMessages.mjs';
|
|
13
|
+
import validateOptions from '../../utils/validateOptions.mjs';
|
|
14
|
+
|
|
15
|
+
const ruleName = 'selector-no-qualifying-type';
|
|
16
|
+
|
|
17
|
+
const messages = ruleMessages(ruleName, {
|
|
18
|
+
rejected: (selector, type) => {
|
|
19
|
+
return `Unexpected qualifying type selector "${type}" in "${selector}"`;
|
|
20
|
+
},
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
const meta = {
|
|
24
|
+
url: 'https://stylelint.io/user-guide/rules/selector-no-qualifying-type',
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
const SELECTOR_CONTAINING_PSEUDO_CLASSES = new Set(
|
|
28
|
+
[...logicalCombinationsPseudoClasses, 'host'].map((s) => `:${s}`),
|
|
29
|
+
);
|
|
30
|
+
|
|
31
|
+
/** @import { Tag, Node, Selector, Root } from 'postcss-selector-parser' */
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @typedef {Exclude<Node, Selector>} NonSelector
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* @param {unknown} node
|
|
39
|
+
* @returns {node is selectorParser.Pseudo}
|
|
40
|
+
*/
|
|
41
|
+
function isSelectorContainingPseudoClass(node) {
|
|
42
|
+
return (
|
|
43
|
+
selectorParser.isPseudoClass(node) &&
|
|
44
|
+
SELECTOR_CONTAINING_PSEUDO_CLASSES.has(node.value) &&
|
|
45
|
+
Boolean(node.nodes.length)
|
|
46
|
+
);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* @param {Root} root
|
|
51
|
+
* @returns {{compoundSelectors: Root, lookupMap: Map<Tag, Tag>}}
|
|
52
|
+
*/
|
|
53
|
+
function getCompoundSelectors(root) {
|
|
54
|
+
const compoundSelectors = selectorParser.root({
|
|
55
|
+
source: root.source,
|
|
56
|
+
sourceIndex: root.sourceIndex,
|
|
57
|
+
value: '',
|
|
58
|
+
nodes: [],
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
/** @type {Map<Tag, Tag>} */
|
|
62
|
+
const lookupMap = new Map();
|
|
63
|
+
|
|
64
|
+
root.each((selector) => {
|
|
65
|
+
groupByCompoundSelectors(selector).forEach((compoundSelector) => {
|
|
66
|
+
const selectorClone = selector.clone({
|
|
67
|
+
nodes: [],
|
|
68
|
+
});
|
|
69
|
+
|
|
70
|
+
compoundSelector.forEach((node) => {
|
|
71
|
+
const clone = node.clone();
|
|
72
|
+
|
|
73
|
+
if (selectorParser.isTag(node)) {
|
|
74
|
+
lookupMap.set(/** @type {typeof node} */ (clone), node);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
selectorClone.append(clone);
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
compoundSelectors.append(selectorClone);
|
|
81
|
+
});
|
|
82
|
+
});
|
|
83
|
+
|
|
84
|
+
return {
|
|
85
|
+
compoundSelectors,
|
|
86
|
+
lookupMap,
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* @param {Selector} selector
|
|
92
|
+
* @returns {Array<Array<NonSelector>>}
|
|
93
|
+
*/
|
|
94
|
+
function groupByCompoundSelectors(selector) {
|
|
95
|
+
/** @type {Array<Array<NonSelector>>} */
|
|
96
|
+
const compoundSelectors = [];
|
|
97
|
+
/** @type {Array<Array<NonSelector>>} */
|
|
98
|
+
let currentCompoundSelectors = [[]];
|
|
99
|
+
|
|
100
|
+
selector.each((node) => {
|
|
101
|
+
if (selectorParser.isCombinator(node)) {
|
|
102
|
+
compoundSelectors.push(...currentCompoundSelectors);
|
|
103
|
+
currentCompoundSelectors = [[]];
|
|
104
|
+
|
|
105
|
+
return;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
if (selectorParser.isPseudoElement(node)) {
|
|
109
|
+
compoundSelectors.push(...currentCompoundSelectors);
|
|
110
|
+
currentCompoundSelectors = [[]];
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
if (isSelectorContainingPseudoClass(node)) {
|
|
114
|
+
/** @type {Array<Array<NonSelector>>} */
|
|
115
|
+
const compoundSelectorsCombinations = [];
|
|
116
|
+
|
|
117
|
+
node.each((childSelector) => {
|
|
118
|
+
const childCompounds = groupByCompoundSelectors(childSelector);
|
|
119
|
+
|
|
120
|
+
const rightMost = childCompounds.at(-1);
|
|
121
|
+
|
|
122
|
+
if (!rightMost) return;
|
|
123
|
+
|
|
124
|
+
const remainder = childCompounds.slice(0, -1);
|
|
125
|
+
|
|
126
|
+
compoundSelectors.push(...remainder);
|
|
127
|
+
|
|
128
|
+
currentCompoundSelectors.forEach((compoundSelector) => {
|
|
129
|
+
compoundSelectorsCombinations.push([...compoundSelector, ...rightMost]);
|
|
130
|
+
});
|
|
131
|
+
});
|
|
132
|
+
|
|
133
|
+
currentCompoundSelectors = compoundSelectorsCombinations;
|
|
134
|
+
|
|
135
|
+
return;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
currentCompoundSelectors.forEach((compoundSelector) => {
|
|
139
|
+
compoundSelector.push(node);
|
|
140
|
+
});
|
|
141
|
+
});
|
|
142
|
+
|
|
143
|
+
if (currentCompoundSelectors.length) {
|
|
144
|
+
compoundSelectors.push(...currentCompoundSelectors);
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
return compoundSelectors;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* @param {Node} node
|
|
152
|
+
* @returns {Array<Node>}
|
|
153
|
+
*/
|
|
154
|
+
function getOriginalCompound(node) {
|
|
155
|
+
const container = node.parent?.parent;
|
|
156
|
+
|
|
157
|
+
if (isSelectorContainingPseudoClass(container)) {
|
|
158
|
+
return getOriginalCompound(container);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
/** @type {Array<Node>} */
|
|
162
|
+
const result = [node];
|
|
163
|
+
|
|
164
|
+
/** @type {Node | undefined} */
|
|
165
|
+
let leftNode = node;
|
|
166
|
+
|
|
167
|
+
while ((leftNode = leftNode.prev())) {
|
|
168
|
+
if (selectorParser.isCombinator(leftNode) || selectorParser.isPseudoElement(leftNode)) {
|
|
169
|
+
break;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
if (selectorParser.isComment(leftNode)) {
|
|
173
|
+
continue;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
result.push(leftNode);
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
result.reverse();
|
|
180
|
+
|
|
181
|
+
/** @type {Node | undefined} */
|
|
182
|
+
let rightNode = node;
|
|
183
|
+
|
|
184
|
+
while ((rightNode = rightNode.next())) {
|
|
185
|
+
if (selectorParser.isCombinator(rightNode) || selectorParser.isPseudoElement(rightNode)) {
|
|
186
|
+
break;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
if (selectorParser.isComment(rightNode)) {
|
|
190
|
+
continue;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
result.push(rightNode);
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
while ((rightNode = result.at(-1))) {
|
|
197
|
+
if (
|
|
198
|
+
selectorParser.isIdentifier(rightNode) ||
|
|
199
|
+
selectorParser.isClassName(rightNode) ||
|
|
200
|
+
selectorParser.isAttribute(rightNode) ||
|
|
201
|
+
selectorParser.isTag(rightNode)
|
|
202
|
+
) {
|
|
203
|
+
break;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
if (isSelectorContainingPseudoClass(rightNode)) {
|
|
207
|
+
break;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
result.splice(-1, 1);
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
return result;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
/** @type {import('stylelint').CoreRules[ruleName]} */
|
|
217
|
+
const rule = (primary, secondaryOptions) => {
|
|
218
|
+
return (root, result) => {
|
|
219
|
+
const validOptions = validateOptions(
|
|
220
|
+
result,
|
|
221
|
+
ruleName,
|
|
222
|
+
{
|
|
223
|
+
actual: primary,
|
|
224
|
+
possible: [true],
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
actual: secondaryOptions,
|
|
228
|
+
possible: {
|
|
229
|
+
ignore: ['attribute', 'class', 'id'],
|
|
230
|
+
},
|
|
231
|
+
optional: true,
|
|
232
|
+
},
|
|
233
|
+
);
|
|
234
|
+
|
|
235
|
+
if (!validOptions) {
|
|
236
|
+
return;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
const ignoreId = optionsMatches(secondaryOptions, 'ignore', 'id');
|
|
240
|
+
const ignoreClass = optionsMatches(secondaryOptions, 'ignore', 'class');
|
|
241
|
+
const ignoreAttribute = optionsMatches(secondaryOptions, 'ignore', 'attribute');
|
|
242
|
+
|
|
243
|
+
root.walkRules(mayIncludeRegexes.idClassAttributeSelector, (ruleNode) => {
|
|
244
|
+
if (!isStandardSyntaxRule(ruleNode)) {
|
|
245
|
+
return;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
if (isKeyframeRule(ruleNode)) {
|
|
249
|
+
return;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* @param {Root} resolvedSelectorNode
|
|
254
|
+
* @param {Selector} selectorNode
|
|
255
|
+
* @param {boolean} nested
|
|
256
|
+
*/
|
|
257
|
+
function checkSelector(resolvedSelectorNode, selectorNode, nested) {
|
|
258
|
+
const { compoundSelectors, lookupMap } = getCompoundSelectors(resolvedSelectorNode);
|
|
259
|
+
|
|
260
|
+
compoundSelectors.walkTags((tagNode) => {
|
|
261
|
+
const originalTag = lookupMap.get(tagNode);
|
|
262
|
+
|
|
263
|
+
if (!originalTag) return;
|
|
264
|
+
|
|
265
|
+
if (!isStandardSyntaxTypeSelector(originalTag)) return;
|
|
266
|
+
|
|
267
|
+
const selectorParent = tagNode.parent;
|
|
268
|
+
|
|
269
|
+
if (!selectorParent || selectorParent.nodes.length === 1) {
|
|
270
|
+
return;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
const siblingNodes = selectorParent.nodes;
|
|
274
|
+
|
|
275
|
+
const originalCompound = getOriginalCompound(originalTag);
|
|
276
|
+
|
|
277
|
+
for (const siblingNode of siblingNodes) {
|
|
278
|
+
if (
|
|
279
|
+
(selectorParser.isIdentifier(siblingNode) && !ignoreId) ||
|
|
280
|
+
(selectorParser.isClassName(siblingNode) && !ignoreClass) ||
|
|
281
|
+
(selectorParser.isAttribute(siblingNode) && !ignoreAttribute)
|
|
282
|
+
) {
|
|
283
|
+
const selector = originalCompound.join('').trim();
|
|
284
|
+
|
|
285
|
+
let index = 0;
|
|
286
|
+
let endIndex = 0;
|
|
287
|
+
|
|
288
|
+
if (nested) {
|
|
289
|
+
({ index, endIndex } = getStrippedSelectorSource(selectorNode));
|
|
290
|
+
} else {
|
|
291
|
+
index = tagNode.sourceIndex ?? 0;
|
|
292
|
+
endIndex = index + tagNode.value.length;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
report({
|
|
296
|
+
ruleName,
|
|
297
|
+
result,
|
|
298
|
+
node: ruleNode,
|
|
299
|
+
message: messages.rejected,
|
|
300
|
+
messageArgs: [selector, tagNode.value],
|
|
301
|
+
index,
|
|
302
|
+
endIndex,
|
|
303
|
+
});
|
|
304
|
+
|
|
305
|
+
break;
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
});
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
resolveNestedSelectorsForRule(ruleNode, result).forEach(
|
|
312
|
+
({ selector, resolvedSelectors, nested }) => {
|
|
313
|
+
checkSelector(resolvedSelectors, selector, nested);
|
|
314
|
+
},
|
|
315
|
+
);
|
|
316
|
+
});
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
|
|
320
|
+
rule.ruleName = ruleName;
|
|
321
|
+
rule.messages = messages;
|
|
322
|
+
rule.meta = meta;
|
|
323
|
+
export default rule;
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { isRegExp, isString } from '../../utils/validateTypes.mjs';
|
|
2
|
+
import getRuleSelector from '../../utils/getRuleSelector.mjs';
|
|
3
|
+
import isAutoprefixable from '../../utils/isAutoprefixable.mjs';
|
|
4
|
+
import isStandardSyntaxRule from '../../utils/isStandardSyntaxRule.mjs';
|
|
5
|
+
import { mayIncludeRegexes } from '../../utils/regexes.mjs';
|
|
6
|
+
import optionsMatches from '../../utils/optionsMatches.mjs';
|
|
7
|
+
import parseSelector from '../../utils/parseSelector.mjs';
|
|
8
|
+
import report from '../../utils/report.mjs';
|
|
9
|
+
import ruleMessages from '../../utils/ruleMessages.mjs';
|
|
10
|
+
import validateOptions from '../../utils/validateOptions.mjs';
|
|
11
|
+
|
|
12
|
+
const ruleName = 'selector-no-vendor-prefix';
|
|
13
|
+
|
|
14
|
+
const messages = ruleMessages(ruleName, {
|
|
15
|
+
rejected: (selector) => `Unexpected vendor-prefixed selector "${selector}"`,
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
const meta = {
|
|
19
|
+
url: 'https://stylelint.io/user-guide/rules/selector-no-vendor-prefix',
|
|
20
|
+
fixable: true,
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
/** @type {import('stylelint').CoreRules[ruleName]} */
|
|
24
|
+
const rule = (primary, secondaryOptions) => {
|
|
25
|
+
return (root, result) => {
|
|
26
|
+
const validOptions = validateOptions(
|
|
27
|
+
result,
|
|
28
|
+
ruleName,
|
|
29
|
+
{ actual: primary },
|
|
30
|
+
{
|
|
31
|
+
actual: secondaryOptions,
|
|
32
|
+
possible: {
|
|
33
|
+
ignoreSelectors: [isString, isRegExp],
|
|
34
|
+
},
|
|
35
|
+
optional: true,
|
|
36
|
+
},
|
|
37
|
+
);
|
|
38
|
+
|
|
39
|
+
if (!validOptions) {
|
|
40
|
+
return;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
root.walkRules(mayIncludeRegexes.prefix, (ruleNode) => {
|
|
44
|
+
if (!isStandardSyntaxRule(ruleNode)) {
|
|
45
|
+
return;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
const resolvedRoot = parseSelector(getRuleSelector(ruleNode), result, ruleNode);
|
|
49
|
+
|
|
50
|
+
if (!resolvedRoot) return;
|
|
51
|
+
|
|
52
|
+
resolvedRoot.walkPseudos((pseudoNode) => {
|
|
53
|
+
const { value } = pseudoNode;
|
|
54
|
+
|
|
55
|
+
if (!isAutoprefixable.selector(value)) {
|
|
56
|
+
return;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
if (optionsMatches(secondaryOptions, 'ignoreSelectors', value)) {
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
const fix = () => {
|
|
64
|
+
pseudoNode.value = isAutoprefixable.unprefix(value);
|
|
65
|
+
ruleNode.selector = resolvedRoot.toString();
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
const index = pseudoNode.sourceIndex;
|
|
69
|
+
const endIndex = index + value.length;
|
|
70
|
+
|
|
71
|
+
report({
|
|
72
|
+
result,
|
|
73
|
+
ruleName,
|
|
74
|
+
message: messages.rejected,
|
|
75
|
+
messageArgs: [value],
|
|
76
|
+
node: ruleNode,
|
|
77
|
+
index,
|
|
78
|
+
endIndex,
|
|
79
|
+
fix: {
|
|
80
|
+
apply: fix,
|
|
81
|
+
node: ruleNode,
|
|
82
|
+
},
|
|
83
|
+
});
|
|
84
|
+
});
|
|
85
|
+
});
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
rule.ruleName = ruleName;
|
|
90
|
+
rule.messages = messages;
|
|
91
|
+
rule.meta = meta;
|
|
92
|
+
export default rule;
|