1
0
mirror of synced 2025-11-06 04:21:02 +08:00

chore: update deps

This commit is contained in:
roymondchen
2025-08-26 17:27:37 +08:00
parent f3387ed5e9
commit f267643c42
9 changed files with 1219 additions and 923 deletions

View File

@@ -1,6 +1,5 @@
import js from '@eslint/js';
import stylistic from '@stylistic/eslint-plugin';
import stylisticTs from '@stylistic/eslint-plugin-ts';
import parserTs from '@typescript-eslint/parser';
import { defineConfig } from 'eslint/config';
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended';
@@ -21,7 +20,6 @@ export default (tsconfigRootDir) =>
...tseslint.config(tencentEslintBaseConfig, tencentEslintImportexport, tseslint.configs.base, {
plugins: {
'@stylistic': stylistic,
'@stylistic/ts': stylisticTs,
},
languageOptions: {
parser: parserTs,