@satel/eslint-config-react

3.0.0 • Public • Published

Satel react eslint config

For more general documentation on using and configuring eslint please see the root of this repo here

Installation

First, make sure you have Node.js v8.10.0 or above installed

$ node -v
v8.10.0

Next, install eslint and @satel/eslint-config-react

npm

$ npm i eslint @satel/eslint-config-react --save-dev

Yarn

$ yarn add eslint @satel/eslint-config-react -D

Note - the above should be run from your project directory

Configure

Create (or modify) a .eslintrc file in the root of your project directory. Then you can use the extends property to apply the configuration

{
  "extends": "@satel/react"
}

Contents

Package Sidebar

Install

npm i @satel/eslint-config-react

Weekly Downloads

0

Version

3.0.0

License

MIT

Unpacked Size

3.95 kB

Total Files

4

Last publish

Collaborators

  • dexterchan94
  • qw-in
  • satelcreative