Skip to content

Commit

Permalink
Притер
Browse files Browse the repository at this point in the history
  • Loading branch information
quick6response committed Jan 2, 2023
1 parent cb64443 commit 6316552
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"singleQuote": true,
"trailingComma": "all",
"quoteProps": "consistent",
"arrowParens": "always",
"parser": "typescript"
}
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 6316552

Please sign in to comment.