Skip to content

Commit

Permalink
v0.9.0 Dark Mode (#232)
Browse files Browse the repository at this point in the history
- dark mode (#230)
- update dependencies (#231)
  • Loading branch information
u-sho authored Dec 17, 2024
1 parent 2259e47 commit e1292ea
Show file tree
Hide file tree
Showing 29 changed files with 4,134 additions and 2,313 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12
22.12.0
4 changes: 4 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ const defaultConfig = tsEslint.config({
format: ['PascalCase']
}
],
'@typescript-eslint/no-confusing-void-expression': [
'error',
{ ignoreVoidReturningFunctions: true }
],
'@typescript-eslint/no-import-type-side-effects': 'error',
'@typescript-eslint/no-require-imports': 'error',
'@typescript-eslint/no-unnecessary-qualifier': 'error',
Expand Down
Loading

0 comments on commit e1292ea

Please sign in to comment.