ESLint shareable config for FINN.no that disables ESLint rules that conflict with Prettier. Version 3.0.2 supports ESLint 4.x or 5.x. It sets Prettier options like tabWidth: 4, singleQuote: true, trailingComma: 'es5'. Provides a React-specific variant. This config overrides stylistic rules and is meant to be used alongside other configs. Not actively maintained since 2018; alternatives include eslint-config-prettier.
npm install eslint-config-finn-prettierVerified import paths — ran on the pinned version, not inferred.
Configure ESLint to use finn-prettier as an override for style rules. It must be last in extends.
Override tabWidth in your .prettierrc or eslint config.
Consider using eslint-config-prettier instead.
Put 'finn-prettier' at the end of your extends list.
Run npm install --save-dev eslint-config-finn-prettier
npm install --save-dev eslint-plugin-react
No dependency data recorded yet.