Skip to content

Commit

Permalink
chore: 项目重构-yaml解析
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Dec 4, 2022
1 parent 8e1bf98 commit 6595ef8
Show file tree
Hide file tree
Showing 18 changed files with 2,646 additions and 4,397 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"rules": {
"vue/multi-word-component-names": "off",
"@typescript-eslint/strict-boolean-expressions": 0,
"no-undef": 1,
"no-undef": 0,
"no-undef-init": 2,
"no-undefined": 2
}
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dist-ssr
.vercel
*.private.env.json
__snapshots__
test/data/
test/data/polyfill
extension/
*.crx
*.pem
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.8.0",
"fs-extra": "^11.1.0",
"husky": "^8.0.2",
"lint-staged": "^13.0.4",
"node-localstorage": "^2.2.1",
Expand Down
Loading

0 comments on commit 6595ef8

Please sign in to comment.