Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wukd committed Apr 8, 2022
1 parent a1e373b commit 1a49074
Show file tree
Hide file tree
Showing 203 changed files with 673 additions and 12,770 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/ban-ts-comment": "off"
"@typescript-eslint/ban-ts-comment": "off",
"vue/one-component-per-file": "off"
},
"overrides": [
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- formily_next
- main
jobs:
release:
runs-on: ubuntu-latest
Expand Down
114 changes: 0 additions & 114 deletions docs/.vuepress/components/createCodeSandBox.js

This file was deleted.

259 changes: 0 additions & 259 deletions docs/.vuepress/components/dumi-previewer.vue

This file was deleted.

Loading

0 comments on commit 1a49074

Please sign in to comment.