Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Oct 23, 2023
1 parent 6b96508 commit f078b1d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/01_counter/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"jsx": "react-jsx",
"outDir": "./dist",
"rootDir": "./src"
},
}
}
8 changes: 2 additions & 6 deletions examples/02_async/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@
"outDir": "./dist",
"tsBuildInfoFile": "./dist/.tsbuildinfo",
"composite": true,
"types": [
"react/experimental"
]
"types": ["react/experimental"]
},
"include": [
"./src"
],
"include": ["./src"],
"references": [
{
"path": "./tsconfig.node.json"
Expand Down
4 changes: 1 addition & 3 deletions examples/07_router/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"tsBuildInfoFile": "./dist/.tsbuildinfo",
"composite": true
},
"include": [
"./src"
],
"include": ["./src"],
"references": [
{
"path": "./tsconfig.node.json"
Expand Down
4 changes: 1 addition & 3 deletions packages/waku/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"emitDeclarationOnly": true,
"rootDir": "./src",
"outDir": "./dist",
"types": [
"react/experimental"
],
"types": ["react/experimental"],
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"tsBuildInfoFile": "./dist/.tsbuildinfo"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"rootDir": "./src",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/.tsbuildinfo",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"lib": ["ESNext", "DOM", "DOM.Iterable"]
},
"include": ["src"],
"references": [
Expand Down

0 comments on commit f078b1d

Please sign in to comment.