@brickjs/eslint-config
v1.0.0
Published
ESLint Config for BrickJS projects.
Downloads
17
Maintainers
Readme
@brickjs/eslint-config
A common configuration for eslint and prettier for BrickJS projects.
Each project should utilize:
- Typescript
- React
- Jest
.eslintrc
{
"extends": "@brickjs/eslint-config"
}.prettierrc.js
module.exports = {
...require('@brickjs/eslint-config/prettier-config'),
};