project: add eslint

This commit is contained in:
2025-09-25 15:11:14 +02:00
parent 7950e6761c
commit 08c93cdbc8
8 changed files with 1271 additions and 4 deletions

5
eslint.config.js Normal file
View File

@@ -0,0 +1,5 @@
// @ts-check
import { tanstackConfig } from '@tanstack/eslint-config';
export default [...tanstackConfig];