Sync the remaining TypeScript configuration files 5.5
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 13 Sep 2023 07:43:58 +0000 (09:43 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 13 Sep 2023 07:43:58 +0000 (09:43 +0200)
snippets/typescript/.eslintignore
snippets/typescript/.prettierrc
snippets/typescript/package.json
snippets/typescript/tsconfig.json

index cf44e148ba0b04b45ab70bf0b44566cc8d7a0f27..50c6cc4912c38694d1ac694ffc80e69b3d70f1b6 100644 (file)
@@ -1 +1,2 @@
-**/*.js
\ No newline at end of file
+**/*.js
+vendor/**
index 83785c02a82f3af5c23d7e1efed8e212fac4ac05..ad54f003c8b64d309f697dcd0e59a55b30bbf82e 100644 (file)
@@ -1,2 +1,2 @@
 trailingComma: all
-printWidth: 120
\ No newline at end of file
+printWidth: 120
index 3b6210e7b278eebdac1807981b593031d0296d57..d343cc641e96b17b9accfb24b434e39fa4c53eb0 100644 (file)
@@ -1,14 +1,14 @@
 {
   "devDependencies": {
-    "@typescript-eslint/eslint-plugin": "^4.6.1",
-    "@typescript-eslint/parser": "^4.6.1",
-    "eslint": "^7.12.1",
-    "eslint-config-prettier": "^6.15.0",
-    "prettier": "^2.1.2",
-    "tslib": "^2.0.3",
-    "typescript": "^4.1.3"
+    "@typescript-eslint/eslint-plugin": "^6.5.0",
+    "@typescript-eslint/parser": "^6.5.0",
+    "eslint": "^8.48.0",
+    "eslint-config-prettier": "^9.0.0",
+    "prettier": "^3.0.3",
+    "tslib": "^2.6.0",
+    "typescript": "^5.2.2"
   },
   "dependencies": {
-    "@woltlab/wcf": "https://github.com/WoltLab/WCF.git#master"
+    "@woltlab/wcf": "https://github.com/WoltLab/WCF.git#5ed76b3a3267dfbffdf19405822d22510ad2bc7d"
   }
-}
\ No newline at end of file
+}
index 3d55b75694dc1cb43fee5820c914d09977ca0487..789895bd1691014559390fc5063cee9ceaa14662 100644 (file)
@@ -23,6 +23,7 @@
         "node_modules/@woltlab/wcf/ts/*"
       ]
     },
-    "importHelpers": true
+    "importHelpers": true,
+    "newLine": "lf"
   }
-}
\ No newline at end of file
+}