0.0.8 • Published 7 years ago
eslint-config-exove-nodejs v0.0.8
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',
};