Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 460 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 460 Bytes

Germinal ESLint configuration (@germinal-io/eslint-config)

ESLint configuration presets (no semicolon)

Installation

npm install --save-dev @germinal-io/eslint-config

Usage

edit eslintrc.json and add default configuration

{
  "extends": [
    "@germinal-io/eslint-config"
  ]
}

Features :

  • No semicolon !
  • ES and TS validation
  • Prettier formatting
  • JSX and React syntax validation
  • Jest tests