Skip to content

Commit

Permalink
Fix: eslint error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Patel07 committed Feb 13, 2024
1 parent 55981c3 commit a82f9c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ module.exports = {
parserOptions: {
ecmaVersion: 'latest'
},
rules: {
},
rules: {
"chai-friendly/no-unused-expressions": "off"
},
plugins: [
'cypress',
'chai-friendly'
Expand Down

0 comments on commit a82f9c9

Please sign in to comment.