1.0.0 • Published 2 years ago

@dirosaki/eslint v1.0.0

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 @dirosaki/eslint
  1. Create a .eslintrc file extending the config:
{
	"extends": ["dirosaki/eslint", "dirosaki/eslint/import", "dirosaki/eslint/prettier"]
}