@braineet/eslint-config
v2.0.9
Published
Shared Eslint configuration for Braineet Frontend projects.
Downloads
41
Maintainers
Readme
Braineet - Frontend Tools - Eslint configuration
Shared Eslint configuration for Braineet Frontend projects.
Table of contents
How to install
Run the following command to install the required dependencies:
$ <yarn|npm|pnpm> add -D @braineet/eslint-config eslint prettier
Add this to your .eslintrc
extends: [
'@braineet/eslint-config',
'@braineet/eslint-config/react',
'@braineet/eslint-config/storybook',
'@braineet/eslint-config/i18n',
'@braineet/eslint-config/cypress',
]