mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
docs: preserve concise config rationale
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import stylistic from '@stylistic/eslint-plugin'
|
||||
import tseslint from 'typescript-eslint'
|
||||
|
||||
/**
|
||||
* ESLint flat config. Two layers.
|
||||
*/
|
||||
export default tseslint.config(
|
||||
{
|
||||
ignores: [
|
||||
|
||||
@@ -2,8 +2,8 @@ import tsconfigPaths from 'vite-tsconfig-paths'
|
||||
import { defineConfig } from 'vitest/config'
|
||||
|
||||
export default defineConfig({
|
||||
// Vite ≥8 warns that this plugin can be replaced by the native (experimental)
|
||||
// `resolve.tsconfigPaths: true`.
|
||||
// Native path resolution reads each package's nearest tsconfig, but only the root defines
|
||||
// workspace paths. Keep this plugin pinned to the root map.
|
||||
plugins: [tsconfigPaths({ projects: ['./tsconfig.json'] })],
|
||||
test: {
|
||||
include: ['packages/*/*/tests/**/*.spec.ts', 'examples/*/tests/**/*.spec.ts'],
|
||||
|
||||
Reference in New Issue
Block a user