@rcmedeiros/eslint-config

1.0.0 • Public • Published

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"
    }
}

Readme

Keywords

Package Sidebar

Install

npm i @rcmedeiros/eslint-config

Weekly Downloads

2

Version

1.0.0

License

AGPL-3.0-or-later

Unpacked Size

42 kB

Total Files

4

Last publish

Collaborators

  • rcmedeiros