Skip to content

Commit ba4b74d

Browse files
Apply deprecation date rule for v5.1.2
1 parent 57fc5f3 commit ba4b74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/config/eslint/eslint.config.deprecation-policy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = [
2323
"warn",
2424
{
2525
removeOldDates: true,
26-
addVersion: "5.1.1"
26+
addVersion: "5.1.2"
2727
}
2828
]
2929
}

0 commit comments

Comments
 (0)