Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thepassle/eslint-plugin-security


https://github.com/thepassle/eslint-plugin-security

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Eslint-plugin-security

[ASTExplorer](https://astexplorer.net/)
- parser -> Espree
- transform -> eslint v4

![astexplorer](./astexplorer.png)

## Adding a new rule

```bash
npm i -g yo generator-eslint
cd eslint-plugin-security
yo eslint:rule
```

## Running tests

```bash
npm run test
```