Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

synclabofc/eslint-config-synclab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SyncLab ESLint config

Inspired by Rocketseat ESLint config.

Whats included?

  • Standard config base;
  • React plugin;
  • React Hooks plugin;
  • JSX a11y plugin;
  • Prettier;

Setup

  1. Install the dependencies
npm i -D eslint @synclab/eslint-config
  1. Create a .eslintrc.json file extending the config:
{
  "extends": "@synclab/eslint-config/react"
  // "extends": "@synclab/eslint-config/node"
}

You can also use a .eslintrc.js instead of JSON if you prefer.

About

ESLint configuration used by SyncLab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published