From c9444589f644e58272e84a8d55fccf15ec7cbdb2 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Mon, 19 Aug 2019 17:42:03 +0200 Subject: [PATCH] eslint-config-prettier v6.1.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03384cb..52250a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### Version 6.1.0 (2019-08-19) + +- Added: [function-call-argument-newline] \(new in ESLint 6.2.0). Thanks to + Masafumi Koba (@ybiquitous)! + ### Version 6.0.0 (2019-06-25) - Changed: The CLI helper tool now considers [no-confusing-arrow] to conflict @@ -306,6 +311,7 @@ [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 +[function-call-argument-newline]: https://eslint.org/docs/rules/function-call-argument-newline [function-paren-newline]: https://eslint.org/docs/rules/function-paren-newline [implicit-arrow-linebreak]: https://eslint.org/docs/rules/implicit-arrow-linebreak [indent-legacy]: https://eslint.org/docs/rules/indent-legacy diff --git a/package-lock.json b/package-lock.json index 572d89d..187b159 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "6.0.0", + "version": "6.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e506e15..31be494 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "6.0.0", + "version": "6.1.0", "license": "MIT", "author": "Simon Lydell", "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",