From a188a3c50774fcf721b3e8420aa6159613243538 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sun, 22 Mar 2020 11:01:24 +0100 Subject: [PATCH] eslint-config-prettier v6.10.1 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8768810..25ea1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### Version 6.10.1 (2020-03-22) + +- Improved: Recommend using `npx` when running the CLI helper tool. +- Updated: Mention that eslint-config-prettier has been tested with Prettier 2.0 and the latest versions of plugins. + ### Version 6.10.0 (2020-01-28) - Added: [@typescript-eslint/comma-spacing]. Thanks to Thanks to Masafumi Koba (@ybiquitous)!! diff --git a/package-lock.json b/package-lock.json index 55e22ca..a658e70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "6.10.0", + "version": "6.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index abceb3a..23bb65f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "6.10.0", + "version": "6.10.1", "license": "MIT", "author": "Simon Lydell", "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",