Skip to content

Commit

Permalink
Release v0.22.0 (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
edg2s authored Feb 7, 2022
1 parent d98cb8e commit b05f580
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
0.22.0 / 2022-02-07
===================

* Update ESLint to 8.6.0 (Ed Sanders)

* common: Add eslint-plugin-yml to lint YAML files (Petr Pchelko)
* common: Disable no-use-before-define for functions (Ed Sanders)
* common: Update eslint-plugin-unicorn to 40.1.0 (Ed Sanders)
* jsdoc: Update eslint-plgin-jsdoc to 37.7.1 (Ed Sanders)
* mediawiki: Update eslint-plugin-compat to 4.0.2 (Ed Sanders)
* qunit: Update eslint-plugin-qunit to 7.2.0 (Ed Sanders)
* vue: Enforce component-name-in-template-casing (Roan Kattouw)
* vue: Update eslint-plugin-vue to 8.4.1 (Roan Kattouw)

* tests: Add test to show that YAML delibrately enforces max-len

0.21.0 / 2021-10-28
===================

Expand Down
4 changes: 2 additions & 2 deletions 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.21.0",
"version": "0.22.0",
"description": "ESLint config following Wikimedia code conventions.",
"main": "common.json",
"scripts": {
Expand Down

0 comments on commit b05f580

Please sign in to comment.