eslint-config-paprika

2.0.0 • Public • Published

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)

Related

License

MIT © Federico Giovagnoli

Package Sidebar

Install

npm i eslint-config-paprika

Weekly Downloads

3

Version

2.0.0

License

MIT

Last publish

Collaborators

  • meesayen