0.4.0 • Published 6 years ago

eslint-config-tierion v0.4.0

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
6 years ago

eslint-config-tierion

This is an eslint shareable config (https://eslint.org/docs/developer-guide/shareable-configs). It contains rules used by Tierion for both NodeJS and React code bases.

Use this configuration in projects

Installation

To use eslint with this configuration, two packages are necessary:

npm i -D eslint eslint-config-tierion

Configuration

Once the packages are installed, you can create a .eslintrc.json file with the configuration that matches the project.

NodeJS

{
  "extends": "eslint-config-tierion"
}

React

{
  "extends": "eslint-config-tierion/react"
}
0.4.0

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago