UNPKG

@giodamelio/eslint-config-thehelpining

Version:

My personal eslint config based on @scottnonnenberg/eslint-config-thehelp

10 lines (9 loc) 121 B
module.exports = { env: { node: true, commonjs: true, }, rules: { 'import/no-commonjs': 'off', }, };