Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thepassle/eslint-scoped-elements


https://github.com/thepassle/eslint-scoped-elements

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Eslint-plugin-scoped-elements

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

![astexplorer](./astexplorer.png)

## Adding a new rule

```bash
npm i -g yo generator-eslint
cd eslint-scoped-elements
yo eslint:rule
```

## Running tests

```bash
npm run test
```