@vavra7/eslint
v1.6.2
Published
Eslint configuration with Prettier formatter.
Downloads
5
Readme
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');