eslint-plugin-chai-friendly icon indicating copy to clipboard operation
eslint-plugin-chai-friendly copied to clipboard

Doesn't work with typescript-eslint

Open BadIdeaException opened this issue 1 year ago • 3 comments

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'
}

BadIdeaException avatar Sep 23 '24 17:09 BadIdeaException