tree: 7c0cf448e4bfb85e92faec3bbb1b04bd654d83ff
  1. index.js
  2. README.md
node_modules/stylelint/lib/rules/no-empty-source/README.md

no-empty-source

Disallow empty sources.

  ···\n\t
/**     ↑
 *  This empty source */

A source containing only whitespace is considered empty.

Options

true

The following patterns are considered violations:


\t\t
\n

The following patterns are not considered violations:

a {}
/* Only comments */