9.0.0 • Published 6 months ago
@sb1/eslint-config-ffe v9.0.0
@sb1/eslint-config-ffe
Recommended eslint config used for FFE components. Based on eslint-config-airbnb, but without any styling rules.
Install
npm install --save-dev eslint @sb1/eslint-config-ffe eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11yUsage
Create .eslintsrc in the same directory as your package.json and extend this config:
{
"extends": "@sb1/ffe"
}NB: If you are not using React see @sb1/eslint-config-ffe-base.