JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 35
  • Score
    100M100P100Q43239F
  • License ISC

WebDevNerdStuff Eslint Config

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 wdnsConfig from 'eslint-config-wdns';

export default [
  ...wdnsConfig,
]

📑 License

MIT

Copyright (c) 2024-present WebDevNerdStuff