mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
build: moving eslint and prettier dependencies
This commit is contained in:
@@ -17,16 +17,15 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
||||
"@typescript-eslint/parser": "^5.10.2",
|
||||
"discord.js": "^14.0.0-dev.1647259751.2297c2b",
|
||||
"eslint": "^8.8.0",
|
||||
"prettier": "^2.5.1",
|
||||
"rxjs": "^7.5.5",
|
||||
"ts-pattern": "^4.0.2",
|
||||
"ts-results": "^3.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.8.0",
|
||||
"@typescript-eslint/parser": "^5.10.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
||||
"@babel/core": "^7.17.2",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
@@ -34,6 +33,7 @@
|
||||
"babel-jest": "^27.5.1",
|
||||
"cz-conventional-changelog": "^3.0.1",
|
||||
"jest": "^27.5.1",
|
||||
"prettier": "2.6.2",
|
||||
"standard-version": "^9.3.2",
|
||||
"typedoc": "^0.22.11",
|
||||
"typescript": "^4.5.5"
|
||||
|
||||
Reference in New Issue
Block a user