create-docusaurus 0.0.0-4479 → 0.0.0-4486

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 (872) hide show
  1. package/lib/index.js +3 -4
  2. package/package.json +3 -3
  3. package/templates/classic/package.json +3 -3
  4. package/templates/classic-typescript/package.json +4 -4
  5. package/templates/facebook/package.json +3 -3
  6. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/CHANGELOG.md +0 -18
  7. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/LICENSE +0 -21
  8. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/README.md +0 -91
  9. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/camel-case.js +0 -13
  10. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/extract.js +0 -462
  11. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/get-template.js +0 -7
  12. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/index.js +0 -6
  13. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/literal.js +0 -23
  14. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/object-parse.js +0 -15
  15. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/object-parser.js +0 -357
  16. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/object-stringifier.js +0 -153
  17. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/object-stringify.js +0 -9
  18. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/object-syntax.js +0 -11
  19. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/object.js +0 -24
  20. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/package.json +0 -119
  21. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/template-parse.js +0 -19
  22. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/template-parser-helper.js +0 -260
  23. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/template-parser.js +0 -20
  24. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js +0 -19
  25. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/template-safe-parser.js +0 -21
  26. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/template-stringifier.js +0 -23
  27. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/template-stringify.js +0 -9
  28. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/template-tokenize.js +0 -67
  29. package/templates/facebook/node_modules/@stylelint/postcss-css-in-js/un-camel-case.js +0 -13
  30. package/templates/facebook/node_modules/@stylelint/postcss-markdown/CHANGELOG.md +0 -13
  31. package/templates/facebook/node_modules/@stylelint/postcss-markdown/LICENSE +0 -21
  32. package/templates/facebook/node_modules/@stylelint/postcss-markdown/README.md +0 -92
  33. package/templates/facebook/node_modules/@stylelint/postcss-markdown/extract.js +0 -42
  34. package/templates/facebook/node_modules/@stylelint/postcss-markdown/index.js +0 -5
  35. package/templates/facebook/node_modules/@stylelint/postcss-markdown/package.json +0 -63
  36. package/templates/facebook/node_modules/autoprefixer/LICENSE +0 -20
  37. package/templates/facebook/node_modules/autoprefixer/README.md +0 -73
  38. package/templates/facebook/node_modules/autoprefixer/bin/autoprefixer +0 -22
  39. package/templates/facebook/node_modules/autoprefixer/data/prefixes.js +0 -714
  40. package/templates/facebook/node_modules/autoprefixer/lib/at-rule.js +0 -62
  41. package/templates/facebook/node_modules/autoprefixer/lib/autoprefixer.js +0 -150
  42. package/templates/facebook/node_modules/autoprefixer/lib/brackets.js +0 -64
  43. package/templates/facebook/node_modules/autoprefixer/lib/browsers.js +0 -96
  44. package/templates/facebook/node_modules/autoprefixer/lib/declaration.js +0 -243
  45. package/templates/facebook/node_modules/autoprefixer/lib/hacks/align-content.js +0 -79
  46. package/templates/facebook/node_modules/autoprefixer/lib/hacks/align-items.js +0 -76
  47. package/templates/facebook/node_modules/autoprefixer/lib/hacks/align-self.js +0 -84
  48. package/templates/facebook/node_modules/autoprefixer/lib/hacks/animation.js +0 -35
  49. package/templates/facebook/node_modules/autoprefixer/lib/hacks/appearance.js +0 -39
  50. package/templates/facebook/node_modules/autoprefixer/lib/hacks/backdrop-filter.js +0 -35
  51. package/templates/facebook/node_modules/autoprefixer/lib/hacks/background-clip.js +0 -41
  52. package/templates/facebook/node_modules/autoprefixer/lib/hacks/background-size.js +0 -38
  53. package/templates/facebook/node_modules/autoprefixer/lib/hacks/block-logical.js +0 -48
  54. package/templates/facebook/node_modules/autoprefixer/lib/hacks/border-image.js +0 -33
  55. package/templates/facebook/node_modules/autoprefixer/lib/hacks/border-radius.js +0 -62
  56. package/templates/facebook/node_modules/autoprefixer/lib/hacks/break-props.js +0 -76
  57. package/templates/facebook/node_modules/autoprefixer/lib/hacks/color-adjust.js +0 -40
  58. package/templates/facebook/node_modules/autoprefixer/lib/hacks/cross-fade.js +0 -54
  59. package/templates/facebook/node_modules/autoprefixer/lib/hacks/display-flex.js +0 -94
  60. package/templates/facebook/node_modules/autoprefixer/lib/hacks/display-grid.js +0 -41
  61. package/templates/facebook/node_modules/autoprefixer/lib/hacks/filter-value.js +0 -31
  62. package/templates/facebook/node_modules/autoprefixer/lib/hacks/filter.js +0 -33
  63. package/templates/facebook/node_modules/autoprefixer/lib/hacks/flex-basis.js +0 -72
  64. package/templates/facebook/node_modules/autoprefixer/lib/hacks/flex-direction.js +0 -108
  65. package/templates/facebook/node_modules/autoprefixer/lib/hacks/flex-flow.js +0 -81
  66. package/templates/facebook/node_modules/autoprefixer/lib/hacks/flex-grow.js +0 -57
  67. package/templates/facebook/node_modules/autoprefixer/lib/hacks/flex-shrink.js +0 -72
  68. package/templates/facebook/node_modules/autoprefixer/lib/hacks/flex-spec.js +0 -22
  69. package/templates/facebook/node_modules/autoprefixer/lib/hacks/flex-wrap.js +0 -40
  70. package/templates/facebook/node_modules/autoprefixer/lib/hacks/flex.js +0 -85
  71. package/templates/facebook/node_modules/autoprefixer/lib/hacks/fullscreen.js +0 -40
  72. package/templates/facebook/node_modules/autoprefixer/lib/hacks/gradient.js +0 -519
  73. package/templates/facebook/node_modules/autoprefixer/lib/hacks/grid-area.js +0 -52
  74. package/templates/facebook/node_modules/autoprefixer/lib/hacks/grid-column-align.js +0 -48
  75. package/templates/facebook/node_modules/autoprefixer/lib/hacks/grid-end.js +0 -62
  76. package/templates/facebook/node_modules/autoprefixer/lib/hacks/grid-row-align.js +0 -48
  77. package/templates/facebook/node_modules/autoprefixer/lib/hacks/grid-row-column.js +0 -52
  78. package/templates/facebook/node_modules/autoprefixer/lib/hacks/grid-rows-columns.js +0 -149
  79. package/templates/facebook/node_modules/autoprefixer/lib/hacks/grid-start.js +0 -55
  80. package/templates/facebook/node_modules/autoprefixer/lib/hacks/grid-template-areas.js +0 -101
  81. package/templates/facebook/node_modules/autoprefixer/lib/hacks/grid-template.js +0 -90
  82. package/templates/facebook/node_modules/autoprefixer/lib/hacks/grid-utils.js +0 -1123
  83. package/templates/facebook/node_modules/autoprefixer/lib/hacks/image-rendering.js +0 -71
  84. package/templates/facebook/node_modules/autoprefixer/lib/hacks/image-set.js +0 -38
  85. package/templates/facebook/node_modules/autoprefixer/lib/hacks/inline-logical.js +0 -40
  86. package/templates/facebook/node_modules/autoprefixer/lib/hacks/intrinsic.js +0 -74
  87. package/templates/facebook/node_modules/autoprefixer/lib/hacks/justify-content.js +0 -85
  88. package/templates/facebook/node_modules/autoprefixer/lib/hacks/mask-border.js +0 -46
  89. package/templates/facebook/node_modules/autoprefixer/lib/hacks/mask-composite.js +0 -104
  90. package/templates/facebook/node_modules/autoprefixer/lib/hacks/order.js +0 -72
  91. package/templates/facebook/node_modules/autoprefixer/lib/hacks/overscroll-behavior.js +0 -54
  92. package/templates/facebook/node_modules/autoprefixer/lib/hacks/pixelated.js +0 -58
  93. package/templates/facebook/node_modules/autoprefixer/lib/hacks/place-self.js +0 -55
  94. package/templates/facebook/node_modules/autoprefixer/lib/hacks/placeholder-shown.js +0 -36
  95. package/templates/facebook/node_modules/autoprefixer/lib/hacks/placeholder.js +0 -56
  96. package/templates/facebook/node_modules/autoprefixer/lib/hacks/text-decoration-skip-ink.js +0 -38
  97. package/templates/facebook/node_modules/autoprefixer/lib/hacks/text-decoration.js +0 -36
  98. package/templates/facebook/node_modules/autoprefixer/lib/hacks/text-emphasis-position.js +0 -33
  99. package/templates/facebook/node_modules/autoprefixer/lib/hacks/transform-decl.js +0 -105
  100. package/templates/facebook/node_modules/autoprefixer/lib/hacks/user-select.js +0 -36
  101. package/templates/facebook/node_modules/autoprefixer/lib/hacks/writing-mode.js +0 -59
  102. package/templates/facebook/node_modules/autoprefixer/lib/info.js +0 -149
  103. package/templates/facebook/node_modules/autoprefixer/lib/old-selector.js +0 -88
  104. package/templates/facebook/node_modules/autoprefixer/lib/old-value.js +0 -30
  105. package/templates/facebook/node_modules/autoprefixer/lib/prefixer.js +0 -167
  106. package/templates/facebook/node_modules/autoprefixer/lib/prefixes.js +0 -471
  107. package/templates/facebook/node_modules/autoprefixer/lib/processor.js +0 -703
  108. package/templates/facebook/node_modules/autoprefixer/lib/resolution.js +0 -125
  109. package/templates/facebook/node_modules/autoprefixer/lib/selector.js +0 -198
  110. package/templates/facebook/node_modules/autoprefixer/lib/supports.js +0 -346
  111. package/templates/facebook/node_modules/autoprefixer/lib/transition.js +0 -411
  112. package/templates/facebook/node_modules/autoprefixer/lib/utils.js +0 -103
  113. package/templates/facebook/node_modules/autoprefixer/lib/value.js +0 -164
  114. package/templates/facebook/node_modules/autoprefixer/package.json +0 -30
  115. package/templates/facebook/node_modules/known-css-properties/LICENSE +0 -21
  116. package/templates/facebook/node_modules/known-css-properties/README.md +0 -48
  117. package/templates/facebook/node_modules/known-css-properties/data/all.json +0 -1144
  118. package/templates/facebook/node_modules/known-css-properties/index.js +0 -1
  119. package/templates/facebook/node_modules/known-css-properties/package.json +0 -56
  120. package/templates/facebook/node_modules/meow/index.d.ts +0 -315
  121. package/templates/facebook/node_modules/meow/index.js +0 -236
  122. package/templates/facebook/node_modules/meow/license +0 -9
  123. package/templates/facebook/node_modules/meow/package.json +0 -77
  124. package/templates/facebook/node_modules/meow/readme.md +0 -352
  125. package/templates/facebook/node_modules/picocolors/LICENSE +0 -15
  126. package/templates/facebook/node_modules/picocolors/README.md +0 -23
  127. package/templates/facebook/node_modules/picocolors/package.json +0 -25
  128. package/templates/facebook/node_modules/picocolors/picocolors.browser.js +0 -4
  129. package/templates/facebook/node_modules/picocolors/picocolors.d.ts +0 -5
  130. package/templates/facebook/node_modules/picocolors/picocolors.js +0 -60
  131. package/templates/facebook/node_modules/picocolors/types.ts +0 -30
  132. package/templates/facebook/node_modules/postcss/LICENSE +0 -20
  133. package/templates/facebook/node_modules/postcss/README.md +0 -43
  134. package/templates/facebook/node_modules/postcss/lib/at-rule.js +0 -127
  135. package/templates/facebook/node_modules/postcss/lib/comment.js +0 -55
  136. package/templates/facebook/node_modules/postcss/lib/container.js +0 -774
  137. package/templates/facebook/node_modules/postcss/lib/css-syntax-error.js +0 -296
  138. package/templates/facebook/node_modules/postcss/lib/declaration.js +0 -96
  139. package/templates/facebook/node_modules/postcss/lib/input.js +0 -214
  140. package/templates/facebook/node_modules/postcss/lib/lazy-result.js +0 -437
  141. package/templates/facebook/node_modules/postcss/lib/list.js +0 -93
  142. package/templates/facebook/node_modules/postcss/lib/map-generator.js +0 -347
  143. package/templates/facebook/node_modules/postcss/lib/node.js +0 -606
  144. package/templates/facebook/node_modules/postcss/lib/parse.js +0 -40
  145. package/templates/facebook/node_modules/postcss/lib/parser.js +0 -609
  146. package/templates/facebook/node_modules/postcss/lib/postcss.d.ts +0 -1283
  147. package/templates/facebook/node_modules/postcss/lib/postcss.js +0 -285
  148. package/templates/facebook/node_modules/postcss/lib/previous-map.js +0 -172
  149. package/templates/facebook/node_modules/postcss/lib/processor.js +0 -264
  150. package/templates/facebook/node_modules/postcss/lib/result.js +0 -213
  151. package/templates/facebook/node_modules/postcss/lib/root.js +0 -122
  152. package/templates/facebook/node_modules/postcss/lib/rule.js +0 -116
  153. package/templates/facebook/node_modules/postcss/lib/stringifier.js +0 -362
  154. package/templates/facebook/node_modules/postcss/lib/stringify.js +0 -18
  155. package/templates/facebook/node_modules/postcss/lib/terminal-highlight.js +0 -84
  156. package/templates/facebook/node_modules/postcss/lib/tokenize.js +0 -295
  157. package/templates/facebook/node_modules/postcss/lib/vendor.js +0 -53
  158. package/templates/facebook/node_modules/postcss/lib/warn-once.js +0 -17
  159. package/templates/facebook/node_modules/postcss/lib/warning.js +0 -131
  160. package/templates/facebook/node_modules/postcss/package.json +0 -37
  161. package/templates/facebook/node_modules/postcss-html/LICENSE +0 -21
  162. package/templates/facebook/node_modules/postcss-html/README.md +0 -78
  163. package/templates/facebook/node_modules/postcss-html/extract.js +0 -122
  164. package/templates/facebook/node_modules/postcss-html/index.js +0 -5
  165. package/templates/facebook/node_modules/postcss-html/package.json +0 -63
  166. package/templates/facebook/node_modules/postcss-html/template-parse.js +0 -14
  167. package/templates/facebook/node_modules/postcss-html/template-parser.js +0 -9
  168. package/templates/facebook/node_modules/postcss-html/template-safe-parse.js +0 -14
  169. package/templates/facebook/node_modules/postcss-html/template-safe-parser.js +0 -9
  170. package/templates/facebook/node_modules/postcss-html/template-tokenize.js +0 -49
  171. package/templates/facebook/node_modules/postcss-safe-parser/CHANGELOG.md +0 -51
  172. package/templates/facebook/node_modules/postcss-safe-parser/LICENSE +0 -20
  173. package/templates/facebook/node_modules/postcss-safe-parser/README.md +0 -33
  174. package/templates/facebook/node_modules/postcss-safe-parser/lib/safe-parse.js +0 -13
  175. package/templates/facebook/node_modules/postcss-safe-parser/lib/safe-parser.js +0 -115
  176. package/templates/facebook/node_modules/postcss-safe-parser/package.json +0 -102
  177. package/templates/facebook/node_modules/postcss-syntax/LICENSE +0 -21
  178. package/templates/facebook/node_modules/postcss-syntax/README.md +0 -85
  179. package/templates/facebook/node_modules/postcss-syntax/document.js +0 -41
  180. package/templates/facebook/node_modules/postcss-syntax/get-lang.js +0 -111
  181. package/templates/facebook/node_modules/postcss-syntax/get-syntax.js +0 -63
  182. package/templates/facebook/node_modules/postcss-syntax/index.js +0 -26
  183. package/templates/facebook/node_modules/postcss-syntax/load-syntax.js +0 -23
  184. package/templates/facebook/node_modules/postcss-syntax/normal-opts.js +0 -11
  185. package/templates/facebook/node_modules/postcss-syntax/package.json +0 -102
  186. package/templates/facebook/node_modules/postcss-syntax/parse-style.js +0 -127
  187. package/templates/facebook/node_modules/postcss-syntax/parse.js +0 -34
  188. package/templates/facebook/node_modules/postcss-syntax/parser.js +0 -18
  189. package/templates/facebook/node_modules/postcss-syntax/patch-postcss.js +0 -77
  190. package/templates/facebook/node_modules/postcss-syntax/processor.js +0 -29
  191. package/templates/facebook/node_modules/postcss-syntax/stringify.js +0 -20
  192. package/templates/facebook/node_modules/postcss-syntax/syntax.js +0 -37
  193. package/templates/facebook/node_modules/remark/index.js +0 -7
  194. package/templates/facebook/node_modules/remark/package.json +0 -46
  195. package/templates/facebook/node_modules/remark/readme.md +0 -260
  196. package/templates/facebook/node_modules/remark/types/index.d.ts +0 -19
  197. package/templates/facebook/node_modules/remark-parse/index.js +0 -24
  198. package/templates/facebook/node_modules/remark-parse/package.json +0 -46
  199. package/templates/facebook/node_modules/remark-parse/readme.md +0 -197
  200. package/templates/facebook/node_modules/remark-parse/types/index.d.ts +0 -14
  201. package/templates/facebook/node_modules/remark-stringify/index.js +0 -23
  202. package/templates/facebook/node_modules/remark-stringify/license +0 -22
  203. package/templates/facebook/node_modules/remark-stringify/package.json +0 -46
  204. package/templates/facebook/node_modules/remark-stringify/readme.md +0 -217
  205. package/templates/facebook/node_modules/remark-stringify/types/index.d.ts +0 -14
  206. package/templates/facebook/node_modules/stylelint/CHANGELOG.md +0 -1701
  207. package/templates/facebook/node_modules/stylelint/CONTRIBUTING.md +0 -81
  208. package/templates/facebook/node_modules/stylelint/LICENSE +0 -20
  209. package/templates/facebook/node_modules/stylelint/README.md +0 -48
  210. package/templates/facebook/node_modules/stylelint/bin/stylelint.js +0 -8
  211. package/templates/facebook/node_modules/stylelint/docs/about/linting.md +0 -34
  212. package/templates/facebook/node_modules/stylelint/docs/about/semantic-versioning.md +0 -37
  213. package/templates/facebook/node_modules/stylelint/docs/about/syntaxes.md +0 -18
  214. package/templates/facebook/node_modules/stylelint/docs/about/vision.md +0 -63
  215. package/templates/facebook/node_modules/stylelint/docs/developer-guide/formatters.md +0 -77
  216. package/templates/facebook/node_modules/stylelint/docs/developer-guide/plugins.md +0 -324
  217. package/templates/facebook/node_modules/stylelint/docs/developer-guide/processors.md +0 -28
  218. package/templates/facebook/node_modules/stylelint/docs/developer-guide/rules.md +0 -244
  219. package/templates/facebook/node_modules/stylelint/docs/developer-guide/syntaxes.md +0 -35
  220. package/templates/facebook/node_modules/stylelint/docs/developer-guide/system-tests.md +0 -23
  221. package/templates/facebook/node_modules/stylelint/docs/maintainer-guide/issues.md +0 -94
  222. package/templates/facebook/node_modules/stylelint/docs/maintainer-guide/pull-requests.md +0 -33
  223. package/templates/facebook/node_modules/stylelint/docs/maintainer-guide/releases.md +0 -47
  224. package/templates/facebook/node_modules/stylelint/docs/toc.md +0 -37
  225. package/templates/facebook/node_modules/stylelint/docs/user-guide/configure.md +0 -420
  226. package/templates/facebook/node_modules/stylelint/docs/user-guide/errors.md +0 -29
  227. package/templates/facebook/node_modules/stylelint/docs/user-guide/get-started.md +0 -55
  228. package/templates/facebook/node_modules/stylelint/docs/user-guide/ignore-code.md +0 -88
  229. package/templates/facebook/node_modules/stylelint/docs/user-guide/integrations/editor.md +0 -12
  230. package/templates/facebook/node_modules/stylelint/docs/user-guide/integrations/other.md +0 -19
  231. package/templates/facebook/node_modules/stylelint/docs/user-guide/integrations/task-runner.md +0 -10
  232. package/templates/facebook/node_modules/stylelint/docs/user-guide/rules/about.md +0 -203
  233. package/templates/facebook/node_modules/stylelint/docs/user-guide/rules/combine.md +0 -360
  234. package/templates/facebook/node_modules/stylelint/docs/user-guide/rules/list.md +0 -399
  235. package/templates/facebook/node_modules/stylelint/docs/user-guide/rules/regex.md +0 -29
  236. package/templates/facebook/node_modules/stylelint/docs/user-guide/usage/cli.md +0 -195
  237. package/templates/facebook/node_modules/stylelint/docs/user-guide/usage/node-api.md +0 -169
  238. package/templates/facebook/node_modules/stylelint/docs/user-guide/usage/options.md +0 -208
  239. package/templates/facebook/node_modules/stylelint/docs/user-guide/usage/postcss-plugin.md +0 -84
  240. package/templates/facebook/node_modules/stylelint/lib/assignDisabledRanges.js +0 -407
  241. package/templates/facebook/node_modules/stylelint/lib/augmentConfig.js +0 -359
  242. package/templates/facebook/node_modules/stylelint/lib/cli.js +0 -544
  243. package/templates/facebook/node_modules/stylelint/lib/createPartialStylelintResult.js +0 -103
  244. package/templates/facebook/node_modules/stylelint/lib/createPlugin.js +0 -15
  245. package/templates/facebook/node_modules/stylelint/lib/createStylelint.js +0 -88
  246. package/templates/facebook/node_modules/stylelint/lib/createStylelintResult.js +0 -39
  247. package/templates/facebook/node_modules/stylelint/lib/descriptionlessDisables.js +0 -62
  248. package/templates/facebook/node_modules/stylelint/lib/formatters/compactFormatter.js +0 -20
  249. package/templates/facebook/node_modules/stylelint/lib/formatters/index.js +0 -12
  250. package/templates/facebook/node_modules/stylelint/lib/formatters/jsonFormatter.js +0 -20
  251. package/templates/facebook/node_modules/stylelint/lib/formatters/stringFormatter.js +0 -225
  252. package/templates/facebook/node_modules/stylelint/lib/formatters/tapFormatter.js +0 -39
  253. package/templates/facebook/node_modules/stylelint/lib/formatters/unixFormatter.js +0 -26
  254. package/templates/facebook/node_modules/stylelint/lib/formatters/verboseFormatter.js +0 -61
  255. package/templates/facebook/node_modules/stylelint/lib/getConfigForFile.js +0 -61
  256. package/templates/facebook/node_modules/stylelint/lib/getPostcssResult.js +0 -182
  257. package/templates/facebook/node_modules/stylelint/lib/index.js +0 -33
  258. package/templates/facebook/node_modules/stylelint/lib/invalidScopeDisables.js +0 -50
  259. package/templates/facebook/node_modules/stylelint/lib/isPathIgnored.js +0 -48
  260. package/templates/facebook/node_modules/stylelint/lib/lintPostcssResult.js +0 -134
  261. package/templates/facebook/node_modules/stylelint/lib/lintSource.js +0 -133
  262. package/templates/facebook/node_modules/stylelint/lib/needlessDisables.js +0 -110
  263. package/templates/facebook/node_modules/stylelint/lib/normalizeAllRuleSettings.js +0 -41
  264. package/templates/facebook/node_modules/stylelint/lib/normalizeRuleSettings.js +0 -74
  265. package/templates/facebook/node_modules/stylelint/lib/postcssPlugin.js +0 -25
  266. package/templates/facebook/node_modules/stylelint/lib/prepareReturnValue.js +0 -59
  267. package/templates/facebook/node_modules/stylelint/lib/printConfig.js +0 -58
  268. package/templates/facebook/node_modules/stylelint/lib/reference/keywordSets.js +0 -690
  269. package/templates/facebook/node_modules/stylelint/lib/reference/mathFunctions.js +0 -3
  270. package/templates/facebook/node_modules/stylelint/lib/reference/namedColorData.js +0 -152
  271. package/templates/facebook/node_modules/stylelint/lib/reference/propertySets.js +0 -18
  272. package/templates/facebook/node_modules/stylelint/lib/reference/punctuationSets.js +0 -9
  273. package/templates/facebook/node_modules/stylelint/lib/reference/shorthandData.js +0 -143
  274. package/templates/facebook/node_modules/stylelint/lib/reportDisables.js +0 -62
  275. package/templates/facebook/node_modules/stylelint/lib/reportUnknownRuleNames.js +0 -76
  276. package/templates/facebook/node_modules/stylelint/lib/rules/alpha-value-notation/README.md +0 -110
  277. package/templates/facebook/node_modules/stylelint/lib/rules/alpha-value-notation/index.js +0 -160
  278. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-allowed-list/README.md +0 -65
  279. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-allowed-list/index.js +0 -57
  280. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-blacklist/README.md +0 -52
  281. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-blacklist/index.js +0 -64
  282. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-disallowed-list/README.md +0 -50
  283. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-disallowed-list/index.js +0 -57
  284. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-empty-line-before/README.md +0 -421
  285. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-empty-line-before/index.js +0 -161
  286. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-name-case/README.md +0 -110
  287. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-name-case/index.js +0 -58
  288. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-name-newline-after/README.md +0 -108
  289. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-name-newline-after/index.js +0 -40
  290. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-name-space-after/README.md +0 -117
  291. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-name-space-after/index.js +0 -45
  292. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-no-unknown/README.md +0 -74
  293. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-no-unknown/index.js +0 -67
  294. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-no-vendor-prefix/README.md +0 -40
  295. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-no-vendor-prefix/index.js +0 -58
  296. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-property-required-list/README.md +0 -53
  297. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-property-required-list/index.js +0 -65
  298. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-property-requirelist/README.md +0 -55
  299. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-property-requirelist/index.js +0 -74
  300. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-semicolon-newline-after/README.md +0 -63
  301. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-semicolon-newline-after/index.js +0 -78
  302. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-semicolon-space-before/README.md +0 -50
  303. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-semicolon-space-before/index.js +0 -63
  304. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-whitelist/README.md +0 -67
  305. package/templates/facebook/node_modules/stylelint/lib/rules/at-rule-whitelist/index.js +0 -64
  306. package/templates/facebook/node_modules/stylelint/lib/rules/atRuleNameSpaceChecker.js +0 -43
  307. package/templates/facebook/node_modules/stylelint/lib/rules/block-closing-brace-empty-line-before/README.md +0 -238
  308. package/templates/facebook/node_modules/stylelint/lib/rules/block-closing-brace-empty-line-before/index.js +0 -118
  309. package/templates/facebook/node_modules/stylelint/lib/rules/block-closing-brace-newline-after/README.md +0 -196
  310. package/templates/facebook/node_modules/stylelint/lib/rules/block-closing-brace-newline-after/index.js +0 -137
  311. package/templates/facebook/node_modules/stylelint/lib/rules/block-closing-brace-newline-before/README.md +0 -93
  312. package/templates/facebook/node_modules/stylelint/lib/rules/block-closing-brace-newline-before/index.js +0 -117
  313. package/templates/facebook/node_modules/stylelint/lib/rules/block-closing-brace-space-after/README.md +0 -179
  314. package/templates/facebook/node_modules/stylelint/lib/rules/block-closing-brace-space-after/index.js +0 -88
  315. package/templates/facebook/node_modules/stylelint/lib/rules/block-closing-brace-space-before/README.md +0 -174
  316. package/templates/facebook/node_modules/stylelint/lib/rules/block-closing-brace-space-before/index.js +0 -96
  317. package/templates/facebook/node_modules/stylelint/lib/rules/block-no-empty/README.md +0 -75
  318. package/templates/facebook/node_modules/stylelint/lib/rules/block-no-empty/index.js +0 -83
  319. package/templates/facebook/node_modules/stylelint/lib/rules/block-opening-brace-newline-after/README.md +0 -125
  320. package/templates/facebook/node_modules/stylelint/lib/rules/block-opening-brace-newline-after/index.js +0 -145
  321. package/templates/facebook/node_modules/stylelint/lib/rules/block-opening-brace-newline-before/README.md +0 -176
  322. package/templates/facebook/node_modules/stylelint/lib/rules/block-opening-brace-newline-before/index.js +0 -107
  323. package/templates/facebook/node_modules/stylelint/lib/rules/block-opening-brace-space-after/README.md +0 -174
  324. package/templates/facebook/node_modules/stylelint/lib/rules/block-opening-brace-space-after/index.js +0 -88
  325. package/templates/facebook/node_modules/stylelint/lib/rules/block-opening-brace-space-before/README.md +0 -218
  326. package/templates/facebook/node_modules/stylelint/lib/rules/block-opening-brace-space-before/index.js +0 -124
  327. package/templates/facebook/node_modules/stylelint/lib/rules/color-function-notation/README.md +0 -116
  328. package/templates/facebook/node_modules/stylelint/lib/rules/color-function-notation/index.js +0 -108
  329. package/templates/facebook/node_modules/stylelint/lib/rules/color-hex-case/README.md +0 -58
  330. package/templates/facebook/node_modules/stylelint/lib/rules/color-hex-case/index.js +0 -82
  331. package/templates/facebook/node_modules/stylelint/lib/rules/color-hex-length/README.md +0 -73
  332. package/templates/facebook/node_modules/stylelint/lib/rules/color-hex-length/index.js +0 -120
  333. package/templates/facebook/node_modules/stylelint/lib/rules/color-named/README.md +0 -176
  334. package/templates/facebook/node_modules/stylelint/lib/rules/color-named/generateColorFuncs.js +0 -198
  335. package/templates/facebook/node_modules/stylelint/lib/rules/color-named/index.js +0 -169
  336. package/templates/facebook/node_modules/stylelint/lib/rules/color-no-hex/README.md +0 -60
  337. package/templates/facebook/node_modules/stylelint/lib/rules/color-no-hex/index.js +0 -60
  338. package/templates/facebook/node_modules/stylelint/lib/rules/color-no-invalid-hex/README.md +0 -55
  339. package/templates/facebook/node_modules/stylelint/lib/rules/color-no-invalid-hex/index.js +0 -54
  340. package/templates/facebook/node_modules/stylelint/lib/rules/comment-empty-line-before/README.md +0 -195
  341. package/templates/facebook/node_modules/stylelint/lib/rules/comment-empty-line-before/index.js +0 -126
  342. package/templates/facebook/node_modules/stylelint/lib/rules/comment-no-empty/README.md +0 -51
  343. package/templates/facebook/node_modules/stylelint/lib/rules/comment-no-empty/index.js +0 -46
  344. package/templates/facebook/node_modules/stylelint/lib/rules/comment-pattern/README.md +0 -38
  345. package/templates/facebook/node_modules/stylelint/lib/rules/comment-pattern/index.js +0 -48
  346. package/templates/facebook/node_modules/stylelint/lib/rules/comment-whitespace-inside/README.md +0 -99
  347. package/templates/facebook/node_modules/stylelint/lib/rules/comment-whitespace-inside/index.js +0 -117
  348. package/templates/facebook/node_modules/stylelint/lib/rules/comment-word-blacklist/README.md +0 -50
  349. package/templates/facebook/node_modules/stylelint/lib/rules/comment-word-blacklist/index.js +0 -66
  350. package/templates/facebook/node_modules/stylelint/lib/rules/comment-word-disallowed-list/README.md +0 -48
  351. package/templates/facebook/node_modules/stylelint/lib/rules/comment-word-disallowed-list/index.js +0 -59
  352. package/templates/facebook/node_modules/stylelint/lib/rules/custom-media-pattern/README.md +0 -36
  353. package/templates/facebook/node_modules/stylelint/lib/rules/custom-media-pattern/index.js +0 -54
  354. package/templates/facebook/node_modules/stylelint/lib/rules/custom-property-empty-line-before/README.md +0 -272
  355. package/templates/facebook/node_modules/stylelint/lib/rules/custom-property-empty-line-before/index.js +0 -129
  356. package/templates/facebook/node_modules/stylelint/lib/rules/custom-property-pattern/README.md +0 -36
  357. package/templates/facebook/node_modules/stylelint/lib/rules/custom-property-pattern/index.js +0 -53
  358. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-bang-space-after/README.md +0 -72
  359. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-bang-space-after/index.js +0 -82
  360. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-bang-space-before/README.md +0 -67
  361. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-bang-space-before/index.js +0 -83
  362. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-custom-properties/README.md +0 -40
  363. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-custom-properties/index.js +0 -61
  364. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-properties/README.md +0 -143
  365. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-properties/index.js +0 -121
  366. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-no-redundant-longhand-properties/README.md +0 -197
  367. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-no-redundant-longhand-properties/index.js +0 -99
  368. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-no-shorthand-property-overrides/README.md +0 -69
  369. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-no-shorthand-property-overrides/index.js +0 -61
  370. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-semicolon-newline-after/README.md +0 -141
  371. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-semicolon-newline-after/index.js +0 -95
  372. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-semicolon-newline-before/README.md +0 -120
  373. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-semicolon-newline-before/index.js +0 -62
  374. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-semicolon-space-after/README.md +0 -147
  375. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-semicolon-space-after/index.js +0 -84
  376. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-semicolon-space-before/README.md +0 -130
  377. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-semicolon-space-before/index.js +0 -91
  378. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-single-line-max-declarations/README.md +0 -50
  379. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-single-line-max-declarations/index.js +0 -58
  380. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-trailing-semicolon/README.md +0 -108
  381. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-block-trailing-semicolon/index.js +0 -123
  382. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-colon-newline-after/README.md +0 -78
  383. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-colon-newline-after/index.js +0 -90
  384. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-colon-space-after/README.md +0 -111
  385. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-colon-space-after/index.js +0 -63
  386. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-colon-space-before/README.md +0 -72
  387. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-colon-space-before/index.js +0 -62
  388. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-empty-line-before/README.md +0 -322
  389. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-empty-line-before/index.js +0 -139
  390. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-no-important/README.md +0 -40
  391. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-no-important/index.js +0 -41
  392. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-property-unit-allowed-list/README.md +0 -119
  393. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-property-unit-allowed-list/index.js +0 -94
  394. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-property-unit-blacklist/README.md +0 -76
  395. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-property-unit-blacklist/index.js +0 -86
  396. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-property-unit-disallowed-list/README.md +0 -74
  397. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-property-unit-disallowed-list/index.js +0 -76
  398. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-property-unit-whitelist/README.md +0 -87
  399. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-property-unit-whitelist/index.js +0 -86
  400. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-property-value-allowed-list/README.md +0 -86
  401. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-property-value-allowed-list/index.js +0 -58
  402. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-property-value-blacklist/README.md +0 -107
  403. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-property-value-blacklist/index.js +0 -68
  404. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-property-value-disallowed-list/README.md +0 -105
  405. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-property-value-disallowed-list/index.js +0 -58
  406. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-property-value-whitelist/README.md +0 -98
  407. package/templates/facebook/node_modules/stylelint/lib/rules/declaration-property-value-whitelist/index.js +0 -68
  408. package/templates/facebook/node_modules/stylelint/lib/rules/declarationBangSpaceChecker.js +0 -43
  409. package/templates/facebook/node_modules/stylelint/lib/rules/declarationColonSpaceChecker.js +0 -48
  410. package/templates/facebook/node_modules/stylelint/lib/rules/findMediaOperator.js +0 -24
  411. package/templates/facebook/node_modules/stylelint/lib/rules/font-family-name-quotes/README.md +0 -163
  412. package/templates/facebook/node_modules/stylelint/lib/rules/font-family-name-quotes/index.js +0 -147
  413. package/templates/facebook/node_modules/stylelint/lib/rules/font-family-no-duplicate-names/README.md +0 -76
  414. package/templates/facebook/node_modules/stylelint/lib/rules/font-family-no-duplicate-names/index.js +0 -103
  415. package/templates/facebook/node_modules/stylelint/lib/rules/font-family-no-missing-generic-family-keyword/README.md +0 -89
  416. package/templates/facebook/node_modules/stylelint/lib/rules/font-family-no-missing-generic-family-keyword/index.js +0 -97
  417. package/templates/facebook/node_modules/stylelint/lib/rules/font-weight-notation/README.md +0 -94
  418. package/templates/facebook/node_modules/stylelint/lib/rules/font-weight-notation/index.js +0 -154
  419. package/templates/facebook/node_modules/stylelint/lib/rules/function-allowed-list/README.md +0 -73
  420. package/templates/facebook/node_modules/stylelint/lib/rules/function-allowed-list/index.js +0 -66
  421. package/templates/facebook/node_modules/stylelint/lib/rules/function-blacklist/README.md +0 -54
  422. package/templates/facebook/node_modules/stylelint/lib/rules/function-blacklist/index.js +0 -71
  423. package/templates/facebook/node_modules/stylelint/lib/rules/function-calc-no-invalid/README.md +0 -96
  424. package/templates/facebook/node_modules/stylelint/lib/rules/function-calc-no-invalid/index.js +0 -259
  425. package/templates/facebook/node_modules/stylelint/lib/rules/function-calc-no-unspaced-operator/README.md +0 -56
  426. package/templates/facebook/node_modules/stylelint/lib/rules/function-calc-no-unspaced-operator/index.js +0 -138
  427. package/templates/facebook/node_modules/stylelint/lib/rules/function-comma-newline-after/README.md +0 -113
  428. package/templates/facebook/node_modules/stylelint/lib/rules/function-comma-newline-after/index.js +0 -55
  429. package/templates/facebook/node_modules/stylelint/lib/rules/function-comma-newline-before/README.md +0 -129
  430. package/templates/facebook/node_modules/stylelint/lib/rules/function-comma-newline-before/index.js +0 -55
  431. package/templates/facebook/node_modules/stylelint/lib/rules/function-comma-space-after/README.md +0 -144
  432. package/templates/facebook/node_modules/stylelint/lib/rules/function-comma-space-after/index.js +0 -56
  433. package/templates/facebook/node_modules/stylelint/lib/rules/function-comma-space-before/README.md +0 -144
  434. package/templates/facebook/node_modules/stylelint/lib/rules/function-comma-space-before/index.js +0 -56
  435. package/templates/facebook/node_modules/stylelint/lib/rules/function-disallowed-list/README.md +0 -52
  436. package/templates/facebook/node_modules/stylelint/lib/rules/function-disallowed-list/index.js +0 -64
  437. package/templates/facebook/node_modules/stylelint/lib/rules/function-linear-gradient-no-nonstandard-direction/README.md +0 -77
  438. package/templates/facebook/node_modules/stylelint/lib/rules/function-linear-gradient-no-nonstandard-direction/index.js +0 -110
  439. package/templates/facebook/node_modules/stylelint/lib/rules/function-max-empty-lines/README.md +0 -78
  440. package/templates/facebook/node_modules/stylelint/lib/rules/function-max-empty-lines/index.js +0 -101
  441. package/templates/facebook/node_modules/stylelint/lib/rules/function-name-case/README.md +0 -181
  442. package/templates/facebook/node_modules/stylelint/lib/rules/function-name-case/index.js +0 -111
  443. package/templates/facebook/node_modules/stylelint/lib/rules/function-parentheses-newline-inside/README.md +0 -144
  444. package/templates/facebook/node_modules/stylelint/lib/rules/function-parentheses-newline-inside/index.js +0 -247
  445. package/templates/facebook/node_modules/stylelint/lib/rules/function-parentheses-space-inside/README.md +0 -140
  446. package/templates/facebook/node_modules/stylelint/lib/rules/function-parentheses-space-inside/index.js +0 -165
  447. package/templates/facebook/node_modules/stylelint/lib/rules/function-url-no-scheme-relative/README.md +0 -50
  448. package/templates/facebook/node_modules/stylelint/lib/rules/function-url-no-scheme-relative/index.js +0 -48
  449. package/templates/facebook/node_modules/stylelint/lib/rules/function-url-quotes/README.md +0 -120
  450. package/templates/facebook/node_modules/stylelint/lib/rules/function-url-quotes/index.js +0 -113
  451. package/templates/facebook/node_modules/stylelint/lib/rules/function-url-scheme-allowed-list/README.md +0 -76
  452. package/templates/facebook/node_modules/stylelint/lib/rules/function-url-scheme-allowed-list/index.js +0 -66
  453. package/templates/facebook/node_modules/stylelint/lib/rules/function-url-scheme-blacklist/README.md +0 -73
  454. package/templates/facebook/node_modules/stylelint/lib/rules/function-url-scheme-blacklist/index.js +0 -76
  455. package/templates/facebook/node_modules/stylelint/lib/rules/function-url-scheme-disallowed-list/README.md +0 -71
  456. package/templates/facebook/node_modules/stylelint/lib/rules/function-url-scheme-disallowed-list/index.js +0 -66
  457. package/templates/facebook/node_modules/stylelint/lib/rules/function-url-scheme-whitelist/README.md +0 -78
  458. package/templates/facebook/node_modules/stylelint/lib/rules/function-url-scheme-whitelist/index.js +0 -76
  459. package/templates/facebook/node_modules/stylelint/lib/rules/function-whitelist/README.md +0 -75
  460. package/templates/facebook/node_modules/stylelint/lib/rules/function-whitelist/index.js +0 -73
  461. package/templates/facebook/node_modules/stylelint/lib/rules/function-whitespace-after/README.md +0 -80
  462. package/templates/facebook/node_modules/stylelint/lib/rules/function-whitespace-after/index.js +0 -167
  463. package/templates/facebook/node_modules/stylelint/lib/rules/functionCommaSpaceChecker.js +0 -109
  464. package/templates/facebook/node_modules/stylelint/lib/rules/functionCommaSpaceFix.js +0 -34
  465. package/templates/facebook/node_modules/stylelint/lib/rules/hue-degree-notation/README.md +0 -74
  466. package/templates/facebook/node_modules/stylelint/lib/rules/hue-degree-notation/index.js +0 -122
  467. package/templates/facebook/node_modules/stylelint/lib/rules/indentation/README.md +0 -338
  468. package/templates/facebook/node_modules/stylelint/lib/rules/indentation/index.js +0 -615
  469. package/templates/facebook/node_modules/stylelint/lib/rules/index.js +0 -401
  470. package/templates/facebook/node_modules/stylelint/lib/rules/keyframe-declaration-no-important/README.md +0 -52
  471. package/templates/facebook/node_modules/stylelint/lib/rules/keyframe-declaration-no-important/index.js +0 -43
  472. package/templates/facebook/node_modules/stylelint/lib/rules/keyframes-name-pattern/README.md +0 -46
  473. package/templates/facebook/node_modules/stylelint/lib/rules/keyframes-name-pattern/index.js +0 -51
  474. package/templates/facebook/node_modules/stylelint/lib/rules/length-zero-no-unit/README.md +0 -69
  475. package/templates/facebook/node_modules/stylelint/lib/rules/length-zero-no-unit/index.js +0 -163
  476. package/templates/facebook/node_modules/stylelint/lib/rules/linebreaks/README.md +0 -21
  477. package/templates/facebook/node_modules/stylelint/lib/rules/linebreaks/index.js +0 -102
  478. package/templates/facebook/node_modules/stylelint/lib/rules/max-empty-lines/README.md +0 -116
  479. package/templates/facebook/node_modules/stylelint/lib/rules/max-empty-lines/index.js +0 -209
  480. package/templates/facebook/node_modules/stylelint/lib/rules/max-line-length/README.md +0 -151
  481. package/templates/facebook/node_modules/stylelint/lib/rules/max-line-length/index.js +0 -183
  482. package/templates/facebook/node_modules/stylelint/lib/rules/max-nesting-depth/README.md +0 -355
  483. package/templates/facebook/node_modules/stylelint/lib/rules/max-nesting-depth/index.js +0 -114
  484. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-colon-space-after/README.md +0 -72
  485. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-colon-space-after/index.js +0 -82
  486. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-colon-space-before/README.md +0 -72
  487. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-colon-space-before/index.js +0 -82
  488. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-allowed-list/README.md +0 -64
  489. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-allowed-list/index.js +0 -76
  490. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-blacklist/README.md +0 -66
  491. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-blacklist/index.js +0 -86
  492. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-case/README.md +0 -108
  493. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-case/index.js +0 -96
  494. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-disallowed-list/README.md +0 -64
  495. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-disallowed-list/index.js +0 -76
  496. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-no-unknown/README.md +0 -94
  497. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-no-unknown/index.js +0 -88
  498. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-no-vendor-prefix/README.md +0 -47
  499. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-no-vendor-prefix/index.js +0 -58
  500. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-value-allowed-list/README.md +0 -84
  501. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-value-allowed-list/index.js +0 -89
  502. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-value-whitelist/README.md +0 -86
  503. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-value-whitelist/index.js +0 -99
  504. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-whitelist/README.md +0 -66
  505. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-name-whitelist/index.js +0 -86
  506. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-parentheses-space-inside/README.md +0 -62
  507. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-parentheses-space-inside/index.js +0 -106
  508. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-range-operator-space-after/README.md +0 -72
  509. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-range-operator-space-after/index.js +0 -92
  510. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-range-operator-space-before/README.md +0 -72
  511. package/templates/facebook/node_modules/stylelint/lib/rules/media-feature-range-operator-space-before/index.js +0 -92
  512. package/templates/facebook/node_modules/stylelint/lib/rules/media-query-list-comma-newline-after/README.md +0 -113
  513. package/templates/facebook/node_modules/stylelint/lib/rules/media-query-list-comma-newline-after/index.js +0 -88
  514. package/templates/facebook/node_modules/stylelint/lib/rules/media-query-list-comma-newline-before/README.md +0 -111
  515. package/templates/facebook/node_modules/stylelint/lib/rules/media-query-list-comma-newline-before/index.js +0 -42
  516. package/templates/facebook/node_modules/stylelint/lib/rules/media-query-list-comma-space-after/README.md +0 -136
  517. package/templates/facebook/node_modules/stylelint/lib/rules/media-query-list-comma-space-after/index.js +0 -84
  518. package/templates/facebook/node_modules/stylelint/lib/rules/media-query-list-comma-space-before/README.md +0 -136
  519. package/templates/facebook/node_modules/stylelint/lib/rules/media-query-list-comma-space-before/index.js +0 -84
  520. package/templates/facebook/node_modules/stylelint/lib/rules/mediaFeatureColonSpaceChecker.js +0 -39
  521. package/templates/facebook/node_modules/stylelint/lib/rules/mediaQueryListCommaWhitespaceChecker.js +0 -54
  522. package/templates/facebook/node_modules/stylelint/lib/rules/named-grid-areas-no-invalid/README.md +0 -50
  523. package/templates/facebook/node_modules/stylelint/lib/rules/named-grid-areas-no-invalid/index.js +0 -80
  524. package/templates/facebook/node_modules/stylelint/lib/rules/named-grid-areas-no-invalid/utils/findNotContiguousOrRectangular.js +0 -61
  525. package/templates/facebook/node_modules/stylelint/lib/rules/named-grid-areas-no-invalid/utils/isRectangular.js +0 -12
  526. package/templates/facebook/node_modules/stylelint/lib/rules/no-descending-specificity/README.md +0 -166
  527. package/templates/facebook/node_modules/stylelint/lib/rules/no-descending-specificity/index.js +0 -146
  528. package/templates/facebook/node_modules/stylelint/lib/rules/no-duplicate-at-import-rules/README.md +0 -56
  529. package/templates/facebook/node_modules/stylelint/lib/rules/no-duplicate-at-import-rules/index.js +0 -68
  530. package/templates/facebook/node_modules/stylelint/lib/rules/no-duplicate-selectors/README.md +0 -136
  531. package/templates/facebook/node_modules/stylelint/lib/rules/no-duplicate-selectors/index.js +0 -149
  532. package/templates/facebook/node_modules/stylelint/lib/rules/no-empty-first-line/README.md +0 -34
  533. package/templates/facebook/node_modules/stylelint/lib/rules/no-empty-first-line/index.js +0 -49
  534. package/templates/facebook/node_modules/stylelint/lib/rules/no-empty-source/README.md +0 -45
  535. package/templates/facebook/node_modules/stylelint/lib/rules/no-empty-source/index.js +0 -40
  536. package/templates/facebook/node_modules/stylelint/lib/rules/no-eol-whitespace/README.md +0 -79
  537. package/templates/facebook/node_modules/stylelint/lib/rules/no-eol-whitespace/index.js +0 -260
  538. package/templates/facebook/node_modules/stylelint/lib/rules/no-extra-semicolons/README.md +0 -78
  539. package/templates/facebook/node_modules/stylelint/lib/rules/no-extra-semicolons/index.js +0 -243
  540. package/templates/facebook/node_modules/stylelint/lib/rules/no-invalid-double-slash-comments/README.md +0 -54
  541. package/templates/facebook/node_modules/stylelint/lib/rules/no-invalid-double-slash-comments/index.js +0 -51
  542. package/templates/facebook/node_modules/stylelint/lib/rules/no-invalid-position-at-import-rule/README.md +0 -51
  543. package/templates/facebook/node_modules/stylelint/lib/rules/no-invalid-position-at-import-rule/index.js +0 -58
  544. package/templates/facebook/node_modules/stylelint/lib/rules/no-irregular-whitespace/README.md +0 -57
  545. package/templates/facebook/node_modules/stylelint/lib/rules/no-irregular-whitespace/index.js +0 -134
  546. package/templates/facebook/node_modules/stylelint/lib/rules/no-missing-end-of-source-newline/README.md +0 -34
  547. package/templates/facebook/node_modules/stylelint/lib/rules/no-missing-end-of-source-newline/index.js +0 -52
  548. package/templates/facebook/node_modules/stylelint/lib/rules/no-unknown-animations/README.md +0 -76
  549. package/templates/facebook/node_modules/stylelint/lib/rules/no-unknown-animations/index.js +0 -64
  550. package/templates/facebook/node_modules/stylelint/lib/rules/number-leading-zero/README.md +0 -74
  551. package/templates/facebook/node_modules/stylelint/lib/rules/number-leading-zero/index.js +0 -163
  552. package/templates/facebook/node_modules/stylelint/lib/rules/number-max-precision/README.md +0 -107
  553. package/templates/facebook/node_modules/stylelint/lib/rules/number-max-precision/index.js +0 -101
  554. package/templates/facebook/node_modules/stylelint/lib/rules/number-no-trailing-zeros/README.md +0 -40
  555. package/templates/facebook/node_modules/stylelint/lib/rules/number-no-trailing-zeros/index.js +0 -119
  556. package/templates/facebook/node_modules/stylelint/lib/rules/property-allowed-list/README.md +0 -75
  557. package/templates/facebook/node_modules/stylelint/lib/rules/property-allowed-list/index.js +0 -60
  558. package/templates/facebook/node_modules/stylelint/lib/rules/property-blacklist/README.md +0 -66
  559. package/templates/facebook/node_modules/stylelint/lib/rules/property-blacklist/index.js +0 -67
  560. package/templates/facebook/node_modules/stylelint/lib/rules/property-case/README.md +0 -168
  561. package/templates/facebook/node_modules/stylelint/lib/rules/property-case/index.js +0 -63
  562. package/templates/facebook/node_modules/stylelint/lib/rules/property-disallowed-list/README.md +0 -64
  563. package/templates/facebook/node_modules/stylelint/lib/rules/property-disallowed-list/index.js +0 -60
  564. package/templates/facebook/node_modules/stylelint/lib/rules/property-no-unknown/README.md +0 -187
  565. package/templates/facebook/node_modules/stylelint/lib/rules/property-no-unknown/index.js +0 -107
  566. package/templates/facebook/node_modules/stylelint/lib/rules/property-no-vendor-prefix/README.md +0 -70
  567. package/templates/facebook/node_modules/stylelint/lib/rules/property-no-vendor-prefix/index.js +0 -76
  568. package/templates/facebook/node_modules/stylelint/lib/rules/property-whitelist/README.md +0 -77
  569. package/templates/facebook/node_modules/stylelint/lib/rules/property-whitelist/index.js +0 -67
  570. package/templates/facebook/node_modules/stylelint/lib/rules/rangeContextNodeParser.js +0 -65
  571. package/templates/facebook/node_modules/stylelint/lib/rules/rule-empty-line-before/README.md +0 -326
  572. package/templates/facebook/node_modules/stylelint/lib/rules/rule-empty-line-before/index.js +0 -145
  573. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-brackets-space-inside/README.md +0 -112
  574. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-brackets-space-inside/index.js +0 -182
  575. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-name-disallowed-list/README.md +0 -54
  576. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-name-disallowed-list/index.js +0 -66
  577. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-operator-allowed-list/README.md +0 -54
  578. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-operator-allowed-list/index.js +0 -65
  579. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-operator-blacklist/README.md +0 -46
  580. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-operator-blacklist/index.js +0 -75
  581. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-operator-disallowed-list/README.md +0 -44
  582. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-operator-disallowed-list/index.js +0 -65
  583. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-operator-space-after/README.md +0 -162
  584. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-operator-space-after/index.js +0 -89
  585. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-operator-space-before/README.md +0 -162
  586. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-operator-space-before/index.js +0 -73
  587. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-operator-whitelist/README.md +0 -56
  588. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-operator-whitelist/index.js +0 -75
  589. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-quotes/README.md +0 -102
  590. package/templates/facebook/node_modules/stylelint/lib/rules/selector-attribute-quotes/index.js +0 -94
  591. package/templates/facebook/node_modules/stylelint/lib/rules/selector-class-pattern/README.md +0 -100
  592. package/templates/facebook/node_modules/stylelint/lib/rules/selector-class-pattern/index.js +0 -121
  593. package/templates/facebook/node_modules/stylelint/lib/rules/selector-combinator-allowed-list/README.md +0 -54
  594. package/templates/facebook/node_modules/stylelint/lib/rules/selector-combinator-allowed-list/index.js +0 -70
  595. package/templates/facebook/node_modules/stylelint/lib/rules/selector-combinator-blacklist/README.md +0 -56
  596. package/templates/facebook/node_modules/stylelint/lib/rules/selector-combinator-blacklist/index.js +0 -80
  597. package/templates/facebook/node_modules/stylelint/lib/rules/selector-combinator-disallowed-list/README.md +0 -54
  598. package/templates/facebook/node_modules/stylelint/lib/rules/selector-combinator-disallowed-list/index.js +0 -70
  599. package/templates/facebook/node_modules/stylelint/lib/rules/selector-combinator-space-after/README.md +0 -78
  600. package/templates/facebook/node_modules/stylelint/lib/rules/selector-combinator-space-after/index.js +0 -57
  601. package/templates/facebook/node_modules/stylelint/lib/rules/selector-combinator-space-before/README.md +0 -78
  602. package/templates/facebook/node_modules/stylelint/lib/rules/selector-combinator-space-before/index.js +0 -57
  603. package/templates/facebook/node_modules/stylelint/lib/rules/selector-combinator-whitelist/README.md +0 -56
  604. package/templates/facebook/node_modules/stylelint/lib/rules/selector-combinator-whitelist/index.js +0 -80
  605. package/templates/facebook/node_modules/stylelint/lib/rules/selector-descendant-combinator-no-non-space/README.md +0 -40
  606. package/templates/facebook/node_modules/stylelint/lib/rules/selector-descendant-combinator-no-non-space/index.js +0 -86
  607. package/templates/facebook/node_modules/stylelint/lib/rules/selector-disallowed-list/README.md +0 -68
  608. package/templates/facebook/node_modules/stylelint/lib/rules/selector-disallowed-list/index.js +0 -56
  609. package/templates/facebook/node_modules/stylelint/lib/rules/selector-id-pattern/README.md +0 -63
  610. package/templates/facebook/node_modules/stylelint/lib/rules/selector-id-pattern/index.js +0 -67
  611. package/templates/facebook/node_modules/stylelint/lib/rules/selector-list-comma-newline-after/README.md +0 -120
  612. package/templates/facebook/node_modules/stylelint/lib/rules/selector-list-comma-newline-after/index.js +0 -117
  613. package/templates/facebook/node_modules/stylelint/lib/rules/selector-list-comma-newline-before/README.md +0 -112
  614. package/templates/facebook/node_modules/stylelint/lib/rules/selector-list-comma-newline-before/index.js +0 -91
  615. package/templates/facebook/node_modules/stylelint/lib/rules/selector-list-comma-space-after/README.md +0 -110
  616. package/templates/facebook/node_modules/stylelint/lib/rules/selector-list-comma-space-after/index.js +0 -83
  617. package/templates/facebook/node_modules/stylelint/lib/rules/selector-list-comma-space-before/README.md +0 -110
  618. package/templates/facebook/node_modules/stylelint/lib/rules/selector-list-comma-space-before/index.js +0 -83
  619. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-attribute/README.md +0 -113
  620. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-attribute/index.js +0 -96
  621. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-class/README.md +0 -58
  622. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-class/index.js +0 -71
  623. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-combinators/README.md +0 -72
  624. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-combinators/index.js +0 -72
  625. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-compound-selectors/README.md +0 -59
  626. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-compound-selectors/index.js +0 -79
  627. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-empty-lines/README.md +0 -103
  628. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-empty-lines/index.js +0 -65
  629. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-id/README.md +0 -105
  630. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-id/index.js +0 -95
  631. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-pseudo-class/README.md +0 -50
  632. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-pseudo-class/index.js +0 -85
  633. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-specificity/README.md +0 -138
  634. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-specificity/index.js +0 -182
  635. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-type/README.md +0 -179
  636. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-type/index.js +0 -176
  637. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-universal/README.md +0 -76
  638. package/templates/facebook/node_modules/stylelint/lib/rules/selector-max-universal/index.js +0 -84
  639. package/templates/facebook/node_modules/stylelint/lib/rules/selector-nested-pattern/README.md +0 -77
  640. package/templates/facebook/node_modules/stylelint/lib/rules/selector-nested-pattern/index.js +0 -58
  641. package/templates/facebook/node_modules/stylelint/lib/rules/selector-no-qualifying-type/README.md +0 -105
  642. package/templates/facebook/node_modules/stylelint/lib/rules/selector-no-qualifying-type/index.js +0 -134
  643. package/templates/facebook/node_modules/stylelint/lib/rules/selector-no-vendor-prefix/README.md +0 -67
  644. package/templates/facebook/node_modules/stylelint/lib/rules/selector-no-vendor-prefix/index.js +0 -75
  645. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-class-allowed-list/README.md +0 -53
  646. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-class-allowed-list/index.js +0 -74
  647. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-class-blacklist/README.md +0 -55
  648. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-class-blacklist/index.js +0 -85
  649. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-class-case/README.md +0 -108
  650. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-class-case/index.js +0 -97
  651. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-class-disallowed-list/README.md +0 -53
  652. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-class-disallowed-list/index.js +0 -75
  653. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-class-no-unknown/README.md +0 -84
  654. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-class-no-unknown/index.js +0 -157
  655. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-class-parentheses-space-inside/README.md +0 -62
  656. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-class-parentheses-space-inside/index.js +0 -141
  657. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-class-whitelist/README.md +0 -55
  658. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-class-whitelist/index.js +0 -84
  659. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-element-allowed-list/README.md +0 -54
  660. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-element-allowed-list/index.js +0 -74
  661. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-element-blacklist/README.md +0 -56
  662. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-element-blacklist/index.js +0 -84
  663. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-element-case/README.md +0 -128
  664. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-element-case/index.js +0 -84
  665. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-element-colon-notation/README.md +0 -136
  666. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-element-colon-notation/index.js +0 -94
  667. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-element-disallowed-list/README.md +0 -54
  668. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-element-disallowed-list/index.js +0 -74
  669. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-element-no-unknown/README.md +0 -84
  670. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-element-no-unknown/index.js +0 -92
  671. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-element-whitelist/README.md +0 -56
  672. package/templates/facebook/node_modules/stylelint/lib/rules/selector-pseudo-element-whitelist/index.js +0 -84
  673. package/templates/facebook/node_modules/stylelint/lib/rules/selector-type-case/README.md +0 -91
  674. package/templates/facebook/node_modules/stylelint/lib/rules/selector-type-case/index.js +0 -107
  675. package/templates/facebook/node_modules/stylelint/lib/rules/selector-type-no-unknown/README.md +0 -140
  676. package/templates/facebook/node_modules/stylelint/lib/rules/selector-type-no-unknown/index.js +0 -115
  677. package/templates/facebook/node_modules/stylelint/lib/rules/selectorAttributeOperatorSpaceChecker.js +0 -74
  678. package/templates/facebook/node_modules/stylelint/lib/rules/selectorCombinatorSpaceChecker.js +0 -87
  679. package/templates/facebook/node_modules/stylelint/lib/rules/selectorListCommaWhitespaceChecker.js +0 -48
  680. package/templates/facebook/node_modules/stylelint/lib/rules/shorthand-property-no-redundant-values/README.md +0 -75
  681. package/templates/facebook/node_modules/stylelint/lib/rules/shorthand-property-no-redundant-values/index.js +0 -137
  682. package/templates/facebook/node_modules/stylelint/lib/rules/string-no-newline/README.md +0 -73
  683. package/templates/facebook/node_modules/stylelint/lib/rules/string-no-newline/index.js +0 -115
  684. package/templates/facebook/node_modules/stylelint/lib/rules/string-quotes/README.md +0 -130
  685. package/templates/facebook/node_modules/stylelint/lib/rules/string-quotes/index.js +0 -221
  686. package/templates/facebook/node_modules/stylelint/lib/rules/time-min-milliseconds/README.md +0 -77
  687. package/templates/facebook/node_modules/stylelint/lib/rules/time-min-milliseconds/index.js +0 -142
  688. package/templates/facebook/node_modules/stylelint/lib/rules/unicode-bom/README.md +0 -41
  689. package/templates/facebook/node_modules/stylelint/lib/rules/unicode-bom/index.js +0 -59
  690. package/templates/facebook/node_modules/stylelint/lib/rules/unit-allowed-list/README.md +0 -115
  691. package/templates/facebook/node_modules/stylelint/lib/rules/unit-allowed-list/index.js +0 -85
  692. package/templates/facebook/node_modules/stylelint/lib/rules/unit-blacklist/README.md +0 -161
  693. package/templates/facebook/node_modules/stylelint/lib/rules/unit-blacklist/index.js +0 -132
  694. package/templates/facebook/node_modules/stylelint/lib/rules/unit-case/README.md +0 -126
  695. package/templates/facebook/node_modules/stylelint/lib/rules/unit-case/index.js +0 -114
  696. package/templates/facebook/node_modules/stylelint/lib/rules/unit-disallowed-list/README.md +0 -159
  697. package/templates/facebook/node_modules/stylelint/lib/rules/unit-disallowed-list/index.js +0 -125
  698. package/templates/facebook/node_modules/stylelint/lib/rules/unit-no-unknown/README.md +0 -138
  699. package/templates/facebook/node_modules/stylelint/lib/rules/unit-no-unknown/index.js +0 -158
  700. package/templates/facebook/node_modules/stylelint/lib/rules/unit-whitelist/README.md +0 -117
  701. package/templates/facebook/node_modules/stylelint/lib/rules/unit-whitelist/index.js +0 -92
  702. package/templates/facebook/node_modules/stylelint/lib/rules/value-keyword-case/README.md +0 -320
  703. package/templates/facebook/node_modules/stylelint/lib/rules/value-keyword-case/index.js +0 -236
  704. package/templates/facebook/node_modules/stylelint/lib/rules/value-list-comma-newline-after/README.md +0 -102
  705. package/templates/facebook/node_modules/stylelint/lib/rules/value-list-comma-newline-after/index.js +0 -100
  706. package/templates/facebook/node_modules/stylelint/lib/rules/value-list-comma-newline-before/README.md +0 -100
  707. package/templates/facebook/node_modules/stylelint/lib/rules/value-list-comma-newline-before/index.js +0 -42
  708. package/templates/facebook/node_modules/stylelint/lib/rules/value-list-comma-space-after/README.md +0 -136
  709. package/templates/facebook/node_modules/stylelint/lib/rules/value-list-comma-space-after/index.js +0 -86
  710. package/templates/facebook/node_modules/stylelint/lib/rules/value-list-comma-space-before/README.md +0 -136
  711. package/templates/facebook/node_modules/stylelint/lib/rules/value-list-comma-space-before/index.js +0 -86
  712. package/templates/facebook/node_modules/stylelint/lib/rules/value-list-max-empty-lines/README.md +0 -121
  713. package/templates/facebook/node_modules/stylelint/lib/rules/value-list-max-empty-lines/index.js +0 -60
  714. package/templates/facebook/node_modules/stylelint/lib/rules/value-no-vendor-prefix/README.md +0 -74
  715. package/templates/facebook/node_modules/stylelint/lib/rules/value-no-vendor-prefix/index.js +0 -90
  716. package/templates/facebook/node_modules/stylelint/lib/rules/valueListCommaWhitespaceChecker.js +0 -57
  717. package/templates/facebook/node_modules/stylelint/lib/standalone.js +0 -334
  718. package/templates/facebook/node_modules/stylelint/lib/syntaxes/index.js +0 -16
  719. package/templates/facebook/node_modules/stylelint/lib/syntaxes/syntax-css-in-js.js +0 -3
  720. package/templates/facebook/node_modules/stylelint/lib/syntaxes/syntax-html.js +0 -8
  721. package/templates/facebook/node_modules/stylelint/lib/syntaxes/syntax-less.js +0 -3
  722. package/templates/facebook/node_modules/stylelint/lib/syntaxes/syntax-markdown.js +0 -8
  723. package/templates/facebook/node_modules/stylelint/lib/syntaxes/syntax-sass.js +0 -3
  724. package/templates/facebook/node_modules/stylelint/lib/syntaxes/syntax-scss.js +0 -3
  725. package/templates/facebook/node_modules/stylelint/lib/syntaxes/syntax-sugarss.js +0 -3
  726. package/templates/facebook/node_modules/stylelint/lib/utils/FileCache.js +0 -68
  727. package/templates/facebook/node_modules/stylelint/lib/utils/addEmptyLineAfter.js +0 -30
  728. package/templates/facebook/node_modules/stylelint/lib/utils/addEmptyLineBefore.js +0 -26
  729. package/templates/facebook/node_modules/stylelint/lib/utils/atRuleParamIndex.js +0 -16
  730. package/templates/facebook/node_modules/stylelint/lib/utils/beforeBlockString.js +0 -54
  731. package/templates/facebook/node_modules/stylelint/lib/utils/blockString.js +0 -25
  732. package/templates/facebook/node_modules/stylelint/lib/utils/blurComments.js +0 -10
  733. package/templates/facebook/node_modules/stylelint/lib/utils/blurFunctionArguments.js +0 -53
  734. package/templates/facebook/node_modules/stylelint/lib/utils/blurInterpolation.js +0 -10
  735. package/templates/facebook/node_modules/stylelint/lib/utils/checkAgainstRule.js +0 -52
  736. package/templates/facebook/node_modules/stylelint/lib/utils/checkInvalidCLIOptions.js +0 -92
  737. package/templates/facebook/node_modules/stylelint/lib/utils/configurationError.js +0 -15
  738. package/templates/facebook/node_modules/stylelint/lib/utils/containsString.js +0 -56
  739. package/templates/facebook/node_modules/stylelint/lib/utils/declarationValueIndex.js +0 -26
  740. package/templates/facebook/node_modules/stylelint/lib/utils/eachDeclarationBlock.js +0 -59
  741. package/templates/facebook/node_modules/stylelint/lib/utils/filterFilePaths.js +0 -19
  742. package/templates/facebook/node_modules/stylelint/lib/utils/findAnimationName.js +0 -69
  743. package/templates/facebook/node_modules/stylelint/lib/utils/findAtRuleContext.js +0 -23
  744. package/templates/facebook/node_modules/stylelint/lib/utils/findFontFamily.js +0 -128
  745. package/templates/facebook/node_modules/stylelint/lib/utils/findListStyleType.js +0 -60
  746. package/templates/facebook/node_modules/stylelint/lib/utils/functionArgumentsSearch.js +0 -41
  747. package/templates/facebook/node_modules/stylelint/lib/utils/getAtRuleParams.js +0 -11
  748. package/templates/facebook/node_modules/stylelint/lib/utils/getCacheFile.js +0 -52
  749. package/templates/facebook/node_modules/stylelint/lib/utils/getDeclarationValue.js +0 -11
  750. package/templates/facebook/node_modules/stylelint/lib/utils/getFileIgnorer.js +0 -34
  751. package/templates/facebook/node_modules/stylelint/lib/utils/getFormatterOptionsText.js +0 -19
  752. package/templates/facebook/node_modules/stylelint/lib/utils/getModulePath.js +0 -31
  753. package/templates/facebook/node_modules/stylelint/lib/utils/getNextNonSharedLineCommentNode.js +0 -38
  754. package/templates/facebook/node_modules/stylelint/lib/utils/getOsEol.js +0 -11
  755. package/templates/facebook/node_modules/stylelint/lib/utils/getPreviousNonSharedLineCommentNode.js +0 -40
  756. package/templates/facebook/node_modules/stylelint/lib/utils/getRuleSelector.js +0 -13
  757. package/templates/facebook/node_modules/stylelint/lib/utils/getSchemeFromUrl.js +0 -39
  758. package/templates/facebook/node_modules/stylelint/lib/utils/getUnitFromValueNode.js +0 -49
  759. package/templates/facebook/node_modules/stylelint/lib/utils/hasBlock.js +0 -11
  760. package/templates/facebook/node_modules/stylelint/lib/utils/hasEmptyBlock.js +0 -13
  761. package/templates/facebook/node_modules/stylelint/lib/utils/hasEmptyLine.js +0 -14
  762. package/templates/facebook/node_modules/stylelint/lib/utils/hasInterpolation.js +0 -26
  763. package/templates/facebook/node_modules/stylelint/lib/utils/hasLessInterpolation.js +0 -11
  764. package/templates/facebook/node_modules/stylelint/lib/utils/hasPsvInterpolation.js +0 -10
  765. package/templates/facebook/node_modules/stylelint/lib/utils/hasScssInterpolation.js +0 -10
  766. package/templates/facebook/node_modules/stylelint/lib/utils/hasTplInterpolation.js +0 -11
  767. package/templates/facebook/node_modules/stylelint/lib/utils/hash.js +0 -12
  768. package/templates/facebook/node_modules/stylelint/lib/utils/isAfterComment.js +0 -16
  769. package/templates/facebook/node_modules/stylelint/lib/utils/isAfterSingleLineComment.js +0 -22
  770. package/templates/facebook/node_modules/stylelint/lib/utils/isAfterStandardPropertyDeclaration.js +0 -20
  771. package/templates/facebook/node_modules/stylelint/lib/utils/isAutoprefixable.js +0 -86
  772. package/templates/facebook/node_modules/stylelint/lib/utils/isBlocklessAtRuleAfterBlocklessAtRule.js +0 -22
  773. package/templates/facebook/node_modules/stylelint/lib/utils/isBlocklessAtRuleAfterSameNameBlocklessAtRule.js +0 -19
  774. package/templates/facebook/node_modules/stylelint/lib/utils/isContextFunctionalPseudoClass.js +0 -23
  775. package/templates/facebook/node_modules/stylelint/lib/utils/isCounterIncrementCustomIdentValue.js +0 -21
  776. package/templates/facebook/node_modules/stylelint/lib/utils/isCounterResetCustomIdentValue.js +0 -21
  777. package/templates/facebook/node_modules/stylelint/lib/utils/isCustomElement.js +0 -46
  778. package/templates/facebook/node_modules/stylelint/lib/utils/isCustomMediaQuery.js +0 -10
  779. package/templates/facebook/node_modules/stylelint/lib/utils/isCustomProperty.js +0 -10
  780. package/templates/facebook/node_modules/stylelint/lib/utils/isCustomPropertySet.js +0 -18
  781. package/templates/facebook/node_modules/stylelint/lib/utils/isCustomSelector.js +0 -11
  782. package/templates/facebook/node_modules/stylelint/lib/utils/isFirstNested.js +0 -67
  783. package/templates/facebook/node_modules/stylelint/lib/utils/isFirstNodeOfRoot.js +0 -15
  784. package/templates/facebook/node_modules/stylelint/lib/utils/isKeyframeRule.js +0 -13
  785. package/templates/facebook/node_modules/stylelint/lib/utils/isKeyframeSelector.js +0 -22
  786. package/templates/facebook/node_modules/stylelint/lib/utils/isLessVariable.js +0 -14
  787. package/templates/facebook/node_modules/stylelint/lib/utils/isMap.js +0 -44
  788. package/templates/facebook/node_modules/stylelint/lib/utils/isMathFunction.js +0 -13
  789. package/templates/facebook/node_modules/stylelint/lib/utils/isNonNegativeInteger.js +0 -17
  790. package/templates/facebook/node_modules/stylelint/lib/utils/isNumbery.js +0 -13
  791. package/templates/facebook/node_modules/stylelint/lib/utils/isOnlyWhitespace.js +0 -22
  792. package/templates/facebook/node_modules/stylelint/lib/utils/isRangeContextMediaFeature.js +0 -11
  793. package/templates/facebook/node_modules/stylelint/lib/utils/isScssVariable.js +0 -21
  794. package/templates/facebook/node_modules/stylelint/lib/utils/isSharedLineComment.js +0 -53
  795. package/templates/facebook/node_modules/stylelint/lib/utils/isSingleLineString.js +0 -12
  796. package/templates/facebook/node_modules/stylelint/lib/utils/isStandardSyntaxAtRule.js +0 -29
  797. package/templates/facebook/node_modules/stylelint/lib/utils/isStandardSyntaxCombinator.js +0 -34
  798. package/templates/facebook/node_modules/stylelint/lib/utils/isStandardSyntaxDeclaration.js +0 -61
  799. package/templates/facebook/node_modules/stylelint/lib/utils/isStandardSyntaxFunction.js +0 -16
  800. package/templates/facebook/node_modules/stylelint/lib/utils/isStandardSyntaxMathFunction.js +0 -21
  801. package/templates/facebook/node_modules/stylelint/lib/utils/isStandardSyntaxMediaFeature.js +0 -26
  802. package/templates/facebook/node_modules/stylelint/lib/utils/isStandardSyntaxMediaFeatureName.js +0 -16
  803. package/templates/facebook/node_modules/stylelint/lib/utils/isStandardSyntaxProperty.js +0 -34
  804. package/templates/facebook/node_modules/stylelint/lib/utils/isStandardSyntaxRule.js +0 -69
  805. package/templates/facebook/node_modules/stylelint/lib/utils/isStandardSyntaxSelector.js +0 -38
  806. package/templates/facebook/node_modules/stylelint/lib/utils/isStandardSyntaxTypeSelector.js +0 -53
  807. package/templates/facebook/node_modules/stylelint/lib/utils/isStandardSyntaxUrl.js +0 -48
  808. package/templates/facebook/node_modules/stylelint/lib/utils/isStandardSyntaxValue.js +0 -47
  809. package/templates/facebook/node_modules/stylelint/lib/utils/isValidFontSize.js +0 -38
  810. package/templates/facebook/node_modules/stylelint/lib/utils/isValidHex.js +0 -11
  811. package/templates/facebook/node_modules/stylelint/lib/utils/isVariable.js +0 -11
  812. package/templates/facebook/node_modules/stylelint/lib/utils/isWhitespace.js +0 -11
  813. package/templates/facebook/node_modules/stylelint/lib/utils/matchesStringOrRegExp.js +0 -85
  814. package/templates/facebook/node_modules/stylelint/lib/utils/nextNonCommentNode.js +0 -20
  815. package/templates/facebook/node_modules/stylelint/lib/utils/noFilesFoundError.js +0 -20
  816. package/templates/facebook/node_modules/stylelint/lib/utils/nodeContextLookup.js +0 -43
  817. package/templates/facebook/node_modules/stylelint/lib/utils/optionsMatches.js +0 -22
  818. package/templates/facebook/node_modules/stylelint/lib/utils/parseCalcExpression/index.js +0 -15
  819. package/templates/facebook/node_modules/stylelint/lib/utils/parseCalcExpression/parser.jison +0 -172
  820. package/templates/facebook/node_modules/stylelint/lib/utils/parseCalcExpression/parser.js +0 -3929
  821. package/templates/facebook/node_modules/stylelint/lib/utils/parseSelector.js +0 -18
  822. package/templates/facebook/node_modules/stylelint/lib/utils/putIfAbsent.js +0 -22
  823. package/templates/facebook/node_modules/stylelint/lib/utils/rawNodeString.js +0 -20
  824. package/templates/facebook/node_modules/stylelint/lib/utils/removeEmptyLinesAfter.js +0 -15
  825. package/templates/facebook/node_modules/stylelint/lib/utils/removeEmptyLinesBefore.js +0 -15
  826. package/templates/facebook/node_modules/stylelint/lib/utils/report.js +0 -113
  827. package/templates/facebook/node_modules/stylelint/lib/utils/ruleMessages.js +0 -35
  828. package/templates/facebook/node_modules/stylelint/lib/utils/setAtRuleParams.js +0 -20
  829. package/templates/facebook/node_modules/stylelint/lib/utils/setDeclarationValue.js +0 -23
  830. package/templates/facebook/node_modules/stylelint/lib/utils/transformSelector.js +0 -17
  831. package/templates/facebook/node_modules/stylelint/lib/utils/typeGuards.js +0 -44
  832. package/templates/facebook/node_modules/stylelint/lib/utils/validateObjectWithArrayProps.js +0 -41
  833. package/templates/facebook/node_modules/stylelint/lib/utils/validateOptions.js +0 -169
  834. package/templates/facebook/node_modules/stylelint/lib/utils/vendor.js +0 -45
  835. package/templates/facebook/node_modules/stylelint/lib/utils/whitespaceChecker.js +0 -370
  836. package/templates/facebook/node_modules/stylelint/lib/validateDisableSettings.js +0 -79
  837. package/templates/facebook/node_modules/stylelint/lib/writeOutputFile.js +0 -13
  838. package/templates/facebook/node_modules/stylelint/package.json +0 -197
  839. package/templates/facebook/node_modules/type-fest/index.d.ts +0 -35
  840. package/templates/facebook/node_modules/type-fest/license +0 -9
  841. package/templates/facebook/node_modules/type-fest/package.json +0 -45
  842. package/templates/facebook/node_modules/type-fest/readme.md +0 -648
  843. package/templates/facebook/node_modules/type-fest/source/async-return-type.d.ts +0 -23
  844. package/templates/facebook/node_modules/type-fest/source/asyncify.d.ts +0 -31
  845. package/templates/facebook/node_modules/type-fest/source/basic.d.ts +0 -67
  846. package/templates/facebook/node_modules/type-fest/source/conditional-except.d.ts +0 -43
  847. package/templates/facebook/node_modules/type-fest/source/conditional-keys.d.ts +0 -43
  848. package/templates/facebook/node_modules/type-fest/source/conditional-pick.d.ts +0 -42
  849. package/templates/facebook/node_modules/type-fest/source/entries.d.ts +0 -57
  850. package/templates/facebook/node_modules/type-fest/source/entry.d.ts +0 -60
  851. package/templates/facebook/node_modules/type-fest/source/except.d.ts +0 -22
  852. package/templates/facebook/node_modules/type-fest/source/fixed-length-array.d.ts +0 -38
  853. package/templates/facebook/node_modules/type-fest/source/iterable-element.d.ts +0 -46
  854. package/templates/facebook/node_modules/type-fest/source/literal-union.d.ts +0 -33
  855. package/templates/facebook/node_modules/type-fest/source/merge-exclusive.d.ts +0 -39
  856. package/templates/facebook/node_modules/type-fest/source/merge.d.ts +0 -22
  857. package/templates/facebook/node_modules/type-fest/source/mutable.d.ts +0 -22
  858. package/templates/facebook/node_modules/type-fest/source/opaque.d.ts +0 -65
  859. package/templates/facebook/node_modules/type-fest/source/package-json.d.ts +0 -627
  860. package/templates/facebook/node_modules/type-fest/source/partial-deep.d.ts +0 -72
  861. package/templates/facebook/node_modules/type-fest/source/promisable.d.ts +0 -23
  862. package/templates/facebook/node_modules/type-fest/source/promise-value.d.ts +0 -27
  863. package/templates/facebook/node_modules/type-fest/source/readonly-deep.d.ts +0 -59
  864. package/templates/facebook/node_modules/type-fest/source/require-at-least-one.d.ts +0 -32
  865. package/templates/facebook/node_modules/type-fest/source/require-exactly-one.d.ts +0 -35
  866. package/templates/facebook/node_modules/type-fest/source/set-optional.d.ts +0 -34
  867. package/templates/facebook/node_modules/type-fest/source/set-required.d.ts +0 -34
  868. package/templates/facebook/node_modules/type-fest/source/set-return-type.d.ts +0 -29
  869. package/templates/facebook/node_modules/type-fest/source/stringified.d.ts +0 -21
  870. package/templates/facebook/node_modules/type-fest/source/tsconfig-json.d.ts +0 -872
  871. package/templates/facebook/node_modules/type-fest/source/union-to-intersection.d.ts +0 -58
  872. package/templates/facebook/node_modules/type-fest/source/value-of.d.ts +0 -40
