Scaffold Vite 8 + React 19 + TypeScript project using the react-ts template. Removes the previous plain HTML/CSS/JS files and replaces them with the Vite scaffold. npm run dev verified to start without errors. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
245 B
JSON
9 lines
245 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"plugins": ["react", "typescript", "oxc"],
|
|
"rules": {
|
|
"react/rules-of-hooks": "error",
|
|
"react/only-export-components": ["warn", { "allowConstantExport": true }]
|
|
}
|
|
}
|