Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umar-muneer/eslint-plugin-careaxiom
https://github.com/umar-muneer/eslint-plugin-careaxiom
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/umar-muneer/eslint-plugin-careaxiom
- Owner: umar-muneer
- Created: 2017-03-09T14:37:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T10:14:26.000Z (almost 7 years ago)
- Last Synced: 2024-10-12T20:37:08.295Z (about 1 month ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-plugin-careaxiom
eslint rules used in careaxiom
## Installation
You'll first need to install [ESLint](http://eslint.org):
```
$ npm i eslint --save-dev
```Next, install `eslint-plugin-careaxiom`:
```
$ npm install eslint-plugin-careaxiom --save-dev
```**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-careaxiom` globally.
## Usage
Add `careaxiom` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:
```json
{
"plugins": [
"careaxiom"
]
}
```Then configure the rules you want to use under the rules section.
```json
{
"rules": {
"careaxiom/rule-name": 2
}
}
```## Supported Rules
* Fill in provided rules here