Merge pull request #51 from windingwind/zotero6-bootstrap

merge before changing main branch
This commit is contained in:
windingwind 2023-06-19 15:59:15 +08:00 committed by GitHub
commit 389e7590e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,17 +23,11 @@
"@typescript-eslint/no-non-null-assertion": "off"
},
"ignorePatterns": [
"**/builds/**",
"**/dist/**",
"**/node_modules/**",
"**/abbrevIso*",
"**/example*",
"**/*.bak",
"coverage/**",
"docs-shared/lib/**",
"packages/*/assets/**",
"packages/*/lib/**",
"!.vuepress/**",
"**/.vuepress/.cache/**",
"**/.vuepress/.temp/**"
"**/scripts/**",
"**/*.js",
"**/*.bak"
]
}