1.0.11 • Published 8 months ago

@wdns/eslint-config-wdns v1.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

eslint-config-wdns

An opinionated eslint config for WebDevNerdStuff.

💿 Install

pnpm add -D eslint-config-wdns

🚀 Usage

Update your eslint.config.js flat config to extend wdns:

import wdnsConfig from 'eslint-config-wdns';

export default [
  ...wdnsConfig,
]

📑 License

MIT

Copyright (c) 2024-present WebDevNerdStuff