Add travis, appveyor, npm badges

This commit is contained in:
2018-08-21 00:33:57 +05:30
parent 0c3f7a005b
commit 69e2f8cf2d
2 changed files with 6 additions and 2 deletions
+6
View File
@@ -1,5 +1,11 @@
# eslint-plugin-undef-init
[![NpmVersion](https://img.shields.io/npm/v/eslint-plugin-undef-init.svg)](https://www.npmjs.com/package/eslint-plugin-undef-init)
Travis: [![Travis (.org) branch](https://img.shields.io/travis/bendtherules/eslint-plugin-undef-init/master.svg)](https://travis-ci.org/bendtherules/eslint-plugin-undef-init)
Appveyor: [![AppVeyor branch](https://img.shields.io/appveyor/ci/bendtherules/eslint-plugin-undef-init/master.svg)](https://ci.appveyor.com/project/bendtherules/eslint-plugin-undef-init)
Always initialize variables during declaration. Set it explicitly to undefined, if required.
## Installation
-2
View File
@@ -1,2 +0,0 @@
1. Setup CI - Travis, Appveyor
2. Add npm and CI badge