diff --git a/eslint-ps-standard.mjs b/eslint-ps-standard.mjs
index 327d6dfb3..038b29472 100644
--- a/eslint-ps-standard.mjs
+++ b/eslint-ps-standard.mjs
@@ -68,7 +68,7 @@ export const defaultRules = {
"@stylistic/max-len": ["warn", {
"code": 120, "tabWidth": 0,
// DO NOT EDIT DIRECTLY: see bottom of file for source
- "ignorePattern": "^\\s*(?:\\/\\/ \\s*)?(?:(?:export )?(?:let |const |readonly )?[a-zA-Z0-9_$.]+(?: \\+?=>? )|[a-zA-Z0-9$]+: \\[?|(?:return |throw )?(?:new )?(?:[a-zA-Z0-9$.]+\\()?)?(?:Utils\\.html|(?:this\\.)?(?:room\\.)?tr|\\$\\()?['\"`/]",
+ "ignorePattern": "^\\s*(?:\\/\\/ \\s*)?(?:(?:export )?(?:let |const |readonly )?[a-zA-Z0-9_$.]+(?: \\+?=>? )|[a-zA-Z0-9$]+: \\[?|(?:return |throw )?(?:new )?(?:[a-zA-Z0-9$.]+\\()?)?(?:[A-Za-z0-9.]+|\\$\\()?['\"`/]",
}],
"prefer-const": ["warn", { "destructuring": "all" }],
@@ -422,9 +422,8 @@ SOURCE FOR IGNOREPATTERN (compile with https://regexfree.k55.io/ )
)?
(
- Utils\.html
- |
- (this\.)?(room\.)?tr
+ # tagged template
+ [A-Za-z0-9\.]+
|
\$\(
)?
diff --git a/package-lock.json b/package-lock.json
index 03485df93..062a679dd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,6 +20,7 @@
},
"devDependencies": {
"@stylistic/eslint-plugin": "^4.0.1",
+ "@types/d3": "^3.5.53",
"@types/jquery": "^3.5.3",
"@types/mocha": "^5.2.6",
"eslint": "^9.20.1",
@@ -1901,6 +1902,13 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
+ "node_modules/@types/d3": {
+ "version": "3.5.53",
+ "resolved": "https://registry.npmjs.org/@types/d3/-/d3-3.5.53.tgz",
+ "integrity": "sha512-8yKQA9cAS6+wGsJpBysmnhlaaxlN42Qizqkw+h2nILSlS+MAG2z4JdO6p+PJrJ+ACvimkmLJL281h157e52psQ==",
+ "dev": true,
+ "license": "MIT"
+ },
"node_modules/@types/estree": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
diff --git a/package.json b/package.json
index 8fbd38cdf..a24dc7b2b 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,7 @@
},
"devDependencies": {
"@stylistic/eslint-plugin": "^4.0.1",
+ "@types/d3": "^3.5.53",
"@types/jquery": "^3.5.3",
"@types/mocha": "^5.2.6",
"eslint": "^9.20.1",
diff --git a/play.pokemonshowdown.com/preactalpha.template.html b/play.pokemonshowdown.com/preactalpha.template.html
index f807b86b3..b99fdf64f 100644
--- a/play.pokemonshowdown.com/preactalpha.template.html
+++ b/play.pokemonshowdown.com/preactalpha.template.html
@@ -99,6 +99,7 @@ https://psim.us/dev
+
@@ -126,5 +127,6 @@ https://psim.us/dev
+