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 c3044b4 commit ddef7abCopy full SHA for ddef7ab
README.md
@@ -26,6 +26,7 @@ npm i -D eslint-config-riot
26
Extend your `eslint.config.js` file as follow:
27
28
```js
29
+import { defineConfig } from 'eslint/config'
30
import riotEslintConfig from 'eslint-config-riot'
31
32
export default defineConfig([{ extends: [riotEslintConfig] }])
0 commit comments