1.0.3 • Published 2 years ago

eslint-config-bravelive-ts v1.0.3

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

eslint-config-bravelive-ts

Custom bravelive eslint config with typescript

Installing

  1. In your project folder, run:
npm install --save-dev eslint-config-bravelive-ts
  1. You will see several dependencies were installed. Now, create (or update) a .eslintrc file with the following content:
{
  'extends': [
    'bravelive-ts'
  ]
}