1.0.1 • Published 2 years ago

eslint-config-van-gogh v1.0.1

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

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"]
}