@heberpedro/eslint-config

1.0.3 • Public • Published

ESLint Config

📦 Install

# with yarn
yarn add -D @heberpedro/eslint-config

# with npm
npm i -D @heberpedro/eslint-config

⚡ Usage

Add the following to your .eslintrc.json file:

{
  "extends": [
    "@heberpedro"
  ],
  "rules": {
    // ...
  }
}

Or add the following to package.json file:

{
  "eslintConfig": {
    "extends": [
      "@heberpedro"
    ],
    "rules": {
      // ...
    }
  },
}

Package Sidebar

Install

npm i @heberpedro/eslint-config

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

4.46 kB

Total Files

4

Last publish

Collaborators

  • heberpedro