update: lint

This commit is contained in:
windingwind 2023-06-11 15:34:52 +08:00
parent 2c3f6d1d7f
commit 671315e9ad
4 changed files with 5 additions and 6 deletions

3
.prettierrc Normal file
View File

@ -0,0 +1,3 @@
{
"tabWidth": 2
}

View File

@ -4,4 +4,4 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
}

View File

@ -16,7 +16,6 @@
![GitHub Repo stars](https://img.shields.io/github/stars/MuiseDestiny/zotero-gpt?label=zotero-gpt)
![GitHub Repo stars](https://img.shields.io/github/stars/lifan0127/ai-research-assistant?label=ai-research-assistant)
This is a plugin template for [Zotero](https://www.zotero.org/). Plugins using this template are shown above.
📖[Plugin Development Documentation](https://zotero.yuque.com/books/share/8d230829-6004-4934-b4c6-685a7001bfa0/vec88d)(Chinese, provides English translation)

View File

@ -58,8 +58,5 @@
"replace-in-file": "^6.3.5",
"typescript": "^5.0.4",
"zotero-types": "^1.0.14"
},
"prettier": {
"tabWidth": 2
}
}
}