@inovanti/lint-config

1.0.0 • Public • Published

Base Lint config for JS aplications

Whats included?

  • Prettier;
  • React plugin;
  • Standard config base;
  • JSX a11y plugin;
  • React Hooks plugin;

Setup

  1. Install the dependencies
npm i -D eslint @inovanti/eslint-config
  1. Create a .eslintrc.json file extending the config:
{
  "extends": "@inovanti/lint-config/react"
  // "extends": "@inovanti/lint-config/node"
  // "extends": "@inovanti/lint-config/next"

}

Readme

Keywords

Package Sidebar

Install

npm i @inovanti/lint-config

Weekly Downloads

11

Version

1.0.0

License

MIT

Unpacked Size

5.37 kB

Total Files

5

Last publish

Collaborators

  • natan-inovanti