Skip to content

codeboxlab/eslint-config-codeboxlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeBoxLab ESLint config

Whats included?

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

Setup

  1. Install the dependencies
# With npm
npm i -D eslint @codeboxlab_/eslint-config

# With yarn
yarn add -D eslint @codeboxlab_/eslint-config
  1. Create a .eslintrc.json (or .eslintrc) file extending the config:
{
  "extends": "@codeboxlab_/eslint-config"
}

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

About

ESLint configuration by CodeBoxlab. ⚡

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published