Skip to content

Commit 8a55e21

Browse files
committed
chore: update readme with formatting
1 parent cd90feb commit 8a55e21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ It started as a fork of [`eslint-plugin-import`] using [`get-tsconfig`] to repla
2929
- [JS example](#js-example)
3030
- [Typescript example](#typescript-example)
3131
- [As a standalone ESLint plugin](#as-a-standalone-eslint-plugin)
32+
- [Using `defineConfig`](#using-defineconfig)
3233
- [Configuration (legacy: `.eslintrc*`)](#configuration-legacy-eslintrc)
3334
- [TypeScript](#typescript)
3435
- [Rules](#rules)
@@ -162,7 +163,7 @@ export default [
162163
]
163164
```
164165

165-
## Configuration (using `defineConfig`)
166+
### Using `defineConfig`
166167

167168
```js
168169
import { importX } from 'eslint-plugin-import-x'

0 commit comments

Comments
 (0)