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 cd90feb commit 8a55e21Copy full SHA for 8a55e21
README.md
@@ -29,6 +29,7 @@ It started as a fork of [`eslint-plugin-import`] using [`get-tsconfig`] to repla
29
- [JS example](#js-example)
30
- [Typescript example](#typescript-example)
31
- [As a standalone ESLint plugin](#as-a-standalone-eslint-plugin)
32
+ - [Using `defineConfig`](#using-defineconfig)
33
- [Configuration (legacy: `.eslintrc*`)](#configuration-legacy-eslintrc)
34
- [TypeScript](#typescript)
35
- [Rules](#rules)
@@ -162,7 +163,7 @@ export default [
162
163
]
164
```
165
-## Configuration (using `defineConfig`)
166
+### Using `defineConfig`
167
168
```js
169
import { importX } from 'eslint-plugin-import-x'
0 commit comments