An ESLint Shareable Config for TypeScript Standard Style
npm install eslint-config-ts-standard[![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
[npm-image]: https://img.shields.io/npm/v/eslint-config-ts-standard.svg
[npm-url]: https://npmjs.org/package/eslint-config-ts-standard
[downloads-image]: https://img.shields.io/npm/dm/eslint-config-ts-standard.svg
[downloads-url]: https://npmjs.org/package/eslint-config-ts-standard
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[standard-url]: https://standardjs.com
An ESLint Shareable Config for TypeScript Standard Style
``bash`
npm install -D eslint-config-ts-standard
Add this to your .eslintrc file:
`json``
{
"extends": "ts-standard"
}