Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
deptyped committed Mar 12, 2024
1 parent d39270d commit ad6679d
Show file tree
Hide file tree
Showing 9 changed files with 1,582 additions and 1,109 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ BOT_WEBHOOK=https://www.example.com/<BOT_TOKEN>
BOT_SERVER_HOST=localhost
BOT_SERVER_PORT=3000
BOT_ADMINS=[1]
WEB_APP_URL=
WEB_APP_URL=
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"import/prefer-default-export": "off",
"import/extensions": "off",
"no-underscore-dangle": "off",
"no-restricted-syntax": [
"off",
"ForOfStatement"
],
"prettier/prettier": [
"error",
{
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"recommendations": [
"dbaeumer.vscode-eslint",
"macabeus.vscode-fluent",
"rvest.vs-code-prettier-eslint"
"mikestead.dotenv"
]
}
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"eslint.codeActionsOnSave.mode": "problems",
"eslint.format.enable": true,
"[typescript]": {
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
}
"editor.formatOnSave": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
}
Loading

0 comments on commit ad6679d

Please sign in to comment.