JSPM

eslint-config-paprika

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

Just my spiced up ESLint shareable config to be used with XO

Package Exports

  • eslint-config-paprika

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-paprika) 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-paprika

Just my spiced up ESLint shareable config to be used with XO

Install

$ npm install --save-dev xo eslint-config-paprika

Usage

Add some XO config to your package.json:

{
    "name": "my-awesome-project",
    "xo": {
        "extends": ["paprika"]
    }
}

Or to .eslintrc:

{
    "extends": ["xo", "paprika"]
}

Use the vue sub-config if you are working with *.vue files:

{
    "extends": ["paprika/vue"]
}

Get the badge ✌️

Choose your flavorite one 😋

Code Style

[![Code Style](https://img.shields.io/badge/code%20style-XO%20paprika-f75612.svg)](https://www.npmjs.com/package/eslint-config-paprika)

Code Style

[![Code Style](https://img.shields.io/badge/code%20style-XO%20🌶-000000.svg)](https://www.npmjs.com/package/eslint-config-paprika)

License

MIT © Federico Giovagnoli