This config should be used in all Node.js projects.
npm i -D @smartlook/eslint-config-node// .eslintrc.js
module.exports = {
extends: ['@smartlook/eslint-config-node'],
}See LICENSE.
This config should be used in all Node.js projects.
npm i -D @smartlook/eslint-config-node// .eslintrc.js
module.exports = {
extends: ['@smartlook/eslint-config-node'],
}See LICENSE.