2.0.0 ā€¢ Published 8 months ago

@util-co/eslint-config-util v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

eslint-config-util

npm version

Usage

  1. Add the following to package.json under devDependencies:

"@util-co/eslint-config-util": "latest",

  1. Run npm i

  2. Then, replace your .eslintrc.js with the following

module.exports = {
  extends: '@util-co/eslint-config-util'
};

šŸŽ‰