Skip to content

Commit

Permalink
release v13.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss committed Aug 27, 2018
1 parent 181ab61 commit 27b0bba
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
24 changes: 21 additions & 3 deletions CHANGELOG.md
@@ -1,3 +1,24 @@
<a name="13.2.0"></a>
# [13.2.0](https://github.com/algolia/eslint-config-algolia/compare/v13.1.0...v13.2.0) (2018-08-27)


### Bug Fixes

* remove nested renovate project configuration ([a6d9765](https://github.com/algolia/eslint-config-algolia/commit/a6d9765))
* **vue:** avoid extends from base ([5cdeb22](https://github.com/algolia/eslint-config-algolia/commit/5cdeb22))


### Features

* enable curly rules ([dca43ad](https://github.com/algolia/eslint-config-algolia/commit/dca43ad))
* **base:** allow unused var with rest ([b9c579a](https://github.com/algolia/eslint-config-algolia/commit/b9c579a))
* replace experimentalObjectRestSpread for ecmaVersion ([76e5d1d](https://github.com/algolia/eslint-config-algolia/commit/76e5d1d))
* **import:** enforce no extensions for js files ([#92](https://github.com/algolia/eslint-config-algolia/issues/92)) ([b24e9b2](https://github.com/algolia/eslint-config-algolia/commit/b24e9b2))
* **vue:** add rules override ([ac98c1a](https://github.com/algolia/eslint-config-algolia/commit/ac98c1a))
* **vue:** use Vue plugin instead of the HTML one ([a0d733a](https://github.com/algolia/eslint-config-algolia/commit/a0d733a))



<a name="13.1.0"></a>
# [13.1.0](https://github.com/algolia/eslint-config-algolia/compare/v13.0.1...v13.1.0) (2018-02-12)

Expand Down Expand Up @@ -429,6 +450,3 @@

<a name="2.0.0"></a>
# 2.0.0 (2015-07-05)



2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-algolia",
"version": "13.1.0",
"version": "13.2.0",
"description": "Algolia's ESLint config.",
"repository": "algolia/eslint-config-algolia",
"scripts": {
Expand Down

0 comments on commit 27b0bba

Please sign in to comment.