ksiuwr / ksicius

Bot do zarządzania serwerem Discorda KSI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup bota

KacperGawdzinski opened this issue · comments

Ustawienie eslinta i prettierrc zeby dobrze analizowaly kod

VSCode setup:
doinstalować rozszerzenia + ustawić w settings.json

"eslint.validate": [
"javascript",
"typescript",
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},