Skip to content

Commit

Permalink
refactor: Lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 8, 2024
1 parent 1e5072f commit c8dad06
Show file tree
Hide file tree
Showing 36 changed files with 1,412 additions and 717 deletions.
6 changes: 4 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"root": true,
"extends": "eslint-config-egg"
"extends": [
"eslint-config-egg/typescript",
"eslint-config-egg/lib/rules/enforce-node-prefix"
]
}
3 changes: 0 additions & 3 deletions .gitattributes

This file was deleted.

11 changes: 0 additions & 11 deletions index.js

This file was deleted.

276 changes: 0 additions & 276 deletions lib/lifecycle.js

This file was deleted.

Loading

0 comments on commit c8dad06

Please sign in to comment.