https://github.com/webdevnerdstuff/eslint-config-wdns
https://github.com/webdevnerdstuff/eslint-config-wdns
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/webdevnerdstuff/eslint-config-wdns
- Owner: webdevnerdstuff
- License: mit
- Created: 2024-11-06T22:36:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T01:24:10.000Z (6 months ago)
- Last Synced: 2025-04-13T20:46:15.282Z (19 days ago)
- Language: JavaScript
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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