Skip to content

Commit

Permalink
feat: add tree utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ckl1 committed May 19, 2022
1 parent 9e531d3 commit 30e844f
Show file tree
Hide file tree
Showing 5 changed files with 764 additions and 4 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Expand Up @@ -25,6 +25,7 @@
"@typescript-eslint/no-explicit-any": ["off"],
"@typescript-eslint/ban-types": ["off"],
"@typescript-eslint/no-var-requires": ["off"],
"@typescript-eslint/no-non-null-assertion": ["off"],
"no-useless-escape": ["off"],
"prettier/prettier": ["off"]
}
Expand Down
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -64,6 +64,7 @@
"@types/node": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"babel-preset-env": "^1.7.0",
"bumpp": "^7.1.1",
"cross-env": "^7.0.3",
"esbuild": "^0.14.39",
Expand All @@ -78,6 +79,7 @@
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-typescript2": "^0.31.2",
"tslib": "^2.4.0",
"typedoc": "^0.22.15",
"typescript": "^4.6.4",
"vitest": "^0.12.6"
Expand Down

0 comments on commit 30e844f

Please sign in to comment.