We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1156a1c commit b8766b6Copy full SHA for b8766b6
docs/.vuepress/components/eslint-playground.vue
@@ -88,7 +88,7 @@ export default {
88
89
async mounted() {
90
// Load linter.
91
- const { default: Linter } = await import("eslint4b")
+ const { default: Linter } = await import("eslint4b/dist/linter")
92
const linter = (this.linter = new Linter())
93
94
for (const ruleId of Object.keys(rules)) {
0 commit comments