Skip to content

Commit 61ed114

Browse files
renovate[bot]renovate-botota-meshi
authored
Update dependency @ota-meshi/eslint-plugin to ^0.1.0 (#26)
* Update dependency @ota-meshi/eslint-plugin to ^0.1.0 * fix Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: yosuke ota <[email protected]>
1 parent de6a06f commit 61ed114

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
@@ -46,7 +46,7 @@
4646
"eslint": ">=6.0.0"
4747
},
4848
"devDependencies": {
49-
"@ota-meshi/eslint-plugin": "^0.0.16",
49+
"@ota-meshi/eslint-plugin": "^0.1.0",
5050
"@types/eslint": "^7.2.0",
5151
"@types/estree": "~0.0.45",
5252
"@types/mocha": "^8.0.0",

tools/update-readme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ fs.writeFileSync(
4646
/\(https:\/\/ota-meshi.github.io\/eslint-plugin-regexp/gu,
4747
"(.",
4848
)
49-
.replace(/\n\n\n+/gu, "\n\n"),
49+
.replace(/\n{3,}/gu, "\n\n"),
5050
)

0 commit comments

Comments
 (0)