1.19.0 • Published 7 months ago

@osome/eslint-config-frontend v1.19.0

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

eslint-config-frontend

slack

Install

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

Usage

Configure it in .eslintrc.js:

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