Package Exports
- @wdns/eslint-config-wdns
- @wdns/eslint-config-wdns/index.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@wdns/eslint-config-wdns) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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 wdns from 'eslint-config-wdns';
export default [
...wdns,
]
📑 License
Copyright (c) 2024-present WebDevNerdStuf