Skip to content

Commit

Permalink
BA-1003: add plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jehy committed Jan 18, 2019
1 parent c5ae400 commit b39c5cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
12 changes: 3 additions & 9 deletions README.md
@@ -1,11 +1,5 @@
# ESLint plugin OTT

[![Build Status](https://travis-ci.org/jehy/eslint-plugin-ott.svg?branch=master)](https://travis-ci.org/jehy/eslint-plugin-ott)
[![dependencies Status](https://david-dm.org/jehy/eslint-plugin-ott/status.svg)](https://david-dm.org/jehy/eslint-plugin-ott)
[![devDependencies Status](https://david-dm.org/jehy/eslint-plugin-ott/dev-status.svg)](https://david-dm.org/jehy/eslint-plugin-ott?type=dev)
[![Coverage Status](https://coveralls.io/repos/github/jehy/eslint-plugin-ott/badge.svg?branch=master)](https://coveralls.io/github/jehy/eslint-plugin-ott?branch=master)
[![Known Vulnerabilities](https://snyk.io/test/github/jehy/eslint-plugin-ott/badge.svg)](https://snyk.io/test/github/jehy/eslint-plugin-ott)

Some OTT ESLint rules

## Rules
Expand All @@ -14,15 +8,15 @@ Some OTT ESLint rules

## Prerequisites

Node.js (>=6.x).
Node.js (>=8.x).

## Usage

* If you don't have ESLint yet configured for your project follow [these instructions](https://github.com/eslint/eslint#installation-and-usage).
* Install `eslint-plugin-ott` using `npm` (or `yarn`) for you project:
* Install `eslint-plugin-ott` using `npm` for you project:

```sh
npm install https://github.com/jehy/eslint-plugin-ott.git --save-dev # install for your project
npm install eslint-plugin-ott --save-dev
```

* Add `eslint-plugin-ott` to the `plugins` option of your `.eslintrc`:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -37,5 +37,8 @@
"bugs": {
"url": "https://github.com/jehy/eslint-plugin-ott/issues"
},
"homepage": "https://github.com/jehy/eslint-plugin-ott#readme"
"homepage": "https://github.com/jehy/eslint-plugin-ott#readme",
"publishConfig": {
"registry": "https://npm.twiket.com/repository/private-node-modules/"
}
}

0 comments on commit b39c5cf

Please sign in to comment.