mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 02:27:20 -04:00
.. | ||
index.js | ||
README.md |
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