Skip to content

Commit 094cb0b

Browse files
committed
chore: Refactor ESLint configuration and update README with LLM assistance details
1 parent 0c0c47c commit 094cb0b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,15 @@ While this template provides a solid foundation, you might find these additional
173173

174174
## ⚠️ Limitations and Known Issues
175175

176-
- React 19 just released there could be dependency issues
176+
- React 19 just released, there could be dependency issues
177177
- Some features might be experimental, they are tested before benign added to the template but still be careful.
178178

179+
## LLM Assisted Development
180+
181+
Most of tanstack libraries work really well with LLMs, here is a quick link to how to setup the rules from their docs.
182+
183+
[How to use LLM Rules with Tanstack Router](https://tanstack.com/router/latest/docs/framework/react/installation#llm-assistance-support)
184+
179185
---
180186

181187
<div align="center">

eslint.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,11 @@ export default tseslint.config(
3232
globals: globals.browser,
3333
},
3434
plugins: {
35-
//@ts-expect-error https://github.com/facebook/react/issues/28313
3635
"react-hooks": reactHooks,
3736
"react-refresh": reactRefresh,
3837
"react-compiler": reactCompiler,
3938
"simple-import-sort": simpleImportSort,
4039
},
41-
// @ts-expect-error https://github.com/facebook/react/issues/28313
4240
rules: {
4341
...reactHooks.configs.recommended.rules,
4442
"react-compiler/react-compiler": "error",

0 commit comments

Comments
 (0)