Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
}
}
}
```