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 😋
[](https://www.npmjs.com/package/eslint-config-paprika)
[](https://www.npmjs.com/package/eslint-config-paprika)
Related
- eslint-config-xo - ESLint shareable config for XO
- XO
License
MIT © Federico Giovagnoli