// 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',
};