Commit ee1535a
fix TS2322 and update @typescript-eslint/* (#479)
* feat: add branch 'master'
* chore: remove lock file
* fix(ts): error TS2322
Type 'string | void | Buffer' is not assignable to type 'string'.
Type 'void' is not assignable to type 'string'.
* chore(deps-dev): update typescript-eslint/*
- @typescript-eslint/eslint-plugin@5.59.2
- @typescript-eslint/parser@5.59.2
* chore: restore lock file from hexojs/hexo-cli
* chore(deps): reinstall using `npm@8`
---------
Co-authored-by: yoshinorin <yoshinorin.net@outlook.com>1 parent 40cdf2a commit ee1535a
File tree
4 files changed
+69
-412
lines changed- lib/console
4 files changed
+69
-412
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments