An open API service indexing awesome lists of open source software.

https://github.com/webdevnerdstuff/eslint-config-wdns


https://github.com/webdevnerdstuff/eslint-config-wdns

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# eslint-config-wdns
>
> An opinionated eslint config for WebDevNerdStuff.

### 💿 Install

```bash
pnpm add -D eslint-config-wdns
```

### 🚀 Usage

Update your `eslint.config.js` flat config to _extend_ wdns:

```js
import wdnsConfig from 'eslint-config-wdns';

export default [
...wdnsConfig,
]
```

### 📑 License

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) 2024-present WebDevNerdStuff