eslint-config-exove-nodejs
v0.0.8
Published
Exove ESLint Node.js configuration
Readme
Exove ESLint Node.js configuration
Installation
npm install --save-dev eslint-config-exove-nodejsCreate a file .eslintrc.js in the same folder where package.json is located with the following contents:
module.exports = {
extends: 'exove-nodejs',
};