3.1.3 • Published 9 years ago
cellule-eslint-myrules v3.1.3
Deprecation
This project is no longer supported. Switched to Eslint Shareable Configs. See eslint-config-cellule for continued support.
eslint-myrules
Wrapper for eslint-myrules-manager
Configuration
- Fork this project.
- edit
index.js
,rules/*.eslintrc
andmodifiers
however you like. npm install
your git repo in the projects you want your rules.
Installation
$ npm install cellule/eslint-myrules --save-dev
Usage
See eslint-myrules-manager for more details
// package.json
{
"script": {
"lint": "eslint-myrules lint"
}
}
Details
- Targets:
global
,frontend
andbackend
- Modifiers: see modifiers
- Uses babel-eslint for parsing.
- Optionnal plugin for react