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 1719914 commit 1a02b19Copy full SHA for 1a02b19
README.md
@@ -22,7 +22,7 @@ In ESLint flat config:
22
// eslint.config.js
23
import pluginVue from 'eslint-plugin-vue'
24
import processorVueBlocks from 'eslint-processor-vue-blocks'
25
-import mergeProcessors from 'eslint-merge-processors'
+import { mergeProcessors } from 'eslint-merge-processors'
26
27
export default [
28
{
0 commit comments