Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Dec 29, 2016
1 parent 2433f3a commit 3c1ca3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textlint-rule-date-weekday-mismatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const chrono = require("chrono-node");
const moment = require('moment');
/**
* from chrono tags
* TODO: get more primitive way
* @type {[RegExp]}
*/
const supportedLang = [
Expand All @@ -15,7 +16,6 @@ const supportedLang = [
];
/**
* text should be includes number
* TODO: get more primitive way
* @param {Object} chronoDate
* @returns {boolean}
*/
Expand Down

0 comments on commit 3c1ca3d

Please sign in to comment.