JSPM

eslint-config-rhett

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

Rhett's ESLint shareable config

Package Exports

  • eslint-config-rhett

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 (eslint-config-rhett) 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-rhett

ESLint shareable config for Rhett Lowe

I'm tired of reading everyone else's rules and being surprised down the road.

Install

$ npm install --save-dev eslint-config-rhett

Usage

Add some ESLint config to your package.json:

{
    "name": "my-project",
    "eslintConfig": {
        "extends": "rhett"
    }
}

Or to .eslintrc:

{
    "extends": "rhett"
}

License

MIT © Rhett Lowe