eslint-config-jordanmonier

5.1.0 • Public • Published

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 !

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-jordanmonier

Weekly Downloads

0

Version

5.1.0

License

ISC

Unpacked Size

11.1 kB

Total Files

12

Last publish

Collaborators

  • jordanmonier