5.1.0 • Published 3 years ago
eslint-config-jordanmonier v5.1.0
ESLint Configured with Airbnb, React, TypeScript & Prettier, Promise, Unicorn
How to install ?
- Install the configuration
npm i -D eslint-config-jordanmonier- Install the peer dependencies of the config
If using npm >5
npx install-peerdeps --dev eslint-config-jordanmonierIf using npm <5
npm info "eslint-config-jordanmonier@latest" peerDependenciesAnd then you need to install each peer dependency manually
- Extends your eslint configuration with this one
{
"extends": ["eslint-config-jordanmonier"]
}- Don't forget to make your own
.prettier(you can use the one we provide in the repo) - Don't forget to also make your own
tsconfig.json(you can also use the one we provide in the repo) - Enjoy using our configuration !