tree: 727f3fed8c8b1f9829e0930575f72ae0a2e6497d [path history] [tgz]
  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 */