Suggest adding 'Edit' option to the Yes/No confirmation #53 (#70)

This commit is contained in:
Joshua Hamlet
2023-04-27 23:22:45 -07:00
committed by GitHub
parent a8a548ba5a
commit 70f048672c
2 changed files with 127 additions and 61 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
{
"trailingComma": "none",
"singleQuote": true
"singleQuote": true,
"semi": true
}