Implement simple spellchecker

This commit is contained in:
Yuya Ochiai
2017-04-20 21:32:34 +09:00
parent 4d884a217a
commit 84d0ec432a
15 changed files with 312 additions and 13 deletions

View File

@@ -6,9 +6,11 @@
"open_window": true
},
"rules": {
"func-names": 0,
"global-require": 0,
"max-nested-callbacks": 0,
"no-eval": 0,
"no-magic-numbers": 0
"no-magic-numbers": 0,
"prefer-arrow-callback": 0
}
}