Skip to content

Commit 4d7a561

Browse files
committed
Fix example.
1 parent 1b531da commit 4d7a561

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
@@ -126,7 +126,7 @@ npm i -D eslint-plugin-vue
126126

127127
Example `eslint.config.js` Vue setup:
128128
```js
129-
import config from 'eslint-config-myconfig'
129+
import config from '@digitalbazaar/eslint-config'
130130
import vue3Config from '@digitalbazaar/eslint-config/vue3'
131131

132132
export default [

0 commit comments

Comments
 (0)