Skip to content

Commit

Permalink
refactor: using typescript (#66)
Browse files Browse the repository at this point in the history
* fix: resolve reflects into latest

* fix: remove fs.js

* fix: remove callbacks

* fix: install ts-node

* fix: issues

* fix: .eslintrc.json
  • Loading branch information
himself65 authored Feb 20, 2022
1 parent a0599b5 commit 5a93947
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 113 deletions.
10 changes: 7 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"extends": "hexo",
"root": true
}
"root": true,
"extends": "hexo/ts.js",
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2020
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ tmp/
.idea/
.nyc_output/
package-lock.json
dist
Loading

0 comments on commit 5a93947

Please sign in to comment.