UNPKG

524 BMarkdownView Raw
1# Linting Tool
2
3Plugin for [eslint-myrules-manage](https://github.com/Cellule/eslint-myrules-manager)
4
5## Configuration
6
7- Fork this project.
8- edit `index.js`, `rules/*.eslintrc` and `modifiers` however you like.
9- `npm install` your git repo in the projects you want your rules.
10
11## Installation
12
13```bash
14$ npm install @novivia/linter --save-dev
15```
16
17## Details
18
19- Targets: `global` and `frontend`
20- Modifiers: see [modifiers](modifiers/README.md)
21- Uses [babel-eslint](https://github.com/babel/babel-eslint) for parsing.