We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285f325 commit 984e25fCopy full SHA for 984e25f
package.json
@@ -24,7 +24,7 @@
24
"devDependencies": {
25
"c8": "^10.1.3",
26
"eslint": "^9.31.0",
27
- "eslint-config-eslint": "^11.0.0",
+ "eslint-config-eslint": "^12.0.0",
28
"eslint-plugin-chai-friendly": "^1.0.0",
29
"globals": "^15.1.0",
30
"got": "^14.4.1",
tools/update-readme.js
@@ -48,7 +48,7 @@ README_FILE_PATHS.forEach(filePath => {
48
const readme = readFileSync(filePath, "utf8");
49
50
let newReadme = readme.replace(
51
- /<!--sponsorsstart-->[\w\W]*?<!--sponsorsend-->/u,
+ /<!--sponsorsstart-->[\s\S]*?<!--sponsorsend-->/u,
52
`<!--sponsorsstart-->\n${allSponsors}\n<!--sponsorsend-->`
53
);
54
0 commit comments