From 7426bb65c6f81969e3a4f2d3c25ff0bd152aff38 Mon Sep 17 00:00:00 2001 From: Takuya Fukuju Date: Wed, 12 Apr 2023 11:42:50 +0900 Subject: [PATCH] =?UTF-8?q?chore(eslint):=20JSDoc=20=E3=81=AE=E3=83=95?= =?UTF-8?q?=E3=82=A9=E3=83=BC=E3=83=9E=E3=83=83=E3=83=88=E3=82=92=E5=BE=AE?= =?UTF-8?q?=E8=AA=BF=E6=95=B4=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index c0cca45d..5e01375f 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -1,7 +1,7 @@ 'use strict'; /** - * @type { import('eslint').Linter.Config } + * @type { import('eslint').Linter.Config } */ module.exports = { root: true,