Skip to content

Commit

Permalink
🔧 Fix configs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisDmitry committed Jan 14, 2023
1 parent 93c8762 commit 3abb299
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
node_modules
yarn.lock
yarn.lock
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
node_modules
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
node_modules
yarn.lock
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"name": "telegram-webapps",
"version": "0.0.1",
"description": "Types for Telegram Web Apps",
"keywords": ["telegram", "telegram-webapps", "types"],
"homepage": "https://github.com/DavisDmitry/telegram-webapps",
"license": "MIT",
"author": "Dmitry Davis <dmitrydavis@protonmail.com>",
"files": ["src"],
"types": "src/index.d.ts",
"homepage": "https://github.com/DavisDmitry/telegram-webapps",
"repository": "https://github.com/DavisDmitry/telegram-webapps.git",
"repository": {
"type": "git",
"url": "https://github.com/DavisDmitry/telegram-webapps.git"
},
"scripts": {
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --check . --write ."
Expand Down

0 comments on commit 3abb299

Please sign in to comment.