1.0.0 • Published 4 years ago

@brickjs/eslint-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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