2.0.0 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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'
};

šŸŽ‰