Skip to content

Commit f9c06ad

Browse files
committed
Docs README.md
1 parent ff13420 commit f9c06ad

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,20 @@
1616
pnpm install --save-dev eslint-plugin-devup
1717
```
1818

19+
## Usage
20+
21+
create `eslint.config.mjs` file in your project root.
22+
23+
```js
24+
import { configs } from 'eslint-plugin-devup'
25+
26+
export default configs.recommended
27+
```
28+
1929
## Test
2030

21-
반드시 커버리지가 100%가 되어야 합니다.
31+
Coverage score must be 100%.
32+
2233

2334
```bash
2435
pnpm test

0 commit comments

Comments
 (0)