1.0.2 • Published 2 years ago

eslint-config-wibb v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 typescript

Usage

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