Skip to content

Commit

Permalink
docs: πŸ“šοΈ πŸ“ update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
woldtwerk committed May 3, 2024
1 parent d363a74 commit 051047a
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 525 deletions.
18 changes: 5 additions & 13 deletions packages/eslint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,10 @@
pnpm add -D @ueberbit/eslint-config
```

### Config `.eslintrc`
### Config `eslint.config.js`

```json
{
"extends": "@ueberbit"
}
```
```js
import config from '@ueberbit/eslint-config'

Alternatively you can use other [files patterns](https://eslint.org/docs/latest/user-guide/configuring/configuration-files):
- .eslintrc.js
- .eslintrc.cjs
- .eslintrc.yaml
- .eslintrc.yml
- .eslintrc.json
- package.json
export default config()
```
Loading

0 comments on commit 051047a

Please sign in to comment.