Skip to content

Commit a6128f6

Browse files
committed
docs: update readme
1 parent d3298d6 commit a6128f6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@ npm install --save-dev @lakyjs/eslint-config
77
```
88

99
Create `eslint-config.js` or `eslint-config.mjs` file in your project root.
10+
11+
Edit eslint config:
12+
13+
```js
14+
import linter from '@lakyjs/eslint-config';
15+
16+
export default linter();
17+
```

0 commit comments

Comments
 (0)