1.1.0 • Published 7 years ago

eslint-config-palleter v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Installation

yarn add --dev git+ssh://git@github.com/Palleter/eslint-config-palleter.git

Usage

React app

In your package.json file, add eslintConfig section:

"eslintConfig": {
  "extends": "palleter/react-config"
}

Server app

In your package.json file, add eslintConfig section:

"eslintConfig": {
  "extends": "palleter/service-config"
}