@boilerz/eslint-config

2.0.156 • Public • Published

@boilerz/eslint-config

GitHub package.json version GH CI Action

Airbnb + typescript + prettier aware based eslint config.

Install

npx install-peerdeps --dev @boilerz/eslint-config

Usage

.eslintrc example for backend project:

{
  "extends": "@boilerz/eslint-config"
}

Or for frontend ones:

{
  "extends": "@boilerz/eslint-config/frontend"
}

.prettierrc example:

{
  "semi": true,
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "all"
}

Release

yarn version
yarn publish --access public

Readme

Keywords

none

Package Sidebar

Install

npm i @boilerz/eslint-config

Weekly Downloads

24

Version

2.0.156

License

MIT

Unpacked Size

7.41 kB

Total Files

12

Last publish

Collaborators

  • boilerz-tech