1.0.0 • Published 5 years ago

@rcmedeiros/eslint-config v1.0.0

Weekly downloads
3
License
AGPL-3.0-or-later
Repository
github
Last release
5 years ago

eslint-config

Set of ESLint rules.

Install

npm i @rcmedeiros/eslint-config

Usage

Make sure you have an ESLint plugin installed

In the project's root , create the file eslintrc.json and paste:

{
    "extends": "@rcmedeiros"
}

If you use mocha , create the file eslintrc.json in your test folder and paste:

{
    "env": {
        "mocha": true
    },
    "rules": {
        "no-unused-expressions": "off"
    }
}
1.0.0

5 years ago

1.0.0-9

5 years ago

1.0.0-6

5 years ago

1.0.0-4

5 years ago

1.0.0-2

5 years ago