From 338adc35b8b53eba52d0d45e1d1658219279bd27 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sun, 13 Jan 2019 17:26:19 +0100 Subject: [PATCH] eslint-config-prettier v3.4.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f01167f..cf1cb9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### Version 3.4.0 (2019-01-13) + +- Added: Support for [eslint-plugin-typescript]. Thanks to Jed Fox (@j-f1)! +- Improved: The eslint-plugin-vue integration is now using the + `vue/no-layout-rules` config behind the scenes, so it should automatically + stay up-to-date when new eslint-plugin-vue versions are released. Thanks to + Michał Sajnóg (@michalsnik)! + ### Version 3.3.0 (2018-11-11) - Added: The [vue/html-self-closing] rule (as a [special @@ -179,6 +187,7 @@ [eslint-plugin-flowtype]: https://github.com/gajus/eslint-plugin-flowtype [eslint-plugin-react]: https://github.com/yannickcr/eslint-plugin-react [eslint-plugin-standard]: https://github.com/xjamundx/eslint-plugin-standard +[eslint-plugin-typescript]: https://github.com/bradzacher/eslint-plugin-typescript [eslint-plugin-unicorn]: https://github.com/sindresorhus/eslint-plugin-unicorn [eslint-plugin-vue]: https://github.com/vuejs/eslint-plugin-vue [flowtype/boolean-style]: https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype-rules-boolean-style diff --git a/package-lock.json b/package-lock.json index addda8a..1656845 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "3.3.0", + "version": "3.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a0e30ed..f303c17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "3.3.0", + "version": "3.4.0", "license": "MIT", "author": "Simon Lydell", "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",