JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q57750F
  • License MIT

typescript-only, framework-agnostic eslint config

Package Exports

  • @chernodub/eslint-config
  • @chernodub/eslint-config/index.js

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 (@chernodub/eslint-config) 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 for typescript npm badge

I use this configuration for my personal projects that are built with different frameworks. The configuration is quite strict, so you may want to disable some rules in your project.

Installation

  1. npm i -D @chernodub/eslint-config
  2. Add @chernodub/eslint-config to extends of your eslint config (or overrides section)

Development