1.0.0 • Published 2 years ago

@77sol/eslint-config v1.0.0

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

77sol ESLint config

Configs included

Plugins included

Instalation

npm i -D eslint @77sol/eslint-config

or

yarn add -D eslint @77sol/eslint-config

or

pnpm i -D eslint @77sol/eslint-config

Setup

For React

Inside .eslintrc.json

{
  "extends": "@77sol/eslint-config/react"
}