1.13.0 • Published 2 months ago

@osome/eslint-config-backend v1.13.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

eslint-config-backend

slack

Install

npm install @osome/eslint-config-backend --save-dev

Usage

Configure it in .eslintrc.js:

{
  extends: [
    '@osome/eslint-config-backend',
  ]
}