Skip to content

Commit 479c98b

Browse files
committed
Sync the remaining TypeScript configuration files
1 parent 473f0af commit 479c98b

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

snippets/typescript/.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
**/*.js
1+
**/*.js
2+
vendor/**

snippets/typescript/.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
trailingComma: all
2-
printWidth: 120
2+
printWidth: 120

snippets/typescript/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"devDependencies": {
3-
"@typescript-eslint/eslint-plugin": "^4.6.1",
4-
"@typescript-eslint/parser": "^4.6.1",
5-
"eslint": "^7.12.1",
6-
"eslint-config-prettier": "^6.15.0",
7-
"prettier": "^2.1.2",
8-
"tslib": "^2.0.3",
9-
"typescript": "^4.1.3"
3+
"@typescript-eslint/eslint-plugin": "^6.5.0",
4+
"@typescript-eslint/parser": "^6.5.0",
5+
"eslint": "^8.48.0",
6+
"eslint-config-prettier": "^9.0.0",
7+
"prettier": "^3.0.3",
8+
"tslib": "^2.6.0",
9+
"typescript": "^5.2.2"
1010
},
1111
"dependencies": {
12-
"@woltlab/wcf": "https://github.com/WoltLab/WCF.git#master"
12+
"@woltlab/wcf": "https://github.com/WoltLab/WCF.git#5ed76b3a3267dfbffdf19405822d22510ad2bc7d"
1313
}
14-
}
14+
}

snippets/typescript/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"node_modules/@woltlab/wcf/ts/*"
2424
]
2525
},
26-
"importHelpers": true
26+
"importHelpers": true,
27+
"newLine": "lf"
2728
}
28-
}
29+
}

0 commit comments

Comments
 (0)