- Wrap long dict literal in test_geo_service.py across multiple lines (E501) - Combine nested with statements in test_jail_service.py (SIM117) - Add vitest.config.ts to tsconfig.node.json include so ESLint parserOptions.project resolves it correctly
14 lines
300 B
JSON
14 lines
300 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": ["ES2023"],
|
|
"module": "ESNext",
|
|
"skipLibCheck": true,
|
|
"composite": true,
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true
|
|
},
|
|
"include": ["vite.config.ts", "vitest.config.ts"]
|
|
}
|