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 3532695 commit 00641ccCopy full SHA for 00641cc
src/textlint-engine.js
@@ -13,7 +13,7 @@ class TextLintEngine {
13
* Process files are wanted to lint.
14
* TextLintEngine is a wrapper of textlint.js.
15
* Aim to be called from cli with cli options.
16
- * @param {TextLintConfig|} options the options is command line options or Config object.
+ * @param {TextLintConfig} options the options is command line options or Config object.
17
* @constructor
18
*/
19
constructor(options) {
0 commit comments