2.0.9 • Published 2 years ago

@braineet/eslint-config v2.0.9

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

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',
]