1.0.0 • Published 4 years ago

eslint-config-jakeherp v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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-jakeherp

or with npm:

npm install --save-dev eslint-config-jakeherp

in 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-airbnb for React