2.2.4 • Published 6 years ago
eslint-config-pb-js v2.2.4
Public Bloc javascript linter
Include this linter in every Public Bloc javascript project
Installation
$ yarn add eslint-config-pb-js --save-dev
then in the .eslintrc
file include
{
"extends": "pb-js"
}