@bowencool/eslint-config-ts
v1.1.6
Published
eslint config for typescript
Downloads
10
Readme
eslint config for typescript
yarn add @bowencool/eslint-config-ts -D
in .eslintrc.js
module.exports = {
extends: ['@bowencool', '@bowencool/ts'],
rules: {
// your rules
},
};