An open API service indexing awesome lists of open source software.

https://github.com/jomendez/eslint-plugin-no-do-expression


https://github.com/jomendez/eslint-plugin-no-do-expression

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# TODO:
- rename the plugin (find a name that makes more sense)
- account for nested do statements
- Update the readme

# eslint-plugin-no-do-expression

no do expression

## Installation

```
$ npm install
```

## Usage

Add `no-do-expression` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:

```json
{
"plugins": [
"no-do-expression"
]
}
```