@hurtigruten/eslint-config-react
v2.0.0
Published
Shared eslint configuration for Hurtigruten projects
Downloads
912
Readme
Hurtigruten shared eslint config for React
Install the config
npm install --D @hurtigruten/eslint-config-react
Install all needed peer dependencies
npx install-peerdeps --dev @hurtigruten/eslint-config-react
Extend the eslint config file
{
"extends": "@hurtigruten/eslint-config-react"
}