Skip to content

Commit

Permalink
wip: data import/export scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Dec 4, 2024
1 parent b22a44c commit 98907f5
Show file tree
Hide file tree
Showing 5 changed files with 283 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"eslint:recommended"
],
"parserOptions": {
"ecmaVersion": 12,
"ecmaVersion": 2024,
"sourceType": "module"
},
"plugins": [
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,15 @@
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"all-contributors-cli": "^6.26.1",
"commander": "^12.1.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.57.1",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"markdown-table": "^3.0.4",
"nodemon": "^2.0.22"
"nodemon": "^2.0.22",
"ora": "^8.1.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
Expand Down
125 changes: 125 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 98907f5

Please sign in to comment.