eslint-plugin-no-empty-first-line

1.0.5 • Public • Published

eslint-plugin-no-empty-first-line

  • [pt-BR] - 🚫 ESLint plugin que impede arquivos de começarem com uma linha em branco.
  • [en] - 🚫 ESLint plugin that prevents files from starting with an empty line.

Install

yarn add -D eslint-plugin-no-empty-first-line

Use in eslintrc file

// .eslintrc.js
module.exports = {
  plugins: ['no-empty-first-line'],
  rules: {
    'no-empty-first-line/validate': 'error'
  }
}

Package Sidebar

Install

npm i eslint-plugin-no-empty-first-line

Weekly Downloads

142

Version

1.0.5

License

MIT

Unpacked Size

46.1 kB

Total Files

8

Last publish

Collaborators

  • felipemengatto