Skip to content

Dirosaki/eslint-config-van-gogh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dirosaki ESLint config

Whats included?

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

Setup

  1. Install the dependencies
yarn add -D eslint eslint-config-van-gogh
  1. Create a .eslintrc file extending the config:
{
	"extends": ["van-gogh", "van-gogh/import", "van-gogh/prettier"]
}