Skip to content

Commit ddef7ab

Browse files
fix: Typo in the readme file
1 parent c3044b4 commit ddef7ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ npm i -D eslint-config-riot
2626
Extend your `eslint.config.js` file as follow:
2727

2828
```js
29+
import { defineConfig } from 'eslint/config'
2930
import riotEslintConfig from 'eslint-config-riot'
3031

3132
export default defineConfig([{ extends: [riotEslintConfig] }])

0 commit comments

Comments
 (0)