@@ -1,399 +0,0 @@
1
- # List of rules
2
-
3
- Grouped first by the following categories and then by the [_thing_](http://apps.workflower.fi/vocabs/css/en) they apply to.
4
-
5
- - [Possible errors](#possible-errors)
6
- - [Limit language features](#limit-language-features)
7
- - [Stylistic issues](#stylistic-issues)
8
-
9
- ## Possible errors
10
-
11
- ### Color
12
-
13
- - [`color-no-invalid-hex`](../../../lib/rules/color-no-invalid-hex/README.md): Disallow invalid hex colors.
14
-
15
- ### Font family
16
-
17
- - [`font-family-no-duplicate-names`](../../../lib/rules/font-family-no-duplicate-names/README.md): Disallow duplicate font family names.
18
- - [`font-family-no-missing-generic-family-keyword`](../../../lib/rules/font-family-no-missing-generic-family-keyword/README.md): Disallow missing generic families in lists of font family names.
19
-
20
- ### Named grid areas
21
-
22
- - [`named-grid-areas-no-invalid`](../../../lib/rules/named-grid-areas-no-invalid/README.md): Disallow invalid named grid areas.
23
-
24
- ### Function
25
-
26
- - [`function-calc-no-invalid`](../../../lib/rules/function-calc-no-invalid/README.md): Disallow an invalid expression within `calc` functions.
27
- - [`function-calc-no-unspaced-operator`](../../../lib/rules/function-calc-no-unspaced-operator/README.md): Disallow an unspaced operator within `calc` functions.
28
- - [`function-linear-gradient-no-nonstandard-direction`](../../../lib/rules/function-linear-gradient-no-nonstandard-direction/README.md): Disallow direction values in `linear-gradient()` calls that are not valid according to the [standard syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient#Syntax).
29
-
30
- ### String
31
-
32
- - [`string-no-newline`](../../../lib/rules/string-no-newline/README.md): Disallow (unescaped) newlines in strings.
33
-
34
- ### Unit
35
-
36
- - [`unit-no-unknown`](../../../lib/rules/unit-no-unknown/README.md): Disallow unknown units.
37
-
38
- ### Property
39
-
40
- - [`property-no-unknown`](../../../lib/rules/property-no-unknown/README.md): Disallow unknown properties.
41
-
42
- ### Keyframe declaration
43
-
44
- - [`keyframe-declaration-no-important`](../../../lib/rules/keyframe-declaration-no-important/README.md): Disallow `!important` within keyframe declarations.
45
-
46
- ### Declaration block
47
-
48
- - [`declaration-block-no-duplicate-custom-properties`](../../../lib/rules/declaration-block-no-duplicate-custom-properties/README.md): Disallow duplicate custom properties within declaration blocks.
49
- - [`declaration-block-no-duplicate-properties`](../../../lib/rules/declaration-block-no-duplicate-properties/README.md): Disallow duplicate properties within declaration blocks.
50
- - [`declaration-block-no-shorthand-property-overrides`](../../../lib/rules/declaration-block-no-shorthand-property-overrides/README.md): Disallow shorthand properties that override related longhand properties.
51
-
52
- ### Block
53
-
54
- - [`block-no-empty`](../../../lib/rules/block-no-empty/README.md): Disallow empty blocks.
55
-
56
- ### Selector
57
-
58
- - [`selector-pseudo-class-no-unknown`](../../../lib/rules/selector-pseudo-class-no-unknown/README.md): Disallow unknown pseudo-class selectors.
59
- - [`selector-pseudo-element-no-unknown`](../../../lib/rules/selector-pseudo-element-no-unknown/README.md): Disallow unknown pseudo-element selectors.
60
- - [`selector-type-no-unknown`](../../../lib/rules/selector-type-no-unknown/README.md): Disallow unknown type selectors.
61
-
62
- ### Media feature
63
-
64
- - [`media-feature-name-no-unknown`](../../../lib/rules/media-feature-name-no-unknown/README.md): Disallow unknown media feature names.
65
-
66
- ### At-rule
67
-
68
- - [`at-rule-no-unknown`](../../../lib/rules/at-rule-no-unknown/README.md): Disallow unknown at-rules.
69
-
70
- ### Comment
71
-
72
- - [`comment-no-empty`](../../../lib/rules/comment-no-empty/README.md): Disallow empty comments.
73
-
74
- ### General / Sheet
75
-
76
- - [`no-descending-specificity`](../../../lib/rules/no-descending-specificity/README.md): Disallow selectors of lower specificity from coming after overriding selectors of higher specificity.
77
- - [`no-duplicate-at-import-rules`](../../../lib/rules/no-duplicate-at-import-rules/README.md): Disallow duplicate `@import` rules within a stylesheet.
78
- - [`no-duplicate-selectors`](../../../lib/rules/no-duplicate-selectors/README.md): Disallow duplicate selectors within a stylesheet.
79
- - [`no-empty-source`](../../../lib/rules/no-empty-source/README.md): Disallow empty sources.
80
- - [`no-extra-semicolons`](../../../lib/rules/no-extra-semicolons/README.md): Disallow extra semicolons (Autofixable).
81
- - [`no-invalid-double-slash-comments`](../../../lib/rules/no-invalid-double-slash-comments/README.md): Disallow double-slash comments (`//...`) which are not supported by CSS.
82
- - [`no-invalid-position-at-import-rule`](../../../lib/rules/no-invalid-position-at-import-rule/README.md): Disallow invalid position `@import` rules within a stylesheet.
83
-
84
- ## Limit language features
85
-
86
- ### Alpha-value
87
-
88
- - [`alpha-value-notation`](../../../lib/rules/alpha-value-notation/README.md): Specify percentage or number notation for alpha-values (Autofixable).
89
-
90
- ### Hue
91
-
92
- - [`hue-degree-notation`](../../../lib/rules/hue-degree-notation/README.md): Specify number or angle notation for degree hues (Autofixable).
93
-
94
- ### Color
95
-
96
- - [`color-function-notation`](../../../lib/rules/color-function-notation/README.md): Specify modern or legacy notation for applicable color-functions (Autofixable).
97
- - [`color-named`](../../../lib/rules/color-named/README.md): Require (where possible) or disallow named colors.
98
- - [`color-no-hex`](../../../lib/rules/color-no-hex/README.md): Disallow hex colors.
99
-
100
- ### Length
101
-
102
- - [`length-zero-no-unit`](../../../lib/rules/length-zero-no-unit/README.md): Disallow units for zero lengths (Autofixable).
103
-
104
- ### Font weight
105
-
106
- - [`font-weight-notation`](../../../lib/rules/font-weight-notation/README.md): Require numeric or named (where possible) `font-weight` values. Also, when named values are expected, require only valid names.
107
-
108
- ### Function
109
-
110
- - [`function-allowed-list`](../../../lib/rules/function-allowed-list/README.md): Specify a list of allowed functions.
111
- - [`function-blacklist`](../../../lib/rules/function-blacklist/README.md): Specify a list of disallowed functions. **(deprecated)**
112
- - [`function-disallowed-list`](../../../lib/rules/function-disallowed-list/README.md): Specify a list of disallowed functions.
113
- - [`function-url-no-scheme-relative`](../../../lib/rules/function-url-no-scheme-relative/README.md): Disallow scheme-relative urls.
114
- - [`function-url-scheme-allowed-list`](../../../lib/rules/function-url-scheme-allowed-list/README.md): Specify a list of allowed URL schemes.
115
- - [`function-url-scheme-blacklist`](../../../lib/rules/function-url-scheme-blacklist/README.md): Specify a list of disallowed URL schemes. **(deprecated)**
116
- - [`function-url-scheme-disallowed-list`](../../../lib/rules/function-url-scheme-disallowed-list/README.md): Specify a list of disallowed URL schemes.
117
- - [`function-url-scheme-whitelist`](../../../lib/rules/function-url-scheme-whitelist/README.md): Specify a list of allowed URL schemes. **(deprecated)**
118
- - [`function-whitelist`](../../../lib/rules/function-whitelist/README.md): Specify a list of allowed functions. **(deprecated)**
119
-
120
- ### Keyframes
121
-
122
- - [`keyframes-name-pattern`](../../../lib/rules/keyframes-name-pattern/README.md): Specify a pattern for keyframe names.
123
-
124
- ### Number
125
-
126
- - [`number-max-precision`](../../../lib/rules/number-max-precision/README.md): Limit the number of decimal places allowed in numbers.
127
-
128
- ### Time
129
-
130
- - [`time-min-milliseconds`](../../../lib/rules/time-min-milliseconds/README.md): Specify the minimum number of milliseconds for time values.
131
-
132
- ### Unit
133
-
134
- - [`unit-allowed-list`](../../../lib/rules/unit-allowed-list/README.md): Specify a list of allowed units.
135
- - [`unit-blacklist`](../../../lib/rules/unit-blacklist/README.md): Specify a list of disallowed units. **(deprecated)**
136
- - [`unit-disallowed-list`](../../../lib/rules/unit-disallowed-list/README.md): Specify a list of disallowed units.
137
- - [`unit-whitelist`](../../../lib/rules/unit-whitelist/README.md): Specify a list of allowed units. **(deprecated)**
138
-
139
- ### Shorthand property
140
-
141
- - [`shorthand-property-no-redundant-values`](../../../lib/rules/shorthand-property-no-redundant-values/README.md): Disallow redundant values in shorthand properties (Autofixable).
142
-
143
- ### Value
144
-
145
- - [`value-no-vendor-prefix`](../../../lib/rules/value-no-vendor-prefix/README.md): Disallow vendor prefixes for values (Autofixable).
146
-
147
- ### Custom property
148
-
149
- - [`custom-property-pattern`](../../../lib/rules/custom-property-pattern/README.md): Specify a pattern for custom properties.
150
-
151
- ### Property
152
-
153
- - [`property-allowed-list`](../../../lib/rules/property-allowed-list/README.md): Specify a list of allowed properties.
154
- - [`property-blacklist`](../../../lib/rules/property-blacklist/README.md): Specify a list of disallowed properties. **(deprecated)**
155
- - [`property-disallowed-list`](../../../lib/rules/property-disallowed-list/README.md): Specify a list of disallowed properties.
156
- - [`property-no-vendor-prefix`](../../../lib/rules/property-no-vendor-prefix/README.md): Disallow vendor prefixes for properties (Autofixable).
157
- - [`property-whitelist`](../../../lib/rules/property-whitelist/README.md): Specify a list of allowed properties. **(deprecated)**
158
-
159
- ### Declaration
160
-
161
- - [`declaration-block-no-redundant-longhand-properties`](../../../lib/rules/declaration-block-no-redundant-longhand-properties/README.md): Disallow longhand properties that can be combined into one shorthand property.
162
- - [`declaration-no-important`](../../../lib/rules/declaration-no-important/README.md): Disallow `!important` within declarations.
163
- - [`declaration-property-unit-allowed-list`](../../../lib/rules/declaration-property-unit-allowed-list/README.md): Specify a list of allowed property and unit pairs within declarations.
164
- - [`declaration-property-unit-blacklist`](../../../lib/rules/declaration-property-unit-blacklist/README.md): Specify a list of disallowed property and unit pairs within declarations. **(deprecated)**
165
- - [`declaration-property-unit-disallowed-list`](../../../lib/rules/declaration-property-unit-disallowed-list/README.md): Specify a list of disallowed property and unit pairs within declarations.
166
- - [`declaration-property-unit-whitelist`](../../../lib/rules/declaration-property-unit-whitelist/README.md): Specify a list of allowed property and unit pairs within declarations. **(deprecated)**
167
- - [`declaration-property-value-allowed-list`](../../../lib/rules/declaration-property-value-allowed-list/README.md): Specify a list of allowed property and value pairs within declarations.
168
- - [`declaration-property-value-blacklist`](../../../lib/rules/declaration-property-value-blacklist/README.md): Specify a list of disallowed property and value pairs within declarations. **(deprecated)**
169
- - [`declaration-property-value-disallowed-list`](../../../lib/rules/declaration-property-value-disallowed-list/README.md): Specify a list of disallowed property and value pairs within declarations.
170
- - [`declaration-property-value-whitelist`](../../../lib/rules/declaration-property-value-whitelist/README.md): Specify a list of allowed property and value pairs within declarations. **(deprecated)**
171
-
172
- ### Declaration block
173
-
174
- - [`declaration-block-single-line-max-declarations`](../../../lib/rules/declaration-block-single-line-max-declarations/README.md): Limit the number of declarations within a single-line declaration block.
175
-
176
- ### Selector
177
-
178
- - [`selector-attribute-name-disallowed-list`](../../../lib/rules/selector-attribute-name-disallowed-list/README.md): Specify a list of disallowed attribute names.
179
- - [`selector-attribute-operator-allowed-list`](../../../lib/rules/selector-attribute-operator-allowed-list/README.md): Specify a list of allowed attribute operators.
180
- - [`selector-attribute-operator-blacklist`](../../../lib/rules/selector-attribute-operator-blacklist/README.md): Specify a list of disallowed attribute operators. **(deprecated)**
181
- - [`selector-attribute-operator-disallowed-list`](../../../lib/rules/selector-attribute-operator-disallowed-list/README.md): Specify a list of disallowed attribute operators.
182
- - [`selector-attribute-operator-whitelist`](../../../lib/rules/selector-attribute-operator-whitelist/README.md): Specify a list of allowed attribute operators. **(deprecated)**
183
- - [`selector-class-pattern`](../../../lib/rules/selector-class-pattern/README.md): Specify a pattern for class selectors.
184
- - [`selector-combinator-allowed-list`](../../../lib/rules/selector-combinator-allowed-list/README.md): Specify a list of allowed combinators.
185
- - [`selector-combinator-blacklist`](../../../lib/rules/selector-combinator-blacklist/README.md): Specify a list of disallowed combinators. **(deprecated)**
186
- - [`selector-combinator-disallowed-list`](../../../lib/rules/selector-combinator-disallowed-list/README.md): Specify a list of disallowed combinators.
187
- - [`selector-combinator-whitelist`](../../../lib/rules/selector-combinator-whitelist/README.md): Specify a list of allowed combinators. **(deprecated)**
188
- - [`selector-disallowed-list`](../../../lib/rules/selector-disallowed-list/README.md): Specify a list of disallowed selectors.
189
- - [`selector-id-pattern`](../../../lib/rules/selector-id-pattern/README.md): Specify a pattern for ID selectors.
190
- - [`selector-max-attribute`](../../../lib/rules/selector-max-attribute/README.md): Limit the number of attribute selectors in a selector.
191
- - [`selector-max-class`](../../../lib/rules/selector-max-class/README.md): Limit the number of classes in a selector.
192
- - [`selector-max-combinators`](../../../lib/rules/selector-max-combinators/README.md): Limit the number of combinators in a selector.
193
- - [`selector-max-compound-selectors`](../../../lib/rules/selector-max-compound-selectors/README.md): Limit the number of compound selectors in a selector.
194
- - [`selector-max-empty-lines`](../../../lib/rules/selector-max-empty-lines/README.md): Limit the number of adjacent empty lines within selectors (Autofixable).
195
- - [`selector-max-id`](../../../lib/rules/selector-max-id/README.md): Limit the number of ID selectors in a selector.
196
- - [`selector-max-pseudo-class`](../../../lib/rules/selector-max-pseudo-class/README.md): Limit the number of pseudo-classes in a selector.
197
- - [`selector-max-specificity`](../../../lib/rules/selector-max-specificity/README.md): Limit the specificity of selectors.
198
- - [`selector-max-type`](../../../lib/rules/selector-max-type/README.md): Limit the number of type in a selector.
199
- - [`selector-max-universal`](../../../lib/rules/selector-max-universal/README.md): Limit the number of universal selectors in a selector.
200
- - [`selector-nested-pattern`](../../../lib/rules/selector-nested-pattern/README.md): Specify a pattern for the selectors of rules nested within rules.
201
- - [`selector-no-qualifying-type`](../../../lib/rules/selector-no-qualifying-type/README.md): Disallow qualifying a selector by type.
202
- - [`selector-no-vendor-prefix`](../../../lib/rules/selector-no-vendor-prefix/README.md): Disallow vendor prefixes for selectors (Autofixable).
203
- - [`selector-pseudo-class-allowed-list`](../../../lib/rules/selector-pseudo-class-allowed-list/README.md): Specify a list of allowed pseudo-class selectors.
204
- - [`selector-pseudo-class-blacklist`](../../../lib/rules/selector-pseudo-class-blacklist/README.md): Specify a list of disallowed pseudo-class selectors. **(deprecated)**
205
- - [`selector-pseudo-class-disallowed-list`](../../../lib/rules/selector-pseudo-class-disallowed-list/README.md): Specify a list of disallowed pseudo-class selectors.
206
- - [`selector-pseudo-class-whitelist`](../../../lib/rules/selector-pseudo-class-whitelist/README.md): Specify a list of allowed pseudo-class selectors. **(deprecated)**
207
- - [`selector-pseudo-element-allowed-list`](../../../lib/rules/selector-pseudo-element-allowed-list/README.md): Specify a list of allowed pseudo-element selectors.
208
- - [`selector-pseudo-element-blacklist`](../../../lib/rules/selector-pseudo-element-blacklist/README.md): Specify a list of disallowed pseudo-element selectors. **(deprecated)**
209
- - [`selector-pseudo-element-colon-notation`](../../../lib/rules/selector-pseudo-element-colon-notation/README.md): Specify single or double colon notation for applicable pseudo-elements (Autofixable).
210
- - [`selector-pseudo-element-disallowed-list`](../../../lib/rules/selector-pseudo-element-disallowed-list/README.md): Specify a list of disallowed pseudo-element selectors.
211
- - [`selector-pseudo-element-whitelist`](../../../lib/rules/selector-pseudo-element-whitelist/README.md): Specify a list of allowed pseudo-element selectors. **(deprecated)**
212
-
213
- ### Media feature
214
-
215
- - [`media-feature-name-allowed-list`](../../../lib/rules/media-feature-name-allowed-list/README.md): Specify a list of allowed media feature names.
216
- - [`media-feature-name-blacklist`](../../../lib/rules/media-feature-name-blacklist/README.md): Specify a list of disallowed media feature names. **(deprecated)**
217
- - [`media-feature-name-disallowed-list`](../../../lib/rules/media-feature-name-disallowed-list/README.md): Specify a list of disallowed media feature names.
218
- - [`media-feature-name-no-vendor-prefix`](../../../lib/rules/media-feature-name-no-vendor-prefix/README.md): Disallow vendor prefixes for media feature names (Autofixable).
219
- - [`media-feature-name-value-allowed-list`](../../../lib/rules/media-feature-name-value-allowed-list/README.md): Specify a list of allowed media feature name and value pairs.
220
- - [`media-feature-name-value-whitelist`](../../../lib/rules/media-feature-name-value-whitelist/README.md): Specify a list of allowed media feature name and value pairs. **(deprecated)**
221
- - [`media-feature-name-whitelist`](../../../lib/rules/media-feature-name-whitelist/README.md): Specify a list of allowed media feature names. **(deprecated)**
222
-
223
- ### Custom media
224
-
225
- - [`custom-media-pattern`](../../../lib/rules/custom-media-pattern/README.md): Specify a pattern for custom media query names.
226
-
227
- ### At-rule
228
-
229
- - [`at-rule-allowed-list`](../../../lib/rules/at-rule-allowed-list/README.md): Specify a list of allowed at-rules.
230
- - [`at-rule-blacklist`](../../../lib/rules/at-rule-blacklist/README.md): Specify a list of disallowed at-rules. **(deprecated)**
231
- - [`at-rule-disallowed-list`](../../../lib/rules/at-rule-disallowed-list/README.md): Specify a list of disallowed at-rules.
232
- - [`at-rule-no-vendor-prefix`](../../../lib/rules/at-rule-no-vendor-prefix/README.md): Disallow vendor prefixes for at-rules (Autofixable).
233
- - [`at-rule-property-required-list`](../../../lib/rules/at-rule-property-required-list/README.md): Specify a list of required properties for an at-rule.
234
- - [`at-rule-property-requirelist`](../../../lib/rules/at-rule-property-requirelist/README.md): Specify a list of required properties for an at-rule. **(deprecated)**
235
- - [`at-rule-whitelist`](../../../lib/rules/at-rule-whitelist/README.md): Specify a list of allowed at-rules. **(deprecated)**
236
-
237
- ### Comment
238
-
239
- - [`comment-pattern`](../../../lib/rules/comment-pattern/README.md): Specify a pattern for comments.
240
- - [`comment-word-blacklist`](../../../lib/rules/comment-word-blacklist/README.md): Specify a list of disallowed words within comments. **(deprecated)**
241
- - [`comment-word-disallowed-list`](../../../lib/rules/comment-word-disallowed-list/README.md): Specify a list of disallowed words within comments.
242
-
243
- ### General / Sheet
244
-
245
- - [`max-nesting-depth`](../../../lib/rules/max-nesting-depth/README.md): Limit the depth of nesting.
246
- - [`no-unknown-animations`](../../../lib/rules/no-unknown-animations/README.md): Disallow unknown animations.
247
-
248
- ## Stylistic issues
249
-
250
- ### Color
251
-
252
- - [`color-hex-case`](../../../lib/rules/color-hex-case/README.md): Specify lowercase or uppercase for hex colors (Autofixable).
253
- - [`color-hex-length`](../../../lib/rules/color-hex-length/README.md): Specify short or long notation for hex colors (Autofixable).
254
-
255
- ### Font family
256
-
257
- - [`font-family-name-quotes`](../../../lib/rules/font-family-name-quotes/README.md): Specify whether or not quotation marks should be used around font family names.
258
-
259
- ### Function
260
-
261
- - [`function-comma-newline-after`](../../../lib/rules/function-comma-newline-after/README.md): Require a newline or disallow whitespace after the commas of functions (Autofixable).
262
- - [`function-comma-newline-before`](../../../lib/rules/function-comma-newline-before/README.md): Require a newline or disallow whitespace before the commas of functions (Autofixable).
263
- - [`function-comma-space-after`](../../../lib/rules/function-comma-space-after/README.md): Require a single space or disallow whitespace after the commas of functions (Autofixable).
264
- - [`function-comma-space-before`](../../../lib/rules/function-comma-space-before/README.md): Require a single space or disallow whitespace before the commas of functions (Autofixable).
265
- - [`function-max-empty-lines`](../../../lib/rules/function-max-empty-lines/README.md): Limit the number of adjacent empty lines within functions (Autofixable).
266
- - [`function-name-case`](../../../lib/rules/function-name-case/README.md): Specify lowercase or uppercase for function names (Autofixable).
267
- - [`function-parentheses-newline-inside`](../../../lib/rules/function-parentheses-newline-inside/README.md): Require a newline or disallow whitespace on the inside of the parentheses of functions (Autofixable).
268
- - [`function-parentheses-space-inside`](../../../lib/rules/function-parentheses-space-inside/README.md): Require a single space or disallow whitespace on the inside of the parentheses of functions (Autofixable).
269
- - [`function-url-quotes`](../../../lib/rules/function-url-quotes/README.md): Require or disallow quotes for urls.
270
- - [`function-whitespace-after`](../../../lib/rules/function-whitespace-after/README.md): Require or disallow whitespace after functions (Autofixable).
271
-
272
- ### Number
273
-
274
- - [`number-leading-zero`](../../../lib/rules/number-leading-zero/README.md): Require or disallow a leading zero for fractional numbers less than 1 (Autofixable).
275
- - [`number-no-trailing-zeros`](../../../lib/rules/number-no-trailing-zeros/README.md): Disallow trailing zeros in numbers (Autofixable).
276
-
277
- ### String
278
-
279
- - [`string-quotes`](../../../lib/rules/string-quotes/README.md): Specify single or double quotes around strings (Autofixable).
280
-
281
- ### Unit
282
-
283
- - [`unit-case`](../../../lib/rules/unit-case/README.md): Specify lowercase or uppercase for units (Autofixable).
284
-
285
- ### Value
286
-
287
- - [`value-keyword-case`](../../../lib/rules/value-keyword-case/README.md): Specify lowercase or uppercase for keywords values (Autofixable).
288
-
289
- ### Value list
290
-
291
- - [`value-list-comma-newline-after`](../../../lib/rules/value-list-comma-newline-after/README.md): Require a newline or disallow whitespace after the commas of value lists (Autofixable).
292
- - [`value-list-comma-newline-before`](../../../lib/rules/value-list-comma-newline-before/README.md): Require a newline or disallow whitespace before the commas of value lists.
293
- - [`value-list-comma-space-after`](../../../lib/rules/value-list-comma-space-after/README.md): Require a single space or disallow whitespace after the commas of value lists (Autofixable).
294
- - [`value-list-comma-space-before`](../../../lib/rules/value-list-comma-space-before/README.md): Require a single space or disallow whitespace before the commas of value lists (Autofixable).
295
- - [`value-list-max-empty-lines`](../../../lib/rules/value-list-max-empty-lines/README.md): Limit the number of adjacent empty lines within value lists (Autofixable).
296
-
297
- ### Custom property
298
-
299
- - [`custom-property-empty-line-before`](../../../lib/rules/custom-property-empty-line-before/README.md): Require or disallow an empty line before custom properties (Autofixable).
300
-
301
- ### Property
302
-
303
- - [`property-case`](../../../lib/rules/property-case/README.md): Specify lowercase or uppercase for properties (Autofixable).
304
-
305
- ### Declaration
306
-
307
- - [`declaration-bang-space-after`](../../../lib/rules/declaration-bang-space-after/README.md): Require a single space or disallow whitespace after the bang of declarations (Autofixable).
308
- - [`declaration-bang-space-before`](../../../lib/rules/declaration-bang-space-before/README.md): Require a single space or disallow whitespace before the bang of declarations (Autofixable).
309
- - [`declaration-colon-newline-after`](../../../lib/rules/declaration-colon-newline-after/README.md): Require a newline or disallow whitespace after the colon of declarations (Autofixable).
310
- - [`declaration-colon-space-after`](../../../lib/rules/declaration-colon-space-after/README.md): Require a single space or disallow whitespace after the colon of declarations (Autofixable).
311
- - [`declaration-colon-space-before`](../../../lib/rules/declaration-colon-space-before/README.md): Require a single space or disallow whitespace before the colon of declarations (Autofixable).
312
- - [`declaration-empty-line-before`](../../../lib/rules/declaration-empty-line-before/README.md): Require or disallow an empty line before declarations (Autofixable).
313
-
314
- ### Declaration block
315
-
316
- - [`declaration-block-semicolon-newline-after`](../../../lib/rules/declaration-block-semicolon-newline-after/README.md): Require a newline or disallow whitespace after the semicolons of declaration blocks (Autofixable).
317
- - [`declaration-block-semicolon-newline-before`](../../../lib/rules/declaration-block-semicolon-newline-before/README.md): Require a newline or disallow whitespace before the semicolons of declaration blocks.
318
- - [`declaration-block-semicolon-space-after`](../../../lib/rules/declaration-block-semicolon-space-after/README.md): Require a single space or disallow whitespace after the semicolons of declaration blocks (Autofixable).
319
- - [`declaration-block-semicolon-space-before`](../../../lib/rules/declaration-block-semicolon-space-before/README.md): Require a single space or disallow whitespace before the semicolons of declaration blocks (Autofixable).
320
- - [`declaration-block-trailing-semicolon`](../../../lib/rules/declaration-block-trailing-semicolon/README.md): Require or disallow a trailing semicolon within declaration blocks (Autofixable).
321
-
322
- ### Block
323
-
324
- - [`block-closing-brace-empty-line-before`](../../../lib/rules/block-closing-brace-empty-line-before/README.md): Require or disallow an empty line before the closing brace of blocks (Autofixable).
325
- - [`block-closing-brace-newline-after`](../../../lib/rules/block-closing-brace-newline-after/README.md): Require a newline or disallow whitespace after the closing brace of blocks (Autofixable).
326
- - [`block-closing-brace-newline-before`](../../../lib/rules/block-closing-brace-newline-before/README.md): Require a newline or disallow whitespace before the closing brace of blocks (Autofixable).
327
- - [`block-closing-brace-space-after`](../../../lib/rules/block-closing-brace-space-after/README.md): Require a single space or disallow whitespace after the closing brace of blocks.
328
- - [`block-closing-brace-space-before`](../../../lib/rules/block-closing-brace-space-before/README.md): Require a single space or disallow whitespace before the closing brace of blocks (Autofixable).
329
- - [`block-opening-brace-newline-after`](../../../lib/rules/block-opening-brace-newline-after/README.md): Require a newline after the opening brace of blocks (Autofixable).
330
- - [`block-opening-brace-newline-before`](../../../lib/rules/block-opening-brace-newline-before/README.md): Require a newline or disallow whitespace before the opening brace of blocks (Autofixable).
331
- - [`block-opening-brace-space-after`](../../../lib/rules/block-opening-brace-space-after/README.md): Require a single space or disallow whitespace after the opening brace of blocks (Autofixable).
332
- - [`block-opening-brace-space-before`](../../../lib/rules/block-opening-brace-space-before/README.md): Require a single space or disallow whitespace before the opening brace of blocks (Autofixable).
333
-
334
- ### Selector
335
-
336
- - [`selector-attribute-brackets-space-inside`](../../../lib/rules/selector-attribute-brackets-space-inside/README.md): Require a single space or disallow whitespace on the inside of the brackets within attribute selectors (Autofixable).
337
- - [`selector-attribute-operator-space-after`](../../../lib/rules/selector-attribute-operator-space-after/README.md): Require a single space or disallow whitespace after operators within attribute selectors (Autofixable).
338
- - [`selector-attribute-operator-space-before`](../../../lib/rules/selector-attribute-operator-space-before/README.md): Require a single space or disallow whitespace before operators within attribute selectors (Autofixable).
339
- - [`selector-attribute-quotes`](../../../lib/rules/selector-attribute-quotes/README.md): Require or disallow quotes for attribute values.
340
- - [`selector-combinator-space-after`](../../../lib/rules/selector-combinator-space-after/README.md): Require a single space or disallow whitespace after the combinators of selectors (Autofixable).
341
- - [`selector-combinator-space-before`](../../../lib/rules/selector-combinator-space-before/README.md): Require a single space or disallow whitespace before the combinators of selectors (Autofixable).
342
- - [`selector-descendant-combinator-no-non-space`](../../../lib/rules/selector-descendant-combinator-no-non-space/README.md): Disallow non-space characters for descendant combinators of selectors (Autofixable).
343
- - [`selector-pseudo-class-case`](../../../lib/rules/selector-pseudo-class-case/README.md): Specify lowercase or uppercase for pseudo-class selectors (Autofixable).
344
- - [`selector-pseudo-class-parentheses-space-inside`](../../../lib/rules/selector-pseudo-class-parentheses-space-inside/README.md): Require a single space or disallow whitespace on the inside of the parentheses within pseudo-class selectors (Autofixable).
345
- - [`selector-pseudo-element-case`](../../../lib/rules/selector-pseudo-element-case/README.md): Specify lowercase or uppercase for pseudo-element selectors (Autofixable).
346
- - [`selector-type-case`](../../../lib/rules/selector-type-case/README.md): Specify lowercase or uppercase for type selectors (Autofixable).
347
-
348
- ### Selector list
349
-
350
- - [`selector-list-comma-newline-after`](../../../lib/rules/selector-list-comma-newline-after/README.md): Require a newline or disallow whitespace after the commas of selector lists (Autofixable).
351
- - [`selector-list-comma-newline-before`](../../../lib/rules/selector-list-comma-newline-before/README.md): Require a newline or disallow whitespace before the commas of selector lists (Autofixable).
352
- - [`selector-list-comma-space-after`](../../../lib/rules/selector-list-comma-space-after/README.md): Require a single space or disallow whitespace after the commas of selector lists (Autofixable).
353
- - [`selector-list-comma-space-before`](../../../lib/rules/selector-list-comma-space-before/README.md): Require a single space or disallow whitespace before the commas of selector lists (Autofixable).
354
-
355
- ### Rule
356
-
357
- - [`rule-empty-line-before`](../../../lib/rules/rule-empty-line-before/README.md): Require or disallow an empty line before rules (Autofixable).
358
-
359
- ### Media feature
360
-
361
- - [`media-feature-colon-space-after`](../../../lib/rules/media-feature-colon-space-after/README.md): Require a single space or disallow whitespace after the colon in media features (Autofixable).
362
- - [`media-feature-colon-space-before`](../../../lib/rules/media-feature-colon-space-before/README.md): Require a single space or disallow whitespace before the colon in media features (Autofixable).
363
- - [`media-feature-name-case`](../../../lib/rules/media-feature-name-case/README.md): Specify lowercase or uppercase for media feature names (Autofixable).
364
- - [`media-feature-parentheses-space-inside`](../../../lib/rules/media-feature-parentheses-space-inside/README.md): Require a single space or disallow whitespace on the inside of the parentheses within media features (Autofixable).
365
- - [`media-feature-range-operator-space-after`](../../../lib/rules/media-feature-range-operator-space-after/README.md): Require a single space or disallow whitespace after the range operator in media features (Autofixable).
366
- - [`media-feature-range-operator-space-before`](../../../lib/rules/media-feature-range-operator-space-before/README.md): Require a single space or disallow whitespace before the range operator in media features (Autofixable).
367
-
368
- ### Media query list
369
-
370
- - [`media-query-list-comma-newline-after`](../../../lib/rules/media-query-list-comma-newline-after/README.md): Require a newline or disallow whitespace after the commas of media query lists (Autofixable).
371
- - [`media-query-list-comma-newline-before`](../../../lib/rules/media-query-list-comma-newline-before/README.md): Require a newline or disallow whitespace before the commas of media query lists.
372
- - [`media-query-list-comma-space-after`](../../../lib/rules/media-query-list-comma-space-after/README.md): Require a single space or disallow whitespace after the commas of media query lists (Autofixable).
373
- - [`media-query-list-comma-space-before`](../../../lib/rules/media-query-list-comma-space-before/README.md): Require a single space or disallow whitespace before the commas of media query lists (Autofixable).
374
-
375
- ### At-rule
376
-
377
- - [`at-rule-empty-line-before`](../../../lib/rules/at-rule-empty-line-before/README.md): Require or disallow an empty line before at-rules (Autofixable).
378
- - [`at-rule-name-case`](../../../lib/rules/at-rule-name-case/README.md): Specify lowercase or uppercase for at-rules names (Autofixable).
379
- - [`at-rule-name-newline-after`](../../../lib/rules/at-rule-name-newline-after/README.md): Require a newline after at-rule names.
380
- - [`at-rule-name-space-after`](../../../lib/rules/at-rule-name-space-after/README.md): Require a single space after at-rule names (Autofixable).
381
- - [`at-rule-semicolon-newline-after`](../../../lib/rules/at-rule-semicolon-newline-after/README.md): Require a newline after the semicolon of at-rules (Autofixable).
382
- - [`at-rule-semicolon-space-before`](../../../lib/rules/at-rule-semicolon-space-before/README.md): Require a single space or disallow whitespace before the semicolons of at-rules.
383
-
384
- ### Comment
385
-
386
- - [`comment-empty-line-before`](../../../lib/rules/comment-empty-line-before/README.md): Require or disallow an empty line before comments (Autofixable).
387
- - [`comment-whitespace-inside`](../../../lib/rules/comment-whitespace-inside/README.md): Require or disallow whitespace on the inside of comment markers (Autofixable).
388
-
389
- ### General / Sheet
390
-
391
- - [`indentation`](../../../lib/rules/indentation/README.md): Specify indentation (Autofixable).
392
- - [`linebreaks`](../../../lib/rules/linebreaks/README.md): Specify unix or windows linebreaks (Autofixable).
393
- - [`max-empty-lines`](../../../lib/rules/max-empty-lines/README.md): Limit the number of adjacent empty lines (Autofixable).
394
- - [`max-line-length`](../../../lib/rules/max-line-length/README.md): Limit the length of a line.
395
- - [`no-eol-whitespace`](../../../lib/rules/no-eol-whitespace/README.md): Disallow end-of-line whitespace (Autofixable).
396
- - [`no-missing-end-of-source-newline`](../../../lib/rules/no-missing-end-of-source-newline/README.md): Disallow missing end-of-source newlines (Autofixable).
397
- - [`no-empty-first-line`](../../../lib/rules/no-empty-first-line/README.md): Disallow empty first lines (Autofixable).
398
- - [`unicode-bom`](../../../lib/rules/unicode-bom/README.md): Require or disallow Unicode BOM.
399
- - [`no-irregular-whitespace`](../../../lib/rules/no-irregular-whitespace/README.md): Disallow irregular whitespace.
@@ -1,29 +0,0 @@
1
- # Using regex in rules
2
-
3
- The following classes of rules support regex:
4
-
5
- - `*-allowed-list`
6
- - `*-disallowed-list`
7
- - `*-pattern`
8
-
9
- As does the `ignore*` secondary options.
10
-
11
- ## Enforce a case
12
-
13
- You can use the regex that corresponds to your chosen case convention:
14
-
15
- <!-- prettier-ignore -->
16
- - kebab-case: `^([a-z][a-z0-9]*)(-[a-z0-9]+)*$`
17
- - lowerCamelCase: `^[a-z][a-zA-Z0-9]+$`
18
- - snake\_case: `^([a-z][a-z0-9]*)(_[a-z0-9]+)*$`
19
- - UpperCamelCase: `^[A-Z][a-zA-Z0-9]+$`
20
-
21
- For example, for lowerCamelCase class selectors use `"selector-class-pattern": "^[a-z][a-zA-Z0-9]+$"`.
22
-
23
- All these patterns disallow CSS identifiers that start with a digit, two hyphens, or a hyphen followed by a digit.
24
-
25
- ## Enforce a prefix
26
-
27
- You can ensure a prefix by using a positive lookbehind regex.
28
-
29
- For example, to ensure all custom properties begin with `my-` use `"custom-property-pattern": "(?<=my-)"`.
@@ -1,195 +0,0 @@
1
- # Command Line Interface (CLI)
2
-
3
- You can use stylelint on the command line. For example:
4
-
5
- ```shell
6
- npx stylelint "**/*.css"
7
- ```
8
-
9
- Use `npx stylelint --help` to print the CLI documentation.
10
-
11
- ## Options
12
-
13
- In addition to the [standard options](options.md), the CLI accepts:
14
-
15
- ### `--allow-empty-input, --aei`
16
-
17
- The process exits without throwing an error when glob pattern matches no files.
18
-
19
- ### `--cache-location`
20
-
21
- Path to a file or directory for the cache location. More info about this option in [standard options](options.md#cacheLocation).
22
-
23
- ### `--cache`
24
-
25
- Store the results of processed files so that stylelint only operates on the changed ones. By default, the cache is stored in `./.stylelintcache` in `process.cwd()`. More info about this option in [standard options](options.md#cache).
26
-
27
- ### `--color, --no-color`
28
-
29
- Force enabling/disabling of color.
30
-
31
- ### `--config-basedir`
32
-
33
- Absolute path to the directory that relative paths defining "extends" and "plugins" are _relative to_. Only necessary if these values are relative paths. More info about this option in [standard options](options.md#configBasedir).
34
-
35
- ### `--config`
36
-
37
- Path to a JSON, YAML, or JS file that contains your [configuration object](../configure.md). More info about this option in [standard options](options.md#configFile).
38
-
39
- ### `--custom-syntax`
40
-
41
- Specify a custom syntax to use on your code. Use this option if you want to force a specific syntax that's not already built into stylelint. More info about this option in [standard options](options.md#customSyntax).
42
-
43
- ### `--disable-default-ignores, --di`
44
-
45
- Disable the default ignores. stylelint will not automatically ignore the contents of `node_modules`. More info about this option in [standard options](options.md#disableDefaultIgnores).
46
-
47
- ### `--fix`
48
-
49
- Automatically fix, where possible, violations reported by rules. More info about this option in [standard options](options.md#fix).
50
-
51
- ### `--formatter, -f` | `--custom-formatter`
52
-
53
- Specify the formatter to format your results. More info about this option in [standard options](options.md#formatter).
54
-
55
- ### `--ignore-disables, --id`
56
-
57
- Ignore `styleline-disable` (e.g. `/* stylelint-disable block-no-empty */`) comments. More info about this option in [standard options](options.md#ignoreDisables).
58
-
59
- ### `--ignore-path, -i`
60
-
61
- A path to a file containing patterns describing files to ignore. The path can be absolute or relative to `process.cwd()`. By default, stylelint looks for `.stylelintignore` in `process.cwd()`. More info about this option in [standard options](options.md#ignorePath).
62
-
63
- ### `--ignore-pattern, --ip`
64
-
65
- Pattern of files to ignore (in addition to those in `.stylelintignore`).
66
-
67
- ### `--max-warnings, --mw`
68
-
69
- Set a limit to the number of warnings accepted. More info about this option in [standard options](options.md#maxWarnings).
70
-
71
- ### `--output-file, -o`
72
-
73
- Path of file to write a report. stylelint outputs the report to the specified `filename` in addition to the standard output.
74
-
75
- ### `--print-config`
76
-
77
- Print the configuration for the given path. stylelint outputs the configuration used for the file passed.
78
-
79
- ### `--quiet, -q`
80
-
81
- Only register violations for rules with an "error"-level severity (ignore "warning"-level).
82
-
83
- ### `--report-descriptionless-disables, --rdd`
84
-
85
- Produce a report of the `stylelint-disable` comments without a description. More info about this option in [standard options](options.md#reportDescriptionlessDisables).
86
-
87
- ### `--report-invalid-scope-disables, --risd`
88
-
89
- Produce a report of the `stylelint-disable` comments that used for rules that don't exist within the configuration object. More info about this option in [standard options](options.md#reportInvalidScopeDisables).
90
-
91
- ### `--report-needless-disables, --rd`
92
-
93
- Produce a report to clean up your codebase, keeping only the `stylelint-disable` comments that serve a purpose. More info about this option in [standard options](options.md#reportNeedlessDisables).
94
-
95
- ### `--stdin-filename`
96
-
97
- A filename to assign the input. More info about this option in [standard options](options.md#codeFilename).
98
-
99
- ### `--stdin`
100
-
101
- Accept stdin input even if it is empty.
102
-
103
- ### `--syntax, -s`
104
-
105
- Specify a syntax. More info about this option in [standard options](options.md#syntax).
106
-
107
- ### `--version, -v`
108
-
109
- Show the currently installed version of stylelint.
110
-
111
- ## Usage examples
112
-
113
- The CLI expects input as either a [file glob](https://github.com/sindresorhus/globby) or `process.stdin`. It outputs formatted results into `process.stdout`.
114
-
115
- _Be sure to include quotation marks around file globs._
116
-
117
- ### Example A - recursive
118
-
119
- Recursively linting all `.css` files in the `foo` directory:
120
-
121
- ```shell
122
- stylelint "foo/**/*.css"
123
- ```
124
-
125
- ### Example B - multiple file extensions
126
-
127
- Linting all `.css`, `.scss`, and `.sass` files:
128
-
129
- ```shell
130
- stylelint "**/*.{css,scss,sass}"
131
- ```
132
-
133
- ### Example C - stdin
134
-
135
- Linting `stdin`:
136
-
137
- ```shell
138
- echo "a { color: pink; }" | stylelint
139
- ```
140
-
141
- ### Example D - negation
142
-
143
- Linting all `.css` files except those within `docker` subfolders, using negation in the input glob:
144
-
145
- ```shell
146
- stylelint "**/*.css" "!**/docker/**"
147
- ```
148
-
149
- ### Example E - caching
150
-
151
- Caching processed `.scss` files `foo` directory:
152
-
153
- ```shell
154
- stylelint "foo/**/*.scss" --cache --cache-location "/Users/user/.stylelintcache/"
155
- ```
156
-
157
- ### Example F - writing a report
158
-
159
- Linting all `.css` files in the `foo` directory, then writing the output to `myTestReport.txt`:
160
-
161
- ```shell
162
- stylelint "foo/*.css" --output-file myTestReport.txt
163
- ```
164
-
165
- ### Example G - specifying a config
166
-
167
- Using `bar/mySpecialConfig.json` as config to lint all `.css` files in the `foo` directory and any of its subdirectories:
168
-
169
- ```shell
170
- stylelint "foo/**/*.css" --config bar/mySpecialConfig.json
171
- ```
172
-
173
- ### Example H - using a custom syntax
174
-
175
- Recursively linting all `.css` files in the `foo` directory using a custom syntax:
176
-
177
- ```shell
178
- stylelint "foo/**/*.css" --customSyntax path/to/my-custom-syntax.js
179
- ```
180
-
181
- ### Example I - print on success
182
-
183
- Ensure output on successful runs:
184
-
185
- ```shell
186
- stylelint -f verbose "foo/**/*.css"
187
- ```
188
-
189
- ## Exit codes
190
-
191
- The CLI can exit the process with the following exit codes:
192
-
193
- - `1` - something unknown went wrong
194
- - `2` - there was at least one rule violation or CLI flag error
195
- - `78` - there was some problem with the configuration file