1.0.1 • Published 7 years ago

eslint-config-unity v1.0.1

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

eslint-config-unity

ESLint configuration.

Usage

Install:

npm install --save-dev eslint-config-unity

Configure

Add "extends": "unity" to your local .eslintrc

{
    "extends": "unity"
}