3 releases

0.0.4 Dec 25, 2024
0.0.2 Oct 8, 2024
0.0.1 Oct 5, 2024

#9 in #consistent

Download history 62/week @ 2024-11-23 50/week @ 2024-11-30 87/week @ 2024-12-07 142/week @ 2024-12-14 266/week @ 2024-12-21 105/week @ 2024-12-28 57/week @ 2025-01-04 52/week @ 2025-01-11 17/week @ 2025-01-18 1/week @ 2025-01-25 36/week @ 2025-02-01 35/week @ 2025-02-08 39/week @ 2025-02-15 79/week @ 2025-02-22 68/week @ 2025-03-01 34/week @ 2025-03-08

223 downloads per month

Apache-2.0

24KB
565 lines

linelint

linelint is a tool designed to lint and automatically format files by enforcing consistent line formatting rules.

Lint Rules

LineEndLint

Ensures files end with a newline (\n).

Fix: Add a newline at the end.

TrailingWhitespaceLint

Flags trailing spaces at the end of lines.

Fix: Remove trailing spaces.

.linelintignore

add file .linelintignore in your project to ignore dir or file when use linelint

Dependencies

~5–13MB
~152K SLoC