Package Exports
- @codementor/bro
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 (@codementor/bro) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
bro
A bro will lint and prettify your code
What's inside
Installation
$ yarn install @codementor/bro --dev
Config
In your package.json
"scripts": {
"lint": "bro \"src/**/*.js\" --fix"
},
"bro": { // below are all optional
"ignore": [],
"plugins": [], // additional eslint plugin
"envs": [],
"globals": [],
"parser": ""
}