Philipp Partosch 46a936d7de added all files to project | 2 years ago | |
---|---|---|
.. | ||
README.md | 2 years ago | |
index.js | 2 years ago |
Disallow empty sources.
···\n\t
/** ↑
* This empty source */
A source containing only whitespace is considered empty.
true
The following patterns are considered violations:
\t\t
\n
The following patterns are not considered violations:
a {}
/* Only comments */