@mll-lab/eslint-config
v3.4.1
Published
The shareable eslint configuration of MLL
Readme
eslint-config
The shareable eslint configuration of MLL
Installation
yarn add --dev @mll-lab/eslint-configConfiguration
Extend this configuration in your ESLint config:
"extends": [
"@mll-lab/eslint-config"
],React
Add required peer dependencies:
yarn add --dev eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-jsx-a11yThen add an extra entry to your ESLint config. Make sure to place it config before the base config.
"extends": [
"@mll-lab/eslint-config/react",
"@mll-lab/eslint-config"
],