Skip to content

Commit

Permalink
chore(kernel): add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Dec 13, 2017
1 parent 2634a49 commit b921d4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/@textlint/kernel/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ export {
TextlintFixResult,
TextlintFixCommand,
TextlintMessage,
// Kernel rule/filter/plugin
TextlintKernelRule,
TextlintKernelFilterRule,
TextlintKernelPlugin,
// plugin interface
// TODO: textlint rule interface
// TODO: textlint filter rule interface
// textlint plugin interface
TextlintPluginCreator,
TextlintPluginProcessor,
TextlintPluginProcessorConstructor
Expand Down

0 comments on commit b921d4a

Please sign in to comment.