Skip to content

Commit

Permalink
lint: make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Nov 9, 2023
1 parent f97e70b commit 6de3190
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
6 changes: 1 addition & 5 deletions demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@

"include": ["**/*.ts"],
"exclude": ["*.d.ts", "node_modules"],
"references": [
{"path": "../packages/signal"},
{"path": "../packages/fsm"},
{"path": "../packages/server-context"}
]
"references": [{"path": "../packages/signal"}, {"path": "../packages/fsm"}, {"path": "../packages/server-context"}]
}
4 changes: 1 addition & 3 deletions packages/fsm/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@

"include": ["src/**/*.ts"],
"exclude": [],
"references": [
{"path": "../signal"}
]
"references": [{"path": "../signal"}]
}
5 changes: 1 addition & 4 deletions packages/server-context/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@

"include": ["src/**/*.ts"],
"exclude": [],
"references": [
{"path": "../signal"},
{"path": "../fsm"},
]
"references": [{"path": "../signal"}, {"path": "../fsm"}]
}

0 comments on commit 6de3190

Please sign in to comment.