From 4edf6e6bc5d078acf00157f389d3958cf6dd2cca Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Fri, 16 Oct 2020 16:45:41 +0200 Subject: [PATCH] eslint-config-prettier v6.13.0 --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd7a96..054cdbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### Version 6.13.0 (2020-10-16) + +- Added: New rules in [eslint-plugin-vue] 7.0 (which supports Vue 3.0). Thanks to @xcatliu! + ### Version 6.12.0 (2020-09-25) - Added: [@typescript-eslint/comma-dangle]. Thanks to Masafumi Koba (@ybiquitous)!! diff --git a/package-lock.json b/package-lock.json index f14573d..ff45fa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "6.12.0", + "version": "6.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e3917d0..ba34b78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "6.12.0", + "version": "6.13.0", "license": "MIT", "author": "Simon Lydell", "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",