Skip to content

Commit 0d5c69e

Browse files
committed
fix: eslint error
2 parents 7e3a048 + a4fe397 commit 0d5c69e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,18 @@ If you want to apply lint and auto-fix before every commit, you can add the foll
104104
}
105105
}
106106
```
107+
107108
and then
108109

109110
```bash
110111
npm i -D lint-staged simple-git-hooks
111112
```
113+
112114
## Options
113115

114116
### interface Options
115117

116-
```ts
118+
````ts
117119
interface OptionsConfig {
118120
/**
119121
* The current working directory
@@ -252,7 +254,7 @@ interface OptionsConfig {
252254
*/
253255
isInEditor?: boolean
254256
}
255-
```
257+
````
256258

257259
## Thanks
258260

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import JITI from 'jiti'
22

33
const jiti = JITI(import.meta.url)
44
/**
5-
* @type {import('./src').default}
5+
* @type {import('./src').defineConfig}
66
*/
77
const { defineConfig } = jiti('./src')
88

0 commit comments

Comments
 (0)