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

View File

@@ -7,5 +7,5 @@
"git": true,
"version": 1,
"framework": "react-cra",
"chosenAddOns": ["start"]
"chosenAddOns": ["start", "eslint"]
}