We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb64443 commit 6316552Copy full SHA for 6316552
2 files changed
.prettierrc
@@ -0,0 +1,7 @@
1
+{
2
+ "singleQuote": true,
3
+ "trailingComma": "all",
4
+ "quoteProps": "consistent",
5
+ "arrowParens": "always",
6
+ "parser": "typescript"
7
+}
index.ts
@@ -1,4 +1,4 @@
-import {VK} from 'vk-io'
+import { VK } from 'vk-io';
import { WallWallComment } from 'vk-io/lib/api/schemas/objects';
// токен пользователя
const TOKEN = 'token';
0 commit comments