Skip to content

Commit 7e096da

Browse files
Apply deprecation date rule for v5.1.9
1 parent ec4f4bd commit 7e096da

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.8"
26+
addVersion: "5.1.9"
2727
}
2828
]
2929
}

0 commit comments

Comments
 (0)