Skip to content

Commit

Permalink
refactor: Lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 5, 2023
1 parent 2c08878 commit b4818c4
Show file tree
Hide file tree
Showing 37 changed files with 684 additions and 652 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.

1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './src/index';
276 changes: 0 additions & 276 deletions lib/lifecycle.js

This file was deleted.

Loading

0 comments on commit b4818c4

Please sign in to comment.