Skip to content

Commit 7776ff1

Browse files
committed
docs: 📝 README 갱신
1 parent 9252082 commit 7776ff1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,15 @@ module.expors = [
9393
]
9494
```
9595

96+
``` js
97+
import baseConfig from '@itcode-dev/eslint-config/base'
98+
99+
// eslint.config.js
100+
module.expors = [
101+
baseConfig
102+
]
103+
```
104+
96105
## 설정 세부사항
97106

98107
### ESLint 기본 설정

0 commit comments

Comments
 (0)