@alexlit/lint-kit 173.0.0 → 173.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.
Files changed (417) hide show
  1. package/package.json +1 -1
  2. package/packages/config-eslint/package.json +3 -3
  3. package/packages/config-stylelint/node_modules/ansi-regex/index.d.ts +33 -0
  4. package/packages/config-stylelint/node_modules/ansi-regex/index.js +14 -0
  5. package/packages/config-stylelint/node_modules/ansi-regex/license +9 -0
  6. package/packages/config-stylelint/node_modules/ansi-regex/package.json +61 -0
  7. package/packages/config-stylelint/node_modules/ansi-regex/readme.md +66 -0
  8. package/packages/config-stylelint/node_modules/balanced-match/CODE_OF_CONDUCT.md +128 -0
  9. package/packages/config-stylelint/node_modules/balanced-match/LICENSE.md +21 -0
  10. package/packages/config-stylelint/node_modules/balanced-match/README.md +95 -0
  11. package/packages/config-stylelint/node_modules/balanced-match/index.js +75 -0
  12. package/packages/config-stylelint/node_modules/balanced-match/package.json +55 -0
  13. package/packages/config-stylelint/node_modules/file-entry-cache/LICENSE +19 -0
  14. package/packages/config-stylelint/node_modules/file-entry-cache/README.md +630 -0
  15. package/packages/config-stylelint/node_modules/file-entry-cache/dist/index.cjs +559 -0
  16. package/packages/config-stylelint/node_modules/file-entry-cache/dist/index.d.cts +304 -0
  17. package/packages/config-stylelint/node_modules/file-entry-cache/dist/index.d.ts +304 -0
  18. package/packages/config-stylelint/node_modules/file-entry-cache/dist/index.js +525 -0
  19. package/packages/config-stylelint/node_modules/file-entry-cache/package.json +62 -0
  20. package/packages/config-stylelint/node_modules/flat-cache/LICENSE +19 -0
  21. package/packages/config-stylelint/node_modules/flat-cache/README.md +235 -0
  22. package/packages/config-stylelint/node_modules/flat-cache/dist/index.cjs +495 -0
  23. package/packages/config-stylelint/node_modules/flat-cache/dist/index.d.cts +255 -0
  24. package/packages/config-stylelint/node_modules/flat-cache/dist/index.d.ts +255 -0
  25. package/packages/config-stylelint/node_modules/flat-cache/dist/index.js +455 -0
  26. package/packages/config-stylelint/node_modules/flat-cache/package.json +87 -0
  27. package/packages/config-stylelint/node_modules/globby/ignore.js +337 -0
  28. package/packages/config-stylelint/node_modules/globby/index.d.ts +394 -0
  29. package/packages/config-stylelint/node_modules/globby/index.js +468 -0
  30. package/packages/config-stylelint/node_modules/globby/license +9 -0
  31. package/packages/config-stylelint/node_modules/globby/package.json +94 -0
  32. package/packages/config-stylelint/node_modules/globby/readme.md +388 -0
  33. package/packages/config-stylelint/node_modules/globby/utilities.js +299 -0
  34. package/packages/config-stylelint/node_modules/meow/build/dependencies.js +9521 -0
  35. package/packages/config-stylelint/node_modules/meow/build/index.d.ts +2432 -0
  36. package/packages/config-stylelint/node_modules/meow/build/index.js +95 -0
  37. package/packages/config-stylelint/node_modules/meow/build/licenses.md +1254 -0
  38. package/packages/config-stylelint/node_modules/meow/build/options.js +97 -0
  39. package/packages/config-stylelint/node_modules/meow/build/parser.js +81 -0
  40. package/packages/config-stylelint/node_modules/meow/build/utils.js +7 -0
  41. package/packages/config-stylelint/node_modules/meow/build/validate.js +122 -0
  42. package/packages/config-stylelint/node_modules/meow/license +9 -0
  43. package/packages/config-stylelint/node_modules/meow/package.json +103 -0
  44. package/packages/config-stylelint/node_modules/meow/readme.md +314 -0
  45. package/packages/config-stylelint/node_modules/postcss-safe-parser/LICENSE +20 -0
  46. package/packages/config-stylelint/node_modules/postcss-safe-parser/README.md +25 -0
  47. package/packages/config-stylelint/node_modules/postcss-safe-parser/lib/safe-parse.js +12 -0
  48. package/packages/config-stylelint/node_modules/postcss-safe-parser/lib/safe-parser.js +100 -0
  49. package/packages/config-stylelint/node_modules/postcss-safe-parser/package.json +36 -0
  50. package/packages/config-stylelint/node_modules/slash/index.d.ts +23 -0
  51. package/packages/config-stylelint/node_modules/slash/index.js +9 -0
  52. package/packages/config-stylelint/node_modules/slash/license +9 -0
  53. package/packages/config-stylelint/node_modules/slash/package.json +39 -0
  54. package/packages/config-stylelint/node_modules/slash/readme.md +36 -0
  55. package/packages/config-stylelint/node_modules/string-width/index.d.ts +39 -0
  56. package/packages/config-stylelint/node_modules/string-width/index.js +89 -0
  57. package/packages/config-stylelint/node_modules/string-width/license +9 -0
  58. package/packages/config-stylelint/node_modules/string-width/package.json +65 -0
  59. package/packages/config-stylelint/node_modules/string-width/readme.md +66 -0
  60. package/packages/config-stylelint/node_modules/strip-ansi/index.d.ts +15 -0
  61. package/packages/config-stylelint/node_modules/strip-ansi/index.js +14 -0
  62. package/packages/config-stylelint/node_modules/strip-ansi/license +9 -0
  63. package/packages/config-stylelint/node_modules/strip-ansi/package.json +59 -0
  64. package/packages/config-stylelint/node_modules/strip-ansi/readme.md +37 -0
  65. package/packages/config-stylelint/node_modules/stylelint/LICENSE +20 -0
  66. package/packages/config-stylelint/node_modules/stylelint/README.md +108 -0
  67. package/packages/config-stylelint/node_modules/stylelint/bin/stylelint.mjs +7 -0
  68. package/packages/config-stylelint/node_modules/stylelint/lib/assignDisabledRanges.mjs +483 -0
  69. package/packages/config-stylelint/node_modules/stylelint/lib/augmentConfig.mjs +521 -0
  70. package/packages/config-stylelint/node_modules/stylelint/lib/cli.mjs +746 -0
  71. package/packages/config-stylelint/node_modules/stylelint/lib/constants.mjs +25 -0
  72. package/packages/config-stylelint/node_modules/stylelint/lib/createPartialStylelintResult.mjs +114 -0
  73. package/packages/config-stylelint/node_modules/stylelint/lib/createPlugin.mjs +9 -0
  74. package/packages/config-stylelint/node_modules/stylelint/lib/createStylelint.mjs +30 -0
  75. package/packages/config-stylelint/node_modules/stylelint/lib/descriptionlessDisables.mjs +51 -0
  76. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/calcSeverityCounts.mjs +21 -0
  77. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/compactFormatter.mjs +23 -0
  78. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/index.mjs +23 -0
  79. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/jsonFormatter.mjs +10 -0
  80. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/preprocessWarnings.mjs +74 -0
  81. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/stringFormatter.mjs +308 -0
  82. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/tapFormatter.mjs +85 -0
  83. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/terminalLink.mjs +21 -0
  84. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/unixFormatter.mjs +32 -0
  85. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/verboseFormatter.mjs +175 -0
  86. package/packages/config-stylelint/node_modules/stylelint/lib/getConfigForFile.mjs +83 -0
  87. package/packages/config-stylelint/node_modules/stylelint/lib/getPostcssResult.mjs +130 -0
  88. package/packages/config-stylelint/node_modules/stylelint/lib/index.mjs +38 -0
  89. package/packages/config-stylelint/node_modules/stylelint/lib/invalidScopeDisables.mjs +41 -0
  90. package/packages/config-stylelint/node_modules/stylelint/lib/isPathIgnored.mjs +48 -0
  91. package/packages/config-stylelint/node_modules/stylelint/lib/lintPostcssResult.mjs +188 -0
  92. package/packages/config-stylelint/node_modules/stylelint/lib/lintSource.mjs +133 -0
  93. package/packages/config-stylelint/node_modules/stylelint/lib/needlessDisables.mjs +91 -0
  94. package/packages/config-stylelint/node_modules/stylelint/lib/normalizeAllRuleSettings.mjs +29 -0
  95. package/packages/config-stylelint/node_modules/stylelint/lib/normalizeRuleSettings.mjs +56 -0
  96. package/packages/config-stylelint/node_modules/stylelint/lib/postcssPlugin.mjs +50 -0
  97. package/packages/config-stylelint/node_modules/stylelint/lib/prepareReturnValue.mjs +63 -0
  98. package/packages/config-stylelint/node_modules/stylelint/lib/printConfig.mjs +44 -0
  99. package/packages/config-stylelint/node_modules/stylelint/lib/reference/atKeywords.mjs +83 -0
  100. package/packages/config-stylelint/node_modules/stylelint/lib/reference/functions.mjs +60 -0
  101. package/packages/config-stylelint/node_modules/stylelint/lib/reference/keywords.mjs +636 -0
  102. package/packages/config-stylelint/node_modules/stylelint/lib/reference/mediaFeatures.mjs +115 -0
  103. package/packages/config-stylelint/node_modules/stylelint/lib/reference/mediaTypes.mjs +14 -0
  104. package/packages/config-stylelint/node_modules/stylelint/lib/reference/prefixes.mjs +17 -0
  105. package/packages/config-stylelint/node_modules/stylelint/lib/reference/properties.mjs +804 -0
  106. package/packages/config-stylelint/node_modules/stylelint/lib/reference/selectors.mjs +469 -0
  107. package/packages/config-stylelint/node_modules/stylelint/lib/reference/units.mjs +82 -0
  108. package/packages/config-stylelint/node_modules/stylelint/lib/reportDisables.mjs +48 -0
  109. package/packages/config-stylelint/node_modules/stylelint/lib/reportUnknownRuleNames.mjs +76 -0
  110. package/packages/config-stylelint/node_modules/stylelint/lib/resolveConfig.mjs +43 -0
  111. package/packages/config-stylelint/node_modules/stylelint/lib/rules/alpha-value-notation/index.mjs +207 -0
  112. package/packages/config-stylelint/node_modules/stylelint/lib/rules/annotation-no-unknown/index.mjs +88 -0
  113. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-allowed-list/index.mjs +62 -0
  114. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-descriptor-no-unknown/index.mjs +108 -0
  115. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-descriptor-value-no-unknown/index.mjs +65 -0
  116. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-disallowed-list/index.mjs +62 -0
  117. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-empty-line-before/index.mjs +178 -0
  118. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-no-deprecated/index.mjs +86 -0
  119. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-no-unknown/index.mjs +80 -0
  120. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-no-vendor-prefix/index.mjs +67 -0
  121. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-prelude-no-invalid/index.mjs +76 -0
  122. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-property-required-list/index.mjs +92 -0
  123. package/packages/config-stylelint/node_modules/stylelint/lib/rules/block-no-empty/index.mjs +116 -0
  124. package/packages/config-stylelint/node_modules/stylelint/lib/rules/block-no-redundant-nested-style-rules/index.mjs +52 -0
  125. package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-function-alias-notation/index.mjs +85 -0
  126. package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-function-notation/index.mjs +167 -0
  127. package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-hex-alpha/index.mjs +75 -0
  128. package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-hex-length/index.mjs +129 -0
  129. package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-named/colordUtils.mjs +109 -0
  130. package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-named/index.mjs +187 -0
  131. package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-no-hex/index.mjs +69 -0
  132. package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-no-invalid-hex/index.mjs +73 -0
  133. package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-empty-line-before/index.mjs +131 -0
  134. package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-no-empty/index.mjs +50 -0
  135. package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-pattern/index.mjs +51 -0
  136. package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-whitespace-inside/index.mjs +149 -0
  137. package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-word-disallowed-list/index.mjs +63 -0
  138. package/packages/config-stylelint/node_modules/stylelint/lib/rules/container-name-pattern/index.mjs +107 -0
  139. package/packages/config-stylelint/node_modules/stylelint/lib/rules/custom-media-pattern/index.mjs +64 -0
  140. package/packages/config-stylelint/node_modules/stylelint/lib/rules/custom-property-empty-line-before/index.mjs +156 -0
  141. package/packages/config-stylelint/node_modules/stylelint/lib/rules/custom-property-no-missing-var-function/index.mjs +148 -0
  142. package/packages/config-stylelint/node_modules/stylelint/lib/rules/custom-property-pattern/index.mjs +102 -0
  143. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-custom-properties/index.mjs +82 -0
  144. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-properties/index.mjs +301 -0
  145. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-no-redundant-longhand-properties/index.mjs +411 -0
  146. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-no-shorthand-property-overrides/index.mjs +74 -0
  147. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-single-line-max-declarations/index.mjs +62 -0
  148. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-empty-line-before/index.mjs +160 -0
  149. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-no-important/index.mjs +51 -0
  150. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-max-values/index.mjs +75 -0
  151. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-unit-allowed-list/index.mjs +108 -0
  152. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-unit-disallowed-list/index.mjs +91 -0
  153. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-value-allowed-list/index.mjs +66 -0
  154. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-value-disallowed-list/index.mjs +66 -0
  155. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-value-keyword-no-deprecated/index.mjs +200 -0
  156. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-value-no-unknown/index.mjs +250 -0
  157. package/packages/config-stylelint/node_modules/stylelint/lib/rules/display-notation/index.mjs +226 -0
  158. package/packages/config-stylelint/node_modules/stylelint/lib/rules/font-family-name-quotes/index.mjs +242 -0
  159. package/packages/config-stylelint/node_modules/stylelint/lib/rules/font-family-no-duplicate-names/index.mjs +121 -0
  160. package/packages/config-stylelint/node_modules/stylelint/lib/rules/font-family-no-missing-generic-family-keyword/index.mjs +121 -0
  161. package/packages/config-stylelint/node_modules/stylelint/lib/rules/font-weight-notation/index.mjs +212 -0
  162. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-allowed-list/index.mjs +112 -0
  163. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-calc-no-unspaced-operator/index.mjs +591 -0
  164. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-disallowed-list/index.mjs +71 -0
  165. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-linear-gradient-no-nonstandard-direction/index.mjs +145 -0
  166. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-name-case/index.mjs +120 -0
  167. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-no-unknown/index.mjs +101 -0
  168. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-url-no-scheme-relative/index.mjs +66 -0
  169. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-url-quotes/index.mjs +231 -0
  170. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-url-scheme-allowed-list/index.mjs +70 -0
  171. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-url-scheme-disallowed-list/index.mjs +70 -0
  172. package/packages/config-stylelint/node_modules/stylelint/lib/rules/hue-degree-notation/index.mjs +122 -0
  173. package/packages/config-stylelint/node_modules/stylelint/lib/rules/import-notation/index.mjs +99 -0
  174. package/packages/config-stylelint/node_modules/stylelint/lib/rules/index.mjs +448 -0
  175. package/packages/config-stylelint/node_modules/stylelint/lib/rules/keyframe-block-no-duplicate-selectors/index.mjs +68 -0
  176. package/packages/config-stylelint/node_modules/stylelint/lib/rules/keyframe-declaration-no-important/index.mjs +54 -0
  177. package/packages/config-stylelint/node_modules/stylelint/lib/rules/keyframe-selector-notation/index.mjs +191 -0
  178. package/packages/config-stylelint/node_modules/stylelint/lib/rules/keyframes-name-pattern/index.mjs +63 -0
  179. package/packages/config-stylelint/node_modules/stylelint/lib/rules/layer-name-pattern/index.mjs +91 -0
  180. package/packages/config-stylelint/node_modules/stylelint/lib/rules/length-zero-no-unit/index.mjs +216 -0
  181. package/packages/config-stylelint/node_modules/stylelint/lib/rules/lightness-notation/index.mjs +167 -0
  182. package/packages/config-stylelint/node_modules/stylelint/lib/rules/max-nesting-depth/index.mjs +195 -0
  183. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-allowed-list/index.mjs +67 -0
  184. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-disallowed-list/index.mjs +67 -0
  185. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-no-unknown/index.mjs +79 -0
  186. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-no-vendor-prefix/index.mjs +77 -0
  187. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-unit-allowed-list/index.mjs +108 -0
  188. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-value-allowed-list/index.mjs +100 -0
  189. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-value-no-unknown/index.mjs +277 -0
  190. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-range-notation/index.mjs +174 -0
  191. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-query-no-invalid/index.mjs +193 -0
  192. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-type-no-deprecated/index.mjs +87 -0
  193. package/packages/config-stylelint/node_modules/stylelint/lib/rules/named-grid-areas-no-invalid/index.mjs +116 -0
  194. package/packages/config-stylelint/node_modules/stylelint/lib/rules/named-grid-areas-no-invalid/utils/findNotContiguousOrRectangular.mjs +57 -0
  195. package/packages/config-stylelint/node_modules/stylelint/lib/rules/nesting-selector-no-missing-scoping-root/index.mjs +166 -0
  196. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-descending-specificity/index.mjs +196 -0
  197. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-duplicate-at-import-rules/index.mjs +156 -0
  198. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-duplicate-selectors/index.mjs +219 -0
  199. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-empty-source/index.mjs +61 -0
  200. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-invalid-double-slash-comments/index.mjs +77 -0
  201. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-invalid-position-at-import-rule/index.mjs +76 -0
  202. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-invalid-position-declaration/index.mjs +86 -0
  203. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-irregular-whitespace/index.mjs +232 -0
  204. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-unknown-animations/index.mjs +71 -0
  205. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-unknown-custom-media/index.mjs +75 -0
  206. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-unknown-custom-properties/index.mjs +72 -0
  207. package/packages/config-stylelint/node_modules/stylelint/lib/rules/number-max-precision/index.mjs +209 -0
  208. package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-allowed-list/index.mjs +58 -0
  209. package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-disallowed-list/index.mjs +58 -0
  210. package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-no-deprecated/index.mjs +143 -0
  211. package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-no-unknown/index.mjs +129 -0
  212. package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-no-vendor-prefix/index.mjs +100 -0
  213. package/packages/config-stylelint/node_modules/stylelint/lib/rules/rule-empty-line-before/index.mjs +156 -0
  214. package/packages/config-stylelint/node_modules/stylelint/lib/rules/rule-nesting-at-rule-required-list/index.mjs +85 -0
  215. package/packages/config-stylelint/node_modules/stylelint/lib/rules/rule-selector-property-disallowed-list/index.mjs +119 -0
  216. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-anb-no-unmatchable/index.mjs +123 -0
  217. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-attribute-name-disallowed-list/index.mjs +72 -0
  218. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-attribute-operator-allowed-list/index.mjs +75 -0
  219. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-attribute-operator-disallowed-list/index.mjs +75 -0
  220. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-attribute-quotes/index.mjs +112 -0
  221. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-class-pattern/index.mjs +70 -0
  222. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-combinator-allowed-list/index.mjs +81 -0
  223. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-combinator-disallowed-list/index.mjs +81 -0
  224. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-disallowed-list/index.mjs +115 -0
  225. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-id-pattern/index.mjs +65 -0
  226. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-attribute/index.mjs +91 -0
  227. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-class/index.mjs +74 -0
  228. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-combinators/index.mjs +76 -0
  229. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-compound-selectors/index.mjs +122 -0
  230. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-id/index.mjs +106 -0
  231. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-pseudo-class/index.mjs +84 -0
  232. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-specificity/index.mjs +146 -0
  233. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-type/index.mjs +218 -0
  234. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-universal/index.mjs +94 -0
  235. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-nested-pattern/index.mjs +95 -0
  236. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-no-qualifying-type/index.mjs +328 -0
  237. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-no-vendor-prefix/index.mjs +94 -0
  238. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-not-notation/index.mjs +220 -0
  239. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-class-allowed-list/index.mjs +89 -0
  240. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-class-disallowed-list/index.mjs +89 -0
  241. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-class-no-unknown/index.mjs +179 -0
  242. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-element-allowed-list/index.mjs +78 -0
  243. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-element-colon-notation/index.mjs +97 -0
  244. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-element-disallowed-list/index.mjs +77 -0
  245. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-element-no-unknown/index.mjs +96 -0
  246. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-type-case/index.mjs +118 -0
  247. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-type-no-unknown/index.mjs +148 -0
  248. package/packages/config-stylelint/node_modules/stylelint/lib/rules/shorthand-property-no-redundant-values/index.mjs +357 -0
  249. package/packages/config-stylelint/node_modules/stylelint/lib/rules/string-no-newline/index.mjs +120 -0
  250. package/packages/config-stylelint/node_modules/stylelint/lib/rules/syntax-string-no-invalid/index.mjs +81 -0
  251. package/packages/config-stylelint/node_modules/stylelint/lib/rules/time-min-milliseconds/index.mjs +162 -0
  252. package/packages/config-stylelint/node_modules/stylelint/lib/rules/unit-allowed-list/index.mjs +114 -0
  253. package/packages/config-stylelint/node_modules/stylelint/lib/rules/unit-disallowed-list/index.mjs +212 -0
  254. package/packages/config-stylelint/node_modules/stylelint/lib/rules/unit-no-unknown/index.mjs +208 -0
  255. package/packages/config-stylelint/node_modules/stylelint/lib/rules/value-keyword-case/index.mjs +249 -0
  256. package/packages/config-stylelint/node_modules/stylelint/lib/rules/value-no-vendor-prefix/index.mjs +92 -0
  257. package/packages/config-stylelint/node_modules/stylelint/lib/standalone.mjs +379 -0
  258. package/packages/config-stylelint/node_modules/stylelint/lib/timing.mjs +134 -0
  259. package/packages/config-stylelint/node_modules/stylelint/lib/unscopedDisables.mjs +66 -0
  260. package/packages/config-stylelint/node_modules/stylelint/lib/utils/FileCache.mjs +115 -0
  261. package/packages/config-stylelint/node_modules/stylelint/lib/utils/addEmptyLineBefore.mjs +21 -0
  262. package/packages/config-stylelint/node_modules/stylelint/lib/utils/addSemicolonForEditInfo.mjs +35 -0
  263. package/packages/config-stylelint/node_modules/stylelint/lib/utils/appendRuleName.mjs +13 -0
  264. package/packages/config-stylelint/node_modules/stylelint/lib/utils/arrayEqual.mjs +14 -0
  265. package/packages/config-stylelint/node_modules/stylelint/lib/utils/beforeBlockString.mjs +28 -0
  266. package/packages/config-stylelint/node_modules/stylelint/lib/utils/blockString.mjs +19 -0
  267. package/packages/config-stylelint/node_modules/stylelint/lib/utils/blurInterpolation.mjs +8 -0
  268. package/packages/config-stylelint/node_modules/stylelint/lib/utils/checkAgainstRule.mjs +70 -0
  269. package/packages/config-stylelint/node_modules/stylelint/lib/utils/checkInvalidCLIOptions.mjs +105 -0
  270. package/packages/config-stylelint/node_modules/stylelint/lib/utils/configurationComment.mjs +74 -0
  271. package/packages/config-stylelint/node_modules/stylelint/lib/utils/containsString.mjs +52 -0
  272. package/packages/config-stylelint/node_modules/stylelint/lib/utils/createMapWithSet.mjs +19 -0
  273. package/packages/config-stylelint/node_modules/stylelint/lib/utils/dynamicImport.mjs +13 -0
  274. package/packages/config-stylelint/node_modules/stylelint/lib/utils/eachDeclarationBlock.mjs +59 -0
  275. package/packages/config-stylelint/node_modules/stylelint/lib/utils/eachNodeUpToRoot.mjs +22 -0
  276. package/packages/config-stylelint/node_modules/stylelint/lib/utils/emitWarning.mjs +83 -0
  277. package/packages/config-stylelint/node_modules/stylelint/lib/utils/errors.mjs +55 -0
  278. package/packages/config-stylelint/node_modules/stylelint/lib/utils/filterFilePaths.mjs +17 -0
  279. package/packages/config-stylelint/node_modules/stylelint/lib/utils/findAnimationName.mjs +74 -0
  280. package/packages/config-stylelint/node_modules/stylelint/lib/utils/findAtRuleContext.mjs +27 -0
  281. package/packages/config-stylelint/node_modules/stylelint/lib/utils/findFontFamily.mjs +148 -0
  282. package/packages/config-stylelint/node_modules/stylelint/lib/utils/findMediaFeatureNames.mjs +151 -0
  283. package/packages/config-stylelint/node_modules/stylelint/lib/utils/findNodeUpToRoot.mjs +25 -0
  284. package/packages/config-stylelint/node_modules/stylelint/lib/utils/fixEmptyLinesBefore.mjs +26 -0
  285. package/packages/config-stylelint/node_modules/stylelint/lib/utils/functionArgumentsSearch.mjs +45 -0
  286. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getAtRuleParams.mjs +7 -0
  287. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getDeclarationValue.mjs +9 -0
  288. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getDimension.mjs +62 -0
  289. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getFileIgnorer.mjs +41 -0
  290. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getFormatter.mjs +43 -0
  291. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getFormatterOptionsText.mjs +12 -0
  292. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getImportantPosition.mjs +15 -0
  293. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getLexer.mjs +15 -0
  294. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getModulePath.mjs +35 -0
  295. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getNextNonSharedLineCommentNode.mjs +34 -0
  296. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getPreviousNonSharedLineCommentNode.mjs +36 -0
  297. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getRelativePath.mjs +12 -0
  298. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getRuleSelector.mjs +9 -0
  299. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getSchemeFromUrl.mjs +36 -0
  300. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getSelectorSourceIndex.mjs +12 -0
  301. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getStrippedSelectorSource.mjs +47 -0
  302. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getStylelintRule.mjs +22 -0
  303. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasANPlusBNotationPseudoClasses.mjs +20 -0
  304. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasBlock.mjs +9 -0
  305. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasColorFunction.mjs +13 -0
  306. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasDimension.mjs +11 -0
  307. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasEmptyLine.mjs +13 -0
  308. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasInterpolation.mjs +24 -0
  309. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasLessInterpolation.mjs +11 -0
  310. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasNamedColor.mjs +15 -0
  311. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasPrefix.mjs +13 -0
  312. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasPsvInterpolation.mjs +11 -0
  313. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasScssInterpolation.mjs +11 -0
  314. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasTplInterpolation.mjs +11 -0
  315. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasValidHex.mjs +11 -0
  316. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hash.mjs +10 -0
  317. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAfterBlock.mjs +15 -0
  318. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAfterComment.mjs +15 -0
  319. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAfterSingleLineComment.mjs +19 -0
  320. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAfterStandardPropertyDeclaration.mjs +19 -0
  321. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAutoprefixable.mjs +364 -0
  322. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isBlocklessAtRuleAfterBlocklessAtRule.mjs +21 -0
  323. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isBlocklessAtRuleAfterSameNameBlocklessAtRule.mjs +21 -0
  324. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isContextFunctionalPseudoClass.mjs +24 -0
  325. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCounterIncrementCustomIdentValue.mjs +19 -0
  326. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCounterResetCustomIdentValue.mjs +19 -0
  327. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomElement.mjs +34 -0
  328. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomFunction.mjs +9 -0
  329. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomMediaQuery.mjs +8 -0
  330. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomProperty.mjs +8 -0
  331. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomSelector.mjs +9 -0
  332. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isDescriptorDeclaration.mjs +22 -0
  333. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isFirstNested.mjs +83 -0
  334. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isFirstNodeOfRoot.mjs +17 -0
  335. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isHexColor.mjs +9 -0
  336. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isInDocument.mjs +32 -0
  337. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isKeyframeRule.mjs +17 -0
  338. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isKeyframeSelector.mjs +29 -0
  339. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isMathFunction.mjs +11 -0
  340. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isNonNegativeInteger.mjs +6 -0
  341. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isNumbery.mjs +9 -0
  342. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isOnlyWhitespace.mjs +17 -0
  343. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isPathNotFoundError.mjs +9 -0
  344. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isScssVariable.mjs +19 -0
  345. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isSharedLineComment.mjs +53 -0
  346. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isSingleLineString.mjs +10 -0
  347. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxAtRule.mjs +32 -0
  348. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxColorFunction.mjs +24 -0
  349. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxCombinator.mjs +32 -0
  350. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxComment.mjs +13 -0
  351. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxDeclaration.mjs +57 -0
  352. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxFunction.mjs +28 -0
  353. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxHexColor.mjs +14 -0
  354. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxKeyframesName.mjs +15 -0
  355. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxProperty.mjs +32 -0
  356. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxRule.mjs +24 -0
  357. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxSelector.mjs +56 -0
  358. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxTypeSelector.mjs +56 -0
  359. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxUrl.mjs +49 -0
  360. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxValue.mjs +51 -0
  361. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isUnicodeRangeDescriptor.mjs +24 -0
  362. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isUnicodeSupported.mjs +26 -0
  363. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isUrlFunction.mjs +9 -0
  364. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isValidFontSize.mjs +38 -0
  365. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isValidHex.mjs +11 -0
  366. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isValidIdentifier.mjs +39 -0
  367. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isVarFunction.mjs +9 -0
  368. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isVariable.mjs +9 -0
  369. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isWhitespace.mjs +9 -0
  370. package/packages/config-stylelint/node_modules/stylelint/lib/utils/matchesStringOrRegExp.mjs +97 -0
  371. package/packages/config-stylelint/node_modules/stylelint/lib/utils/mergeSyntaxDefinitions.mjs +137 -0
  372. package/packages/config-stylelint/node_modules/stylelint/lib/utils/narrowFixRange.mjs +68 -0
  373. package/packages/config-stylelint/node_modules/stylelint/lib/utils/nodeContextLookup.mjs +41 -0
  374. package/packages/config-stylelint/node_modules/stylelint/lib/utils/nodeFieldIndices.mjs +119 -0
  375. package/packages/config-stylelint/node_modules/stylelint/lib/utils/normalizeFilePath.mjs +26 -0
  376. package/packages/config-stylelint/node_modules/stylelint/lib/utils/normalizeFixMode.mjs +22 -0
  377. package/packages/config-stylelint/node_modules/stylelint/lib/utils/normalizeSelector.mjs +84 -0
  378. package/packages/config-stylelint/node_modules/stylelint/lib/utils/optionsMatches.mjs +20 -0
  379. package/packages/config-stylelint/node_modules/stylelint/lib/utils/parseCustomMediaQuery.mjs +15 -0
  380. package/packages/config-stylelint/node_modules/stylelint/lib/utils/parseMediaQuery.mjs +15 -0
  381. package/packages/config-stylelint/node_modules/stylelint/lib/utils/parseSelector.mjs +26 -0
  382. package/packages/config-stylelint/node_modules/stylelint/lib/utils/pluralize.mjs +10 -0
  383. package/packages/config-stylelint/node_modules/stylelint/lib/utils/putIfAbsent.mjs +20 -0
  384. package/packages/config-stylelint/node_modules/stylelint/lib/utils/rangesOverlap.mjs +19 -0
  385. package/packages/config-stylelint/node_modules/stylelint/lib/utils/rawNodeString.mjs +18 -0
  386. package/packages/config-stylelint/node_modules/stylelint/lib/utils/regexes.mjs +27 -0
  387. package/packages/config-stylelint/node_modules/stylelint/lib/utils/removeEmptyLinesBefore.mjs +13 -0
  388. package/packages/config-stylelint/node_modules/stylelint/lib/utils/report.mjs +321 -0
  389. package/packages/config-stylelint/node_modules/stylelint/lib/utils/reportCommentProblem.mjs +39 -0
  390. package/packages/config-stylelint/node_modules/stylelint/lib/utils/resolveFilePath.mjs +38 -0
  391. package/packages/config-stylelint/node_modules/stylelint/lib/utils/resolveNestedSelectorsForRule.mjs +90 -0
  392. package/packages/config-stylelint/node_modules/stylelint/lib/utils/resolveOptionValue.mjs +30 -0
  393. package/packages/config-stylelint/node_modules/stylelint/lib/utils/resolveSilent.mjs +147 -0
  394. package/packages/config-stylelint/node_modules/stylelint/lib/utils/ruleMessages.mjs +18 -0
  395. package/packages/config-stylelint/node_modules/stylelint/lib/utils/setAtRuleParams.mjs +18 -0
  396. package/packages/config-stylelint/node_modules/stylelint/lib/utils/setDeclarationValue.mjs +18 -0
  397. package/packages/config-stylelint/node_modules/stylelint/lib/utils/suppressionsService.mjs +317 -0
  398. package/packages/config-stylelint/node_modules/stylelint/lib/utils/toPath.mjs +23 -0
  399. package/packages/config-stylelint/node_modules/stylelint/lib/utils/typeGuards.mjs +90 -0
  400. package/packages/config-stylelint/node_modules/stylelint/lib/utils/uniteSets.mjs +9 -0
  401. package/packages/config-stylelint/node_modules/stylelint/lib/utils/validateObjectWithArrayProps.mjs +29 -0
  402. package/packages/config-stylelint/node_modules/stylelint/lib/utils/validateObjectWithProps.mjs +28 -0
  403. package/packages/config-stylelint/node_modules/stylelint/lib/utils/validateOptions.mjs +176 -0
  404. package/packages/config-stylelint/node_modules/stylelint/lib/utils/validateTypes.mjs +150 -0
  405. package/packages/config-stylelint/node_modules/stylelint/lib/utils/vendor.mjs +43 -0
  406. package/packages/config-stylelint/node_modules/stylelint/lib/validateDisableSettings.mjs +67 -0
  407. package/packages/config-stylelint/node_modules/stylelint/lib/writeOutputFile.mjs +15 -0
  408. package/packages/config-stylelint/node_modules/stylelint/package.json +212 -0
  409. package/packages/config-stylelint/node_modules/stylelint/types/stylelint/index.d.ts +1570 -0
  410. package/packages/config-stylelint/node_modules/unicorn-magic/default.d.ts +13 -0
  411. package/packages/config-stylelint/node_modules/unicorn-magic/default.js +14 -0
  412. package/packages/config-stylelint/node_modules/unicorn-magic/license +9 -0
  413. package/packages/config-stylelint/node_modules/unicorn-magic/node.d.ts +125 -0
  414. package/packages/config-stylelint/node_modules/unicorn-magic/node.js +49 -0
  415. package/packages/config-stylelint/node_modules/unicorn-magic/package.json +68 -0
  416. package/packages/config-stylelint/node_modules/unicorn-magic/readme.md +31 -0
  417. package/packages/config-stylelint/package.json +3 -3
