@braineet/eslint-config
Version:
Shared Eslint configuration for Braineet Frontend projects.
28 lines (19 loc) • 617 B
Markdown
# Braineet - Frontend Tools - Eslint configuration <!-- omit in toc -->
Shared Eslint configuration for Braineet Frontend projects.
## Table of contents <!-- omit in toc -->
- [How to install](#how-to-install)
## How to install
Run the following command to install the required dependencies:
```shell
$ <yarn|npm|pnpm> add -D @braineet/eslint-config eslint prettier
```
Add this to your .eslintrc
```shell
extends: [
'@braineet/eslint-config',
'@braineet/eslint-config/react',
'@braineet/eslint-config/storybook',
'@braineet/eslint-config/i18n',
'@braineet/eslint-config/cypress',
]
```