kellyselden / textlint-rule-eol-last

textlint rule to require or disallow newline at the end of files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

textlint-rule-eol-last

npm version

textlint rule to require or disallow newline at the end of files

Options:

{
  rules: {
    'eol-last': {
      newline: 'always' // 'always' or 'never', 'always' is default
    }
  }
}

About

textlint rule to require or disallow newline at the end of files

License:MIT License


Languages

Language:JavaScript 100.0%