From 44c42310f170ca4ac9df7e86962def373f893985 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Thu, 30 Nov 2023 11:48:03 +0900 Subject: [PATCH] feat(.eslintrc.js): add prettier --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 918865f4..d23c0794 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -7,7 +7,7 @@ module.exports = { 'plugin:@typescript-eslint/recommended', 'plugin:@typescript-eslint/recommended-requiring-type-checking', ], - plugins: ['@typescript-eslint', 'import'], + plugins: ['prettier', '@typescript-eslint', 'import'], parser: '@typescript-eslint/parser', parserOptions: { project: './tsconfig.json',