2.1.5 • Published 12 months ago

@saurs/eslint-config v2.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Saurs ESLint config

  • React config;

##How to install

  1. Install the dependencies
  npm i -D eslint @saurs/eslint-config
  //pnpm add -D @saurs/eslint-config
  //yarn add -D @saurs/eslint-config
  //bun add @saurs/eslint-config -d
  1. Create a eslintrc.json or eslintrc.js file that extends the config:
{
  "extends": "@saurs/eslint-config/react
  //"extends": "@saurs/eslint-config/angular"
}