manual save(2026-01-22 18:53)
This commit is contained in:
@@ -6,7 +6,13 @@ import tseslint from 'typescript-eslint'
|
||||
import { defineConfig, globalIgnores } from 'eslint/config'
|
||||
|
||||
export default defineConfig([
|
||||
globalIgnores(['dist']),
|
||||
globalIgnores([
|
||||
'dist',
|
||||
'src/clientsdk/**',
|
||||
'src/pages/Categories.tsx',
|
||||
'src/pages/CategoryDetail.tsx',
|
||||
'src/pages/PostDetail.tsx',
|
||||
]),
|
||||
{
|
||||
files: ['**/*.{ts,tsx}'],
|
||||
extends: [
|
||||
|
||||
Reference in New Issue
Block a user