Skip to content

Commit 6316552

Browse files
Притер
1 parent cb64443 commit 6316552

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.prettierrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"singleQuote": true,
3+
"trailingComma": "all",
4+
"quoteProps": "consistent",
5+
"arrowParens": "always",
6+
"parser": "typescript"
7+
}

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {VK} from 'vk-io'
1+
import { VK } from 'vk-io';
22
import { WallWallComment } from 'vk-io/lib/api/schemas/objects';
33
// токен пользователя
44
const TOKEN = 'token';

0 commit comments

Comments
 (0)