Skip to content

jakeherp/eslint-config-jakeherp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My personal ESLint configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published