eslint-config-nzap

my eslint config


Keywords
eslint, prettier, react, jest, typescript, eslint-config
License
MIT
Install
npm install eslint-config-nzap@7.0.0

Documentation

eslint-config-nzap

npm version License: MIT test

Policy

  • Processing weight reduction
    • Fewer enabled rules
    • Don't uselessly check the rules for writing that you don't normally
  • Does not hinder development freedom

Usage

npm i -D eslint-config-nzap prettier

Usage

.eslintrc

{
  "extends": "nzap"
}

React

{
  "extends": ["nzap", "nzap/react"]
}

TypeScript

{
  "extends": ["nzap", "nzap/typescript"]
}

TypeScript x React

{
  "extends": ["nzap", "nzap/tsx"]
}

jest

{
  "extends": ["nzap", "nzap/jest"]
}

Thanks 🎉

based by akameco/eslint-config-precure