@@ -0,0 +1,112 @@
1
+ import valueParser from 'postcss-value-parser';
2
+
3
+ import { isRegExp, isString } from '../../utils/validateTypes.mjs';
4
+ import { declarationValueIndex } from '../../utils/nodeFieldIndices.mjs';
5
+ import isCustomProperty from '../../utils/isCustomProperty.mjs';
6
+ import isStandardSyntaxFunction from '../../utils/isStandardSyntaxFunction.mjs';
7
+ import matchesStringOrRegExp from '../../utils/matchesStringOrRegExp.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 = 'function-allowed-list';
13
+
14
+ const messages = ruleMessages(ruleName, {
15
+ rejected: (name) => `Unexpected function "${name}"`,
16
+ });
17
+
18
+ const meta = {
19
+ url: 'https://stylelint.io/user-guide/rules/function-allowed-list',
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: [isString, isRegExp],
31
+ },
32
+ {
33
+ actual: secondaryOptions,
34
+ possible: {
35
+ exceptWithoutPropertyFallback: [isString, isRegExp],
36
+ },
37
+ optional: true,
38
+ },
39
+ );
40
+
41
+ if (!validOptions) {
42
+ return;
43
+ }
44
+
45
+ const exceptWithoutPropertyFallback = secondaryOptions?.exceptWithoutPropertyFallback ?? [];
46
+
47
+ root.walkDecls((decl) => {
48
+ valueParser(decl.value).walk((node) => {
49
+ const { type, sourceIndex, value: funcName } = node;
50
+
51
+ if (type !== 'function') {
52
+ return;
53
+ }
54
+
55
+ if (!isStandardSyntaxFunction(node)) {
56
+ return;
57
+ }
58
+
59
+ if (matchesStringOrRegExp(funcName, primary)) {
60
+ // Check if function requires fallback
61
+ if (!matchesStringOrRegExp(funcName, exceptWithoutPropertyFallback)) {
62
+ return;
63
+ }
64
+
65
+ if (hasPrevPropertyDeclaration(decl)) return;
66
+ }
67
+
68
+ const index = declarationValueIndex(decl) + sourceIndex;
69
+ const endIndex = index + funcName.length;
70
+
71
+ report({
72
+ message: messages.rejected,
73
+ messageArgs: [funcName],
74
+ node: decl,
75
+ index,
76
+ endIndex,
77
+ result,
78
+ ruleName,
79
+ });
80
+ });
81
+ });
82
+ };
83
+ };
84
+
85
+ /**
86
+ * @param {import('postcss').Declaration} decl
87
+ * @returns {boolean}
88
+ */
89
+ function hasPrevPropertyDeclaration(decl) {
90
+ const prop = decl.prop.toLowerCase();
91
+
92
+ if (isCustomProperty(prop)) return false;
93
+
94
+ let prev = decl.prev();
95
+
96
+ while (prev) {
97
+ if (prev.type === 'decl' && prev.prop.toLowerCase() === prop) {
98
+ return true;
99
+ }
100
+
101
+ prev = prev.prev();
102
+ }
103
+
104
+ return false;
105
+ }
106
+
107
+ rule.primaryOptionArray = true;
108
+
109
+ rule.ruleName = ruleName;
110
+ rule.messages = messages;
111
+ rule.meta = meta;
112
+ export default rule;
@@ -0,0 +1,591 @@
1
+ import {
2
+ TokenNode,
3
+ WhitespaceNode,
4
+ isFunctionNode,
5
+ isSimpleBlockNode,
6
+ isTokenNode,
7
+ isWhiteSpaceOrCommentNode,
8
+ isWhitespaceNode,
9
+ parseListOfComponentValues,
10
+ stringify,
11
+ walk,
12
+ } from '@csstools/css-parser-algorithms';
13
+ import {
14
+ TokenType,
15
+ isTokenComma,
16
+ isTokenDelim,
17
+ isTokenDimension,
18
+ isTokenIdent,
19
+ isTokenNumeric,
20
+ isTokenOpenCurly,
21
+ isTokenOpenParen,
22
+ isTokenSemicolon,
23
+ mutateIdent,
24
+ mutateUnit,
25
+ tokenize,
26
+ } from '@csstools/css-tokenizer';
27
+
28
+ import { declarationValueIndex } from '../../utils/nodeFieldIndices.mjs';
29
+ import getDeclarationValue from '../../utils/getDeclarationValue.mjs';
30
+ import { mathFunctions } from '../../reference/functions.mjs';
31
+ import report from '../../utils/report.mjs';
32
+ import ruleMessages from '../../utils/ruleMessages.mjs';
33
+ import setDeclarationValue from '../../utils/setDeclarationValue.mjs';
34
+ import validateOptions from '../../utils/validateOptions.mjs';
35
+
36
+ import { assert } from '../../utils/validateTypes.mjs';
37
+
38
+ const ruleName = 'function-calc-no-unspaced-operator';
39
+
40
+ const messages = ruleMessages(ruleName, {
41
+ expectedBefore: (operator) => `Expected single space before "${operator}" operator`,
42
+ expectedAfter: (operator) => `Expected single space after "${operator}" operator`,
43
+ });
44
+
45
+ const meta = {
46
+ url: 'https://stylelint.io/user-guide/rules/function-calc-no-unspaced-operator',
47
+ fixable: true,
48
+ };
49
+
50
+ const OPERATORS = new Set(['+', '-']);
51
+ const OPERATOR_REGEX = /[+-]/;
52
+
53
+ const MATH_FUNCS_REGEX_SOURCE = [...mathFunctions].join('|');
54
+ const FUNC_NAMES_REGEX = new RegExp(`^(?:${MATH_FUNCS_REGEX_SOURCE})$`, 'i');
55
+ const FUNC_CALLS_REGEX = new RegExp(`(?:${MATH_FUNCS_REGEX_SOURCE})\\(`, 'i');
56
+
57
+ const NEWLINE_REGEX = /\n|\r\n/;
58
+
59
+ /** @import { CommentNode, ComponentValue, ContainerNode } from '@csstools/css-parser-algorithms' */
60
+
61
+ /** @type {import('stylelint').CoreRules[ruleName]} */
62
+ const rule = (primary) => {
63
+ return (root, result) => {
64
+ const validOptions = validateOptions(result, ruleName, { actual: primary });
65
+
66
+ if (!validOptions) return;
67
+
68
+ /**
69
+ * @param {messages[keyof messages]} message
70
+ * @param {import('postcss').Node} node
71
+ * @param {number} index
72
+ * @param {string} operator
73
+ * @param {() => void} fix
74
+ */
75
+ function complain(message, node, index, operator, fix) {
76
+ const endIndex = index + operator.length;
77
+ const messageArgs = [operator];
78
+
79
+ report({
80
+ message,
81
+ messageArgs,
82
+ node,
83
+ index,
84
+ endIndex,
85
+ result,
86
+ ruleName,
87
+ fix: { apply: fix, node },
88
+ });
89
+ }
90
+
91
+ root.walkDecls((decl) => {
92
+ const value = getDeclarationValue(decl);
93
+
94
+ if (!OPERATOR_REGEX.test(value)) return;
95
+
96
+ if (!FUNC_CALLS_REGEX.test(value)) return;
97
+
98
+ const nodes = tokenizeDeclarationValue(value);
99
+
100
+ if (nodes.length === 0) return;
101
+
102
+ const valueIndex = declarationValueIndex(decl);
103
+ const fixDeclarationValue = () => setDeclarationValue(decl, stringify([nodes]));
104
+
105
+ /**
106
+ * @param {ContainerNode} node
107
+ * @param {Operation} operation
108
+ * @param {'before' | 'after'} position
109
+ */
110
+ function checkCompleteOperation(node, operation, position) {
111
+ if (operation[position].some(isWhitespaceNode)) return;
112
+
113
+ const messageKey = position === 'before' ? 'expectedBefore' : 'expectedAfter';
114
+
115
+ complain(
116
+ messages[messageKey],
117
+ decl,
118
+ valueIndex + operation.operatorCharPosition,
119
+ operation.operatorChar,
120
+ () => {
121
+ operation.insertWhitespace(node, position);
122
+ fixDeclarationValue();
123
+ },
124
+ );
125
+ }
126
+
127
+ /**
128
+ * @param {ContainerNode} node
129
+ * @param {Operation} operation
130
+ */
131
+ function checkOperationWithoutOperator(node, operation) {
132
+ if (isTokenNode(operation.firstOperand)) {
133
+ const token = operation.firstOperand.value;
134
+
135
+ /**
136
+ * @param {string | undefined} operatorChar
137
+ * @param {() => void} mutator
138
+ * @returns {boolean}
139
+ */
140
+ const complainToFirstOperand = (operatorChar, mutator) => {
141
+ if (!(operatorChar && OPERATOR_REGEX.test(operatorChar))) return false;
142
+
143
+ const [, , , endPos] = token;
144
+
145
+ operation.completeMissingOperator(operatorChar, endPos, 'append');
146
+
147
+ complain(
148
+ messages.expectedBefore,
149
+ decl,
150
+ valueIndex + operation.operatorCharPosition,
151
+ operation.operatorChar,
152
+ () => {
153
+ operation.insertOperatorAfterFirstOperand(node);
154
+ mutator();
155
+ fixDeclarationValue();
156
+ },
157
+ );
158
+
159
+ return true;
160
+ };
161
+
162
+ if (isTokenDimension(token)) {
163
+ // E.g. '2px+' → ['2px', '+']
164
+ const [, , , , { unit }] = token;
165
+ const operatorChar = unit.at(-1);
166
+ const newUnit = unit.slice(0, -1);
167
+
168
+ if (complainToFirstOperand(operatorChar, () => mutateUnit(token, newUnit))) {
169
+ return;
170
+ }
171
+ }
172
+
173
+ if (isTokenIdent(token)) {
174
+ // E.g. 'id+' → ['id', '+']
175
+ const [, , , , { value: tokenValue }] = token;
176
+ const operatorChar = tokenValue.at(-1);
177
+ const newTokenValue = tokenValue.slice(0, -1);
178
+
179
+ if (complainToFirstOperand(operatorChar, () => mutateIdent(token, newTokenValue))) {
180
+ return;
181
+ }
182
+ }
183
+ }
184
+
185
+ if (isTokenNode(operation.secondOperand) && isTokenNumeric(operation.secondOperand.value)) {
186
+ const token = operation.secondOperand.value;
187
+ const [, , startPos, , { signCharacter: operatorChar }] = token;
188
+
189
+ if (operatorChar && OPERATOR_REGEX.test(operatorChar)) {
190
+ operation.completeMissingOperator(operatorChar, startPos, 'prepend');
191
+
192
+ complain(
193
+ messages.expectedAfter,
194
+ decl,
195
+ valueIndex + operation.operatorCharPosition,
196
+ operation.operatorChar,
197
+ () => {
198
+ operation.insertOperatorBeforeSecondOperand(node);
199
+
200
+ // Remove an operator character from the second operand token
201
+ token[4].signCharacter = undefined;
202
+ token[1] = token[1].slice(1);
203
+
204
+ fixDeclarationValue();
205
+ },
206
+ );
207
+ }
208
+ }
209
+ }
210
+
211
+ /**
212
+ * @param {Operation} operation
213
+ * @param {'before' | 'after'} position
214
+ */
215
+ function checkOperandWhitespace(operation, position) {
216
+ operation[position].forEach((whitespaceNode) => {
217
+ if (!isWhitespaceNode(whitespaceNode)) return;
218
+
219
+ const whitespace = whitespaceNode.toString();
220
+
221
+ if (whitespace === ' ') return;
222
+
223
+ const indexOfFirstNewLine = whitespace.search(NEWLINE_REGEX);
224
+
225
+ if (indexOfFirstNewLine === 0) return;
226
+
227
+ const message = position === 'before' ? messages.expectedBefore : messages.expectedAfter;
228
+
229
+ complain(
230
+ message,
231
+ decl,
232
+ valueIndex + operation.operatorCharPosition,
233
+ operation.operatorChar,
234
+ () => {
235
+ whitespaceNode.value = newWhitespaceNode(
236
+ indexOfFirstNewLine === -1 ? ' ' : whitespace.slice(indexOfFirstNewLine),
237
+ ).value;
238
+ fixDeclarationValue();
239
+ },
240
+ );
241
+ });
242
+ }
243
+
244
+ walk(
245
+ nodes,
246
+ ({ node, state }) => {
247
+ if (!state) return;
248
+
249
+ // Step 2
250
+ // Make sure that we are in a math context.
251
+ // Once in a math context we remain in one until we encounter a non-math function.
252
+ // Simple blocks with parentheses are the same as `calc()`
253
+ if (isFunctionNode(node)) {
254
+ state.inMathFunction = FUNC_NAMES_REGEX.test(node.getName().toLowerCase());
255
+ } else if (!isSimpleBlockNode(node) || !isTokenOpenParen(node.startToken)) {
256
+ state.inMathFunction = false;
257
+
258
+ return;
259
+ }
260
+
261
+ if (!state.inMathFunction) return;
262
+
263
+ let cursor = 0;
264
+ /** @type {Operation | undefined} */
265
+ let operation = undefined;
266
+
267
+ while (cursor !== -1 && cursor < node.value.length) {
268
+ // Step 3
269
+ // Parse into operations
270
+ // Each operation consumes as much whitespace before and after
271
+ // Each parse call tries to consume as much as possible up to the next comma or semicolon
272
+ // Operations consist of
273
+ // - first operand
274
+ // - operator
275
+ // - second operand
276
+ // - whitespace before and after
277
+ [operation, cursor] = parseOperation(node, cursor);
278
+
279
+ if (!operation) {
280
+ cursor++;
281
+ continue;
282
+ }
283
+
284
+ // Step 4
285
+ // If there is no operator, try to find one
286
+ if (!operation.operator) {
287
+ checkOperationWithoutOperator(node, operation);
288
+ }
289
+
290
+ // Step 5
291
+ // If the operation is complete, ensure there is whitespace around the operator
292
+ // The operation might have started without an operator and might have been repaired by Step 4
293
+ if (operation.operator) {
294
+ checkCompleteOperation(node, operation, 'before');
295
+ checkCompleteOperation(node, operation, 'after');
296
+
297
+ // Step 6
298
+ // Normalize the whitespace around the operands
299
+ checkOperandWhitespace(operation, 'before');
300
+ checkOperandWhitespace(operation, 'after');
301
+ }
302
+
303
+ cursor = node.value.indexOf(operation.secondOperand);
304
+ }
305
+ },
306
+ {
307
+ inMathFunction: false,
308
+ },
309
+ );
310
+ });
311
+ };
312
+ };
313
+
314
+ /**
315
+ * @param {string} value
316
+ * @returns {Array<ComponentValue>}
317
+ */
318
+ function tokenizeDeclarationValue(value) {
319
+ const tokens = tokenize({ css: value });
320
+
321
+ // Step 1
322
+ // Step 1.1
323
+ // Re-tokenize dimensions with units containing dashes.
324
+ // These might be typo's.
325
+ // For example: `10px-20px` has a unit of `px-20px`
326
+ tokens.forEach((token, i) => {
327
+ if (!isTokenDimension(token)) return;
328
+
329
+ const { unit } = token[4];
330
+
331
+ if (unit.startsWith('--')) return;
332
+
333
+ const indexOfDash = unit.indexOf('-');
334
+
335
+ if (indexOfDash === -1) return;
336
+
337
+ const remainder = unit.slice(indexOfDash);
338
+
339
+ if (remainder.length === 1) return;
340
+
341
+ mutateUnit(token, unit.slice(0, indexOfDash));
342
+ token[3] = token[2] + token[1].length;
343
+
344
+ const remainderTokens = tokenize({ css: remainder }).slice(0, -1); // Trim EOF token
345
+
346
+ remainderTokens.forEach((remainderToken) => {
347
+ remainderToken[2] += token[3];
348
+ remainderToken[3] += token[3];
349
+ });
350
+
351
+ tokens.splice(i + 1, 0, ...remainderTokens);
352
+ });
353
+
354
+ // Step 1.2
355
+ // Re-tokenize scss interpolation blocks
356
+ // Grouping `#` and `{` into a single token allows us to parse these as simple blocks with curly braces.
357
+ // For example: `#{$foo}`
358
+ tokens.forEach((currentToken, i) => {
359
+ if (!isTokenDelim(currentToken) || currentToken[4].value !== '#') return;
360
+
361
+ const nextToken = tokens[i + 1];
362
+
363
+ if (!isTokenOpenCurly(nextToken)) return;
364
+
365
+ const nextNextToken = tokens[i + 2];
366
+
367
+ if (!isTokenDelim(nextNextToken) || nextNextToken[4].value !== '$') return;
368
+
369
+ // Set the string representation of the open curly to `#{`
370
+ nextToken[1] = '#{';
371
+ // Remove the `#` token
372
+ tokens.splice(i, 1);
373
+ });
374
+
375
+ return parseListOfComponentValues(tokens);
376
+ }
377
+
378
+ /** @see https://drafts.csswg.org/css-values/#typedef-calc-value */
379
+ const OPERAND_TOKEN_TYPES = new Set([
380
+ TokenType.Number,
381
+ TokenType.Dimension,
382
+ TokenType.Percentage,
383
+ TokenType.Ident,
384
+ ]);
385
+
386
+ /**
387
+ * @param {ComponentValue | undefined} node
388
+ * @returns {boolean}
389
+ */
390
+ function isOperandNode(node) {
391
+ if (isSimpleBlockNode(node)) return true;
392
+
393
+ if (isFunctionNode(node)) {
394
+ const name = node.getName().toLowerCase();
395
+
396
+ if (mathFunctions.has(name) || name === 'var') return true;
397
+
398
+ return false;
399
+ }
400
+
401
+ if (!isTokenNode(node)) return false;
402
+
403
+ return OPERAND_TOKEN_TYPES.has(node.value[0]);
404
+ }
405
+
406
+ /**
407
+ * @param {string} whitespace
408
+ */
409
+ function newWhitespaceNode(whitespace = ' ') {
410
+ return new WhitespaceNode([[TokenType.Whitespace, whitespace, -1, -1, undefined]]);
411
+ }
412
+
413
+ class Operation {
414
+ /**
415
+ * @param {ComponentValue} firstOperand
416
+ * @param {Array<WhitespaceNode | CommentNode>} before
417
+ * @param {ComponentValue} secondOperand
418
+ * @param {Array<WhitespaceNode | CommentNode>} after
419
+ * @param {TokenNode | undefined} operator
420
+ */
421
+ constructor(firstOperand, before, secondOperand, after, operator) {
422
+ /** @type {typeof firstOperand} */
423
+ this.firstOperand = firstOperand;
424
+ /** @type {typeof before} */
425
+ this.before = before;
426
+ /** @type {typeof secondOperand} */
427
+ this.secondOperand = secondOperand;
428
+ /** @type {typeof after} */
429
+ this.after = after;
430
+ /** @type {typeof operator} */
431
+ this.operator = operator;
432
+ }
433
+
434
+ get #operatorToken() {
435
+ assert(isTokenDelim(this.operator?.value));
436
+
437
+ return this.operator.value;
438
+ }
439
+
440
+ /** @returns {string} */
441
+ get operatorChar() {
442
+ return this.#operatorToken[4].value;
443
+ }
444
+
445
+ /** @returns {number} */
446
+ get operatorCharPosition() {
447
+ return this.#operatorToken[2];
448
+ }
449
+
450
+ /**
451
+ * @param {ContainerNode} node
452
+ * @param {'before' | 'after'} position
453
+ */
454
+ insertWhitespace(node, position) {
455
+ assert(this.operator);
456
+ node.value.splice(
457
+ node.value.indexOf(this.operator) + (position === 'before' ? 0 : 1),
458
+ 0,
459
+ newWhitespaceNode(),
460
+ );
461
+ }
462
+
463
+ /**
464
+ * @param {ContainerNode} node
465
+ */
466
+ insertOperatorAfterFirstOperand(node) {
467
+ assert(this.operator);
468
+ node.value.splice(node.value.indexOf(this.firstOperand) + 1, 0, ...this.before, this.operator);
469
+ }
470
+
471
+ /**
472
+ * @param {ContainerNode} node
473
+ */
474
+ insertOperatorBeforeSecondOperand(node) {
475
+ assert(this.operator);
476
+ node.value.splice(node.value.indexOf(this.secondOperand), 0, this.operator, ...this.after);
477
+ }
478
+
479
+ /**
480
+ * @param {string} operatorChar
481
+ * @param {number} operatorCharPosition
482
+ * @param {'append' | 'prepend'} type
483
+ */
484
+ completeMissingOperator(operatorChar, operatorCharPosition, type) {
485
+ this.operator = new TokenNode([
486
+ TokenType.Delim,
487
+ operatorChar,
488
+ operatorCharPosition,
489
+ operatorCharPosition + operatorChar.length,
490
+ { value: operatorChar },
491
+ ]);
492
+
493
+ if (type === 'append') {
494
+ this.after = this.before;
495
+ this.before = [newWhitespaceNode()];
496
+ } else {
497
+ this.after = [newWhitespaceNode()];
498
+ }
499
+ }
500
+ }
501
+
502
+ /**
503
+ * @param {ContainerNode} container
504
+ * @param {number} cursor
505
+ * @returns {[Operation | undefined, number]}
506
+ */
507
+ function parseOperation(container, cursor) {
508
+ let firstOperand = undefined;
509
+ let secondOperand = undefined;
510
+ const before = [];
511
+ const after = [];
512
+ let operator = undefined;
513
+
514
+ let currentNode = container.value[cursor];
515
+
516
+ // Consume as much whitespace and comments as possible
517
+ while (isWhiteSpaceOrCommentNode(currentNode)) {
518
+ currentNode = container.value[++cursor];
519
+ }
520
+
521
+ // If the current node is an operand, consume it
522
+ if (isOperandNode(currentNode)) {
523
+ firstOperand = currentNode;
524
+
525
+ currentNode = container.value[++cursor];
526
+ }
527
+
528
+ // Consume as much whitespace and comments as possible
529
+ // Assign to `before`
530
+ while (isWhiteSpaceOrCommentNode(currentNode)) {
531
+ before.push(currentNode);
532
+
533
+ currentNode = container.value[++cursor];
534
+ }
535
+
536
+ // If the current node is an operator, consume it
537
+ if (
538
+ isTokenNode(currentNode) &&
539
+ isTokenDelim(currentNode.value) &&
540
+ OPERATORS.has(currentNode.value[4].value)
541
+ ) {
542
+ operator = currentNode;
543
+
544
+ currentNode = container.value[++cursor];
545
+ }
546
+
547
+ // Consume as much whitespace and comments as possible
548
+ // Assign to `after`
549
+ while (isWhiteSpaceOrCommentNode(currentNode)) {
550
+ after.push(currentNode);
551
+
552
+ currentNode = container.value[++cursor];
553
+ }
554
+
555
+ // If the current node is an operand, consume it
556
+ if (isOperandNode(currentNode)) {
557
+ secondOperand = currentNode;
558
+
559
+ currentNode = container.value[++cursor];
560
+ }
561
+
562
+ // Consume as much whitespace and comments as possible
563
+ while (isWhiteSpaceOrCommentNode(currentNode)) {
564
+ currentNode = container.value[++cursor];
565
+ }
566
+
567
+ // If we have not consumed any operands, we are not in an operation
568
+ // Do error recovery by consuming until the next comma or semicolon
569
+ // If no comma or semicolon is found, consume until the end of the container
570
+ if (!firstOperand || !secondOperand) {
571
+ while (currentNode) {
572
+ if (
573
+ isTokenNode(currentNode) &&
574
+ (isTokenComma(currentNode.value) || isTokenSemicolon(currentNode.value))
575
+ ) {
576
+ return [undefined, cursor];
577
+ }
578
+
579
+ currentNode = container.value[++cursor];
580
+ }
581
+
582
+ return [undefined, container.value.length];
583
+ }
584
+
585
+ return [new Operation(firstOperand, before, secondOperand, after, operator), cursor];
586
+ }
587
+
588
+ rule.ruleName = ruleName;
589
+ rule.messages = messages;
590
+ rule.meta = meta;
591
+ export default rule;