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
- Host: GitHub
- URL: https://github.com/jomendez/eslint-plugin-no-do-expression
- Owner: jomendez
- Created: 2021-09-09T16:35:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T17:20:14.000Z (about 4 years ago)
- Last Synced: 2025-01-02T05:17:44.760Z (9 months ago)
- Language: HTML
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
]
}
```