UNPKG

eslint-config-twilio-ts

Version:
8 lines (7 loc) 293 B
// These are the rules that are unnecessary or might conflict with Prettier. module.exports = { '@typescript-eslint/indent': 'off', '@typescript-eslint/member-delimiter-style': 'off', '@typescript-eslint/no-extra-parens': 'off', '@typescript-eslint/type-annotation-spacing': 'off', };