1.2.5 • Published 6 years ago
eslint-config-pb-react v1.2.5
Public Bloc react linter
Include this linter in every Public Bloc project using React
Installation
$ yarn add eslint-config-pb-react ---save-dev
then in the .eslintrc
file include
{
"extends": "pb-react"
}