File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
crates/bindings-typescript/examples Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1919 "noFallthroughCasesInSwitch" : true ,
2020 "noUncheckedSideEffectImports" : true
2121 },
22- "include" : [" src" ]
22+ "include" : [" src" , " vite.config.ts " ]
2323}
Original file line number Diff line number Diff line change 1919 "noUnusedParameters" : true ,
2020 "noFallthroughCasesInSwitch" : true
2121 },
22- "include" : [" src" ]
22+ "include" : [" src" , " vite.config.ts " ]
2323}
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ export default tseslint.config(
3838 './tsconfig.json' ,
3939 './crates/bindings-typescript/tsconfig.json' ,
4040 './crates/bindings-typescript/test-app/tsconfig.json' ,
41+ './crates/bindings-typescript/examples/basic-react/tsconfig.json' ,
42+ './crates/bindings-typescript/examples/empty/tsconfig.json' ,
4143 './crates/bindings-typescript/examples/quickstart-chat/tsconfig.json' ,
4244 './docs/tsconfig.json' ,
4345 ] ,
You can’t perform that action at this time.
0 commit comments