We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff13420 commit f9c06adCopy full SHA for f9c06ad
1 file changed
README.md
@@ -16,9 +16,20 @@
16
pnpm install --save-dev eslint-plugin-devup
17
```
18
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
29
## Test
30
-반드시 커버리지가 100%가 되어야 합니다.
31
+Coverage score must be 100%.
32
33
34
```bash
35
pnpm test
0 commit comments