eslint-one-var-es6
Advanced tools
Comparing version
# Changelog | ||
## v1.0.1 | 2015-04-14 | ||
* Update readme for final name | ||
## v1.0.0 | 2015-04-14 | ||
Initial release | ||
{ | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"name": "eslint-one-var-es6", | ||
@@ -4,0 +4,0 @@ "description": "eslint rule for one-var that adds es6 compat", |
@@ -1,2 +0,2 @@ | ||
# eslint-one-var-custom [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-url]][daviddm-image] | ||
# eslint-one-var-es5 [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-url]][daviddm-image] | ||
@@ -25,3 +25,3 @@ custom eslint rule for one-var that adds es6 compat | ||
```sh | ||
npm i -S eslint-one-var-custom | ||
npm i -S eslint-one-var-es5 | ||
``` | ||
@@ -33,3 +33,3 @@ | ||
```js | ||
var eslintOneVarCustom = require('eslint-one-var-custom') | ||
var eslintOneVarCustom = require('eslint-one-var-es5') | ||
@@ -68,7 +68,7 @@ eslintOneVarCustom('Rainbow') | ||
[npm-url]: https://npmjs.org/package/eslint-one-var-custom | ||
[npm-image]: https://badge.fury.io/js/eslint-one-var-custom.svg | ||
[travis-url]: https://travis-ci.org/joeybaker/eslint-one-var-custom | ||
[travis-image]: https://travis-ci.org/joeybaker/eslint-one-var-custom.svg?branch=master | ||
[daviddm-url]: https://david-dm.org/joeybaker/eslint-one-var-custom.svg?theme=shields.io | ||
[daviddm-image]: https://david-dm.org/joeybaker/eslint-one-var-custom | ||
[npm-url]: https://npmjs.org/package/eslint-one-var-es5 | ||
[npm-image]: https://badge.fury.io/js/eslint-one-var-es5.svg | ||
[travis-url]: https://travis-ci.org/joeybaker/eslint-one-var-es5 | ||
[travis-image]: https://travis-ci.org/joeybaker/eslint-one-var-es5.svg?branch=master | ||
[daviddm-url]: https://david-dm.org/joeybaker/eslint-one-var-es5.svg?theme=shields.io | ||
[daviddm-image]: https://david-dm.org/joeybaker/eslint-one-var-es5 |
31059
0.09%