From fb9d766000dcbf2864caa0b6848e69fb3c3c43e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AC=94=E8=AE=B0=E6=9C=AC=E9=87=8C=E7=9A=84=E6=B0=B8?= =?UTF-8?q?=E5=B9=B3?= Date: Thu, 17 Jul 2025 16:49:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9C=AC=E6=AC=A1=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=86=85=E5=AE=B9=E5=A6=82=E4=B8=8B=20?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cunkebao/.eslintrc.js | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 Cunkebao/.eslintrc.js diff --git a/Cunkebao/.eslintrc.js b/Cunkebao/.eslintrc.js deleted file mode 100644 index 72eb95a9..00000000 --- a/Cunkebao/.eslintrc.js +++ /dev/null @@ -1,40 +0,0 @@ -module.exports = { - root: true, - parser: '@typescript-eslint/parser', - plugins: ['@typescript-eslint', 'react'], - extends: [ - 'eslint:recommended', - 'plugin:react/recommended', - 'plugin:@typescript-eslint/recommended', - 'react-app', - 'react-app/jest', - ], - env: { - browser: true, - es2021: true, - node: true, - }, - settings: { - react: { - version: 'detect', - }, - }, - parserOptions: { - ecmaFeatures: { - jsx: true, - }, - ecmaVersion: 'latest', - sourceType: 'module', - }, - rules: { - 'react/react-in-jsx-scope': 'off', - '@typescript-eslint/no-unused-vars': [ - 'warn', - { argsIgnorePattern: '^_', varsIgnorePattern: '^_' } - ], - 'react/prop-types': 'off', - 'no-console': 'warn', - 'no-debugger': 'warn', - }, - ignorePatterns: ['node_modules/', 'build/', 'dist/'], -}; \ No newline at end of file