mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-01 03:09:35 +00:00
Started Adding Linting
This commit is contained in:
parent
70bb6f3b42
commit
9765f8deaf
2 changed files with 647 additions and 5 deletions
|
@ -8,7 +8,8 @@
|
|||
"scripts": {
|
||||
"compile": "npx tsc",
|
||||
"target": "node ./target/discord-bot.js",
|
||||
"start": "yarn run compile && yarn run target"
|
||||
"start": "yarn run compile && yarn run target",
|
||||
"lint": "npx eslint ./source --ext .ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"discord.js": "^14.14.1",
|
||||
|
@ -17,6 +18,7 @@
|
|||
"devDependencies": {
|
||||
"@types/node": "^20.11.14",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
"typescript": "^5.3.3",
|
||||
"eslint": "^8.56.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue