Skip to content

Commit 6fffc91

Browse files
committed
chore(rule): add workflow comment
1 parent 28903bc commit 6fffc91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/max-ten.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ export default function (context, options = {}) {
4343
<str>
4444
</p>
4545
*/
46+
/*
47+
# workflow
48+
1. split text to sentences
49+
2. sentence to tokens
50+
3. check tokens
51+
*/
4652
return getTokenizer().then(tokenizer => {
4753
sentences.forEach(sentence => {
4854
let text = sentence.value;

0 commit comments

Comments
 (0)