1.0.0 • Published 6 years ago
eslint-config-jakeherp v1.0.0
ESLint and Prettier setup
These are my personal settings I use across my projects, feel free to tweak to your liking.
Installation
yarn install --dev eslint-config-jakeherpor with npm:
npm install --save-dev eslint-config-jakeherpin your .eslintrc file add:
{
"extends": [
"jakeherp"
]
}What it does
- Lints JavaScript and TypeScript according to latest web standards
- Fixes formatting errors using Prettier
- Based on
eslint-config-airbnbfor React
1.0.0
6 years ago