|
@@ -18,7 +18,7 @@ import textlintRulePreferTariTari from 'textlint-rule-prefer-tari-tari';
|
|
|
import textlintRuleSentenceLength from 'textlint-rule-sentence-length';
|
|
import textlintRuleSentenceLength from 'textlint-rule-sentence-length';
|
|
|
|
|
|
|
|
import { AsyncLinter, Annotation } from 'codemirror/addon/lint/lint';
|
|
import { AsyncLinter, Annotation } from 'codemirror/addon/lint/lint';
|
|
|
-import loggerFactory from '../../../utils/logger';
|
|
|
|
|
|
|
+import loggerFactory from 'debug';
|
|
|
|
|
|
|
|
type RulesConfigObj = {
|
|
type RulesConfigObj = {
|
|
|
name: string,
|
|
name: string,
|