elzup / eslint-config-nzap

my eslint config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

my eslint config

License:MIT License


Languages

Language:JavaScript 85.9%Language:TypeScript 14.1%