From 607e09d271c4bfb3af900786b455b5217d373646 Mon Sep 17 00:00:00 2001 From: pa Date: Tue, 10 Mar 2026 22:54:56 +0900 Subject: [PATCH] eslint config --- eslint.config.mjs | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index a34c061a..9dd78c76 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -103,29 +103,30 @@ export default defineConfig([ jsdoc({ config: 'flat/recommended', rules: { + 'jsdoc/require-jsdoc': 'off', 'jsdoc/require-param-description': 'off', 'jsdoc/require-returns-description': 'off', 'jsdoc/reject-function-type': 'off' } }), - { - ignores: [ - '**/__tests__/**', - '**/*.spec.{js,mjs,cjs,vue}', - '**/*.test.{js,mjs,cjs,vue}' - ], - plugins: { 'pretty-import': prettyImport }, - rules: { - 'pretty-import/separate-type-imports': 'warn', - 'pretty-import/sort-import-groups': [ - 'warn', - { - groupStyleImports: true - } - ], - 'pretty-import/sort-import-names': 'warn' - } - }, + // { + // ignores: [ + // '**/__tests__/**', + // '**/*.spec.{js,mjs,cjs,vue}', + // '**/*.test.{js,mjs,cjs,vue}' + // ], + // plugins: { 'pretty-import': prettyImport }, + // rules: { + // 'pretty-import/separate-type-imports': 'warn', + // 'pretty-import/sort-import-groups': [ + // 'warn', + // { + // groupStyleImports: true + // } + // ], + // 'pretty-import/sort-import-names': 'warn' + // } + // }, { ...eslintPluginPrettierRecommended, ignores: [