From 9f0d1e1d05f7d173959107b11fcb876b673c4ad3 Mon Sep 17 00:00:00 2001 From: s-nishihira Date: Sun, 30 Jan 2022 09:27:20 +0900 Subject: [PATCH] =?UTF-8?q?eslintrc=E3=81=AEextends=E3=81=ABprettier?= =?UTF-8?q?=E3=81=AE=E8=A8=AD=E5=AE=9A=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index aec95e2..7cdb2dd 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,12 +3,9 @@ "env": { "node": true }, - "extends": [ - "plugin:vue/vue3-essential", - "eslint:recommended" - ], + "extends": ["plugin:vue/vue3-essential", "eslint:recommended", "prettier"], "parserOptions": { "parser": "babel-eslint" }, "rules": {} -} \ No newline at end of file +}