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 48d6356 commit ece1337Copy full SHA for ece1337
rules/expiring-todo-comments.js
@@ -1,4 +1,3 @@
1
-/* eslint-disable unicorn/expiring-todo-comments */
2
'use strict';
3
const readPkgUp = require('read-pkg-up');
4
const semver = require('semver');
@@ -189,9 +188,9 @@ const create = context => {
189
188
// Block comments come as one.
190
// Split for situations like this:
191
// /*
192
- // * TODO [2000-01-01]: Validate this
193
- // * TODO [2000-01-01]: And this
194
- // * TODO [2000-01-01]: Also this
+ // * TODO [2999-01-01]: Validate this
+ // * TODO [2999-01-01]: And this
+ // * TODO [2999-01-01]: Also this
195
// */
196
.map(comment =>
197
comment.value.split('\n').map(line => ({
0 commit comments