@vavra7/eslint

1.6.2 • Public • Published

Eslint configuration for node and browser

Eslint configuration with Prettier formatter.

Preconditions

IDE has Eslint plugin installed or supports Eslint out of the box.

Set up

In root of the project create file .eslint.js and export configuration.

for node:

module.exports = require('@vavra7/eslint/.eslintrc.node');

for browser:

module.exports = require('@vavra7/eslint/.eslintrc.browser');

Readme

Keywords

none

Package Sidebar

Install

npm i @vavra7/eslint

Weekly Downloads

1

Version

1.6.2

License

MIT

Unpacked Size

7.68 kB

Total Files

6

Last publish

Collaborators

  • vavra7