Browse Source

added kernel

Steven Fukase 4 years ago
parent
commit
3ea8250f1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/codemirror-textlint/src/index.ts

+ 1 - 1
packages/codemirror-textlint/src/index.ts

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