Skip to content

brickjs/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published