1.0.30 • Published 2 years ago

@topsoft4u/eslint-config v1.0.30

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Installation

yarn add -D @topsoft4u/eslint-config eslint

Usage

Now add the config to either your package.json:

{
  "eslintConfig": {
    "extends": "@topsoft4u/eslint-config"
  }
}

to your .eslintrc:

{
  "extends": "@topsoft4u/eslint-config"
}

or .eslintrc.js:

module.exports = {
  extends: '@topsoft4u/eslint-config',
}