5.1.0 • Published 2 years ago

eslint-config-jordanmonier v5.1.0

Weekly downloads
24
License
ISC
Repository
-
Last release
2 years ago

ESLint Configured with Airbnb, React, TypeScript & Prettier, Promise, Unicorn

How to install ?

  1. Install the configuration
npm i -D eslint-config-jordanmonier
  1. Install the peer dependencies of the config

If using npm >5

npx install-peerdeps --dev eslint-config-jordanmonier

If using npm <5

npm info "eslint-config-jordanmonier@latest" peerDependencies

And then you need to install each peer dependency manually

  1. Extends your eslint configuration with this one
{
  "extends": ["eslint-config-jordanmonier"]
}
  1. Don't forget to make your own .prettier (you can use the one we provide in the repo)
  2. Don't forget to also make your own tsconfig.json (you can also use the one we provide in the repo)
  3. Enjoy using our configuration !