Skip to content

Commit

Permalink
Docs: fix editor
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jun 23, 2018
1 parent 1156a1c commit b8766b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/components/eslint-playground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
async mounted() {
// Load linter.
const { default: Linter } = await import("eslint4b")
const { default: Linter } = await import("eslint4b/dist/linter")
const linter = (this.linter = new Linter())
for (const ruleId of Object.keys(rules)) {
Expand Down

0 comments on commit b8766b6

Please sign in to comment.