Fixed aslant warnings
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
|
import { autorunAsync } from 'mobx';
|
||||||
import UserStore, { USER_STORE } from './UserStore';
|
import UserStore, { USER_STORE } from './UserStore';
|
||||||
import UiStore, { UI_STORE } from './UiStore';
|
import UiStore, { UI_STORE } from './UiStore';
|
||||||
import { autorunAsync } from 'mobx';
|
|
||||||
|
|
||||||
const stores = {
|
const stores = {
|
||||||
user: new UserStore(),
|
user: new UserStore(),
|
||||||
|
@ -2,9 +2,9 @@ import slug from 'slug';
|
|||||||
import marked from 'marked';
|
import marked from 'marked';
|
||||||
import sanitizedRenderer from 'marked-sanitized';
|
import sanitizedRenderer from 'marked-sanitized';
|
||||||
import highlight from 'highlight.js';
|
import highlight from 'highlight.js';
|
||||||
|
import _ from 'lodash';
|
||||||
import emojify from './emojify';
|
import emojify from './emojify';
|
||||||
import toc from './toc';
|
import toc from './toc';
|
||||||
import _ from 'lodash';
|
|
||||||
|
|
||||||
slug.defaults.mode = 'rfc3986';
|
slug.defaults.mode = 'rfc3986';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user