Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@brickjs/eslint-config

brickjs10MIT1.0.0

ESLint Config for BrickJS projects.

brickjs, eslint-config

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'),
};