Skip to content

Commit

Permalink
Release v0.17.0 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
edg2s committed Aug 17, 2020
1 parent 5ae823d commit 673bc46
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
0.17.0 / 2020-08-17
===================

* common: Enforce `no-shadow` (Ed Sanders)
* common: Enforce `no-unreachable-loop` (Ed Sanders)
* es6: Enforce `no-promise-executor-return` (Ed Sanders)
* jquery: Update eslint-plugin-no-jquery to 2.5.9 (Ed Sanders)
* jsdoc: Remove unnecessary tagNamePreference settings (Ed Sanders)
* jsdoc: Drop @constant->@const, @description->@desc preferences (Ed Sanders)
* jsdoc: Update eslint-plugin-jsdoc to 30.2.1 (Lucas Werkmeister, Ed Sanders)
* jsdoc/jsduck: Move @mixes->@Mixins to jsduck (Ed Sanders)
* json: Update eslint-plugin-json to 2.1.2 (Ed Sanders)
* mocha: Update eslint-plugin-mocha to 8.0.0 (Ed Sanders)
* qunit: Update elsint-plugin-qunit to 4.3.0 (Ed Sanders)
* vue: Prohibit self-closing tags, but allow shorthand attributes (Roan Kattouw)

* code: Update to ESLint 7.5.0 (Ed Sanders)
* tests: Update mocha to 8.1.1 (Ed Sanders)

0.16.2 / 2020-06-18
===================

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-wikimedia",
"version": "0.16.2",
"version": "0.17.0",
"description": "ESLint config following Wikimedia code conventions.",
"main": "common.json",
"scripts": {
Expand Down

0 comments on commit 673bc46

Please sign in to comment.