eslint-config-playlist
v1.1.0
Published
Shared eslint configuration for Playlist projects
Readme
eslint-config-playlist

Shared eslint configuration for Playlist projects.
Usage
Create an .eslintrc file in your project and include this package in the extends:
{
"extends": "eslint-config-playlist"
}For project-specific configurations, use the following format:
{
"extends": "eslint-config-playlist/dist/react"
}License
See LICENSE.
