Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kellyselden/textlint-rule-eol-last
textlint rule to require or disallow newline at the end of files
https://github.com/kellyselden/textlint-rule-eol-last
Last synced: 16 days ago
JSON representation
textlint rule to require or disallow newline at the end of files
- Host: GitHub
- URL: https://github.com/kellyselden/textlint-rule-eol-last
- Owner: kellyselden
- License: mit
- Created: 2022-12-03T19:32:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T19:26:59.000Z (about 2 months ago)
- Last Synced: 2024-12-26T03:32:11.298Z (about 1 month ago)
- Language: JavaScript
- Size: 174 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# textlint-rule-eol-last
[![npm version](https://badge.fury.io/js/textlint-rule-eol-last.svg)](https://badge.fury.io/js/textlint-rule-eol-last)
[textlint](https://textlint.github.io) rule to require or disallow newline at the end of files
Options:
```js
{
rules: {
'eol-last': {
newline: 'always' // 'always' or 'never', 'always' is default
}
}
}
```