Skip to content

Commit

Permalink
feat: 2021 年报告
Browse files Browse the repository at this point in the history
  • Loading branch information
Lellansin committed Dec 21, 2021
1 parent 3f29139 commit 2da8321
Show file tree
Hide file tree
Showing 7 changed files with 3,468 additions and 1,190 deletions.
13 changes: 13 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
"env": {
"commonjs": true,
"es2021": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 13
},
"rules": {
}
};
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,8 @@ dist

# TernJS port file
.tern-port

# excel files
*.csv
*.xlsx

Loading

0 comments on commit 2da8321

Please sign in to comment.