mirror of
https://github.com/thangisme/notes.git
synced 2025-04-22 03:32:14 -04:00
no-missing-end-of-source-newline
Disallow missing end-of-source newlines.
a { color: pink; }
\n
/** ↑
* This newline */
Completely empty files are not considered warnings.
Options
true
The following patterns are considered warnings:
a { color: pink; }
The following patterns are not considered warnings:
a { color: pink; }
\n