1.2.0 • Published 1 month ago

eslint-config-ksi v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

Kingspan Isoeste ESLint config

Whats included?

  • Standard config base;
  • Prettier;

Setup

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

You can also use a .eslintrc.js instead of JSON if you prefer.