1.0.1 • Published 4 years ago

@reactstarter/eslint-config v1.0.1

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

eslint-config

Installation

Add library to dev dependencies:

npm i -D @reactstarter/eslint

Add @reactstarter to your esLintConfig in package.json or in a standalone ES Lint config.

  "eslintConfig": {
    "extends": "@reactstarter"
  },