Skip to content

Commit

Permalink
fix(check-examples): disable chai-friendly/no-unused-expressions fo…
Browse files Browse the repository at this point in the history
…r default expression rules
  • Loading branch information
brettz9 committed Apr 23, 2021
1 parent 8afb9fc commit 06f0112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/checkExamples.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const defaultMdRules = {

const defaultExpressionRules = {
...defaultMdRules,
'chai-friendly/no-unused-expressions': 'off',
'no-new': 'off',
'no-unused-expressions': 'off',
quotes: ['error', 'double'],
Expand Down

0 comments on commit 06f0112

Please sign in to comment.