@ballatech/eslint-config
v1.0.1
Published
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com) [![npm version](http://img.shields.io/npm/v/%40ballatech%2Feslint-config.svg?style=flat)](https://npmjs.org/package/%40ballatech%2Feslint-con
Downloads
2
Readme
eslint-config
Eslint configuration for react/node projects based on eslint-config-standard Link
Install
Install package using yarn with the optional peer dependencies:
yarn add -D @ballatech/eslint-config eslint prettier prettier-cli prettier-eslint
Usage
Create the following .eslintrc
file inside the project root:
{
"extends": "@ballatech"
}
Supporting the following
- React
- Node
- Jest
- Babel/ES9
- Prettier
- Flow