https://github.com/nilsingwersen
🛠️ Building map apps with React & TypeScript. Open-source enthusiast.
This is how it's in the vite templates:
export default defineConfig([
globalIgnores(['dist']),
{
extends: [
reactHooks.configs['recommended-latest'],
],
It's from init vite and selected React Compiler
This is how it's in the vite templates:
export default defineConfig([
globalIgnores(['dist']),
{
extends: [
reactHooks.configs['recommended-latest'],
],
It's from init vite and selected React Compiler