We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0dfba commit 10f14eeCopy full SHA for 10f14ee
eslint.config.js
@@ -38,6 +38,8 @@ export default tseslint.config(
38
'./tsconfig.json',
39
'./crates/bindings-typescript/tsconfig.json',
40
'./crates/bindings-typescript/test-app/tsconfig.json',
41
+ './crates/bindings-typescript/examples/basic-react/tsconfig.json',
42
+ './crates/bindings-typescript/examples/empty/tsconfig.json',
43
'./crates/bindings-typescript/examples/quickstart-chat/tsconfig.json',
44
'./docs/tsconfig.json',
45
],
0 commit comments