eslint-plugin-chai-friendly
eslint-plugin-chai-friendly copied to clipboard
Doesn't work with typescript-eslint
I think to make it work with typescript-eslint, rules should be:
rules: {
'chai-friendly/no-unused-expressions': 'error',
'unused-expressions': 'off',
'@typescript-eslint/no-unused-expressions': 'off'
}