aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-09-20 12:40:52 +0200
committerstonedDiscord <Tukz@gmx.de>2023-09-20 12:40:52 +0200
commitef28c355ef69fee7511956751bbdb5dcd1a931b1 (patch)
treed1d3d1f831de752ec7c323c167b075763627bba3 /package.json
parentabf87b75f8a57e6de0ef7349f6577a0e1c39ce1b (diff)
enable ts linting
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index b2dbe28..411169c 100644
--- a/package.json
+++ b/package.json
@@ -31,16 +31,19 @@
"@babel/preset-typescript": "^7.16.7",
"@types/jest": "^29.4.0",
"@types/node": "^18.0.0",
+ "@typescript-eslint/eslint-plugin": "^6.7.2",
+ "@typescript-eslint/parser": "^6.7.2",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
"dotenv": "^16.0.0",
- "eslint": "^8.10.0",
+ "eslint": "^8.49.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"glob": "^7.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"jest": "^29.4.3",
+ "typescript": "^5.2.2",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.7.4",
@@ -54,8 +57,7 @@
"jest-environment-jsdom": "^29.5.0",
"regenerator-runtime": "^0.13.9",
"source-map-loader": "^4.0.1",
- "ts-loader": "^9.2.8",
- "typescript": "^4.6.2"
+ "ts-loader": "^9.2.8"
},
"browserslist": [
"defaults",