Skip to content

Commit 1a02b19

Browse files
authored
docs: correct usage (#1)
1 parent 1719914 commit 1a02b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In ESLint flat config:
2222
// eslint.config.js
2323
import pluginVue from 'eslint-plugin-vue'
2424
import processorVueBlocks from 'eslint-processor-vue-blocks'
25-
import mergeProcessors from 'eslint-merge-processors'
25+
import { mergeProcessors } from 'eslint-merge-processors'
2626

2727
export default [
2828
{

0 commit comments

Comments
 (0)