Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepassle/eslint-scoped-elements
https://github.com/thepassle/eslint-scoped-elements
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/thepassle/eslint-scoped-elements
- Owner: thepassle
- Created: 2022-06-01T13:25:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T14:19:23.000Z (about 2 years ago)
- Last Synced: 2024-10-23T15:56:18.545Z (21 days ago)
- Language: JavaScript
- Size: 427 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```