@exodus/eslint-config-typescript
v2.1.0
Published
Eslint config for typescript
Downloads
68
Maintainers
Keywords
Readme
@exodus/eslint-config-javascript-babel
Use
yarn add --dev @exodus/eslint-config-typescript
and the snippet below to initialize your .eslintrc.js
// .eslintrc.js
module.exports = {
overrides: [
{
files: ['**/*.ts'],
extends: ['@exodus/eslint-config-typescript'],
},
],
// ... customization
}