eslint-config-bravelive-ts
Advanced tools
Custom bravelive eslint config with typescript
Weekly downloads
Readme
Custom bravelive eslint config with typescript
npm install --save-dev eslint-config-bravelive-ts
.eslintrc
file with the following content:{
'extends': [
'bravelive-ts'
]
}