JSPM

@pondevelopment/eslint-config-ponstandard

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

JavaScript Standard Style Eslint config with custom PON tweaks

Package Exports

  • @pondevelopment/eslint-config-ponstandard
  • @pondevelopment/eslint-config-ponstandard/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 (@pondevelopment/eslint-config-ponstandard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Eslint default by Pon

These are my settings for ESLint.

Here's an example usage:

{
  "extends": [
    "@pondevelopment/eslint-config-ponstandard"
  ],
  "rules": {
    "no-console": "off"
  }
}