refactor: use alias for docs & eslint

This commit is contained in:
endiliey 2018-08-08 20:47:35 +08:00
parent 8538a10a66
commit d36c17f368
3 changed files with 20 additions and 9 deletions

View file

@ -1,4 +1,4 @@
import toSlug from './toSlug.js';
import toSlug from './toSlug';
function anchors(md) {
const originalRender = md.renderer.rules.heading_open;