1.0.2 • Published 4 years ago
eslint-config-wibb v1.0.2
Sam Wibb's eslint config 💪
This package provides basic eslint and prettier configuration as an extensible shared config for react/react-native projects.
yarn add --dev eslint-config-wibb typescriptUsage
Create the following files at the root of your project/monorepo:
.eslintrc
{
"extends": ["eslint-config-wibb"]
}.prettierrc.js
module.exports = require('eslint-config-wibb/prettier')Improving this config
- Adding typescript configuration