@brickjs/eslint-config

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @brickjs/eslint-config

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.22 kB

Total Files

5

Last publish

Collaborators

  • vitolimandibhrata