Skip to content

Commit 984e25f

Browse files
authored
chore: update eslint-config-eslint (#670)
* chore: update eslint-config-eslint * fix lint errors
1 parent 285f325 commit 984e25f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"c8": "^10.1.3",
2626
"eslint": "^9.31.0",
27-
"eslint-config-eslint": "^11.0.0",
27+
"eslint-config-eslint": "^12.0.0",
2828
"eslint-plugin-chai-friendly": "^1.0.0",
2929
"globals": "^15.1.0",
3030
"got": "^14.4.1",

tools/update-readme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ README_FILE_PATHS.forEach(filePath => {
4848
const readme = readFileSync(filePath, "utf8");
4949

5050
let newReadme = readme.replace(
51-
/<!--sponsorsstart-->[\w\W]*?<!--sponsorsend-->/u,
51+
/<!--sponsorsstart-->[\s\S]*?<!--sponsorsend-->/u,
5252
`<!--sponsorsstart-->\n${allSponsors}\n<!--sponsorsend-->`
5353
);
5454

0 commit comments

Comments
 (0)