mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix: add missing prettier plugin (remove later)
This commit is contained in:
+13
-3
@@ -1,11 +1,21 @@
|
||||
{
|
||||
"version": "0.2",
|
||||
"ignorePaths": [],
|
||||
"ignorePaths": [
|
||||
"package.json",
|
||||
"tsconfig.json"
|
||||
],
|
||||
"dictionaryDefinitions": [],
|
||||
"dictionaries": [],
|
||||
"dictionaries": [
|
||||
"css",
|
||||
"html",
|
||||
"node",
|
||||
"typescript",
|
||||
"npm"
|
||||
],
|
||||
"words": [
|
||||
"antfu",
|
||||
"nums"
|
||||
"nums",
|
||||
"rahim"
|
||||
],
|
||||
"ignoreWords": [],
|
||||
"import": []
|
||||
|
||||
Reference in New Issue
Block a user