Skip to content

Commit

Permalink
fix(eslint-plugin-experience): remove specific lint
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 15, 2023
1 parent 4addb14 commit 0984e7a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -736,17 +736,6 @@ module.exports = {
'cypress/no-unnecessary-waiting': 'off',
'cypress/unsafe-to-chain-command': 'off',
'no-implicit-globals': 'error',
'no-restricted-properties': [
'error',
{
message: 'Please use matchImageSnapshot instead.',
property: 'screenshot',
},
{
message: 'Please use tuiVisit instead.',
property: 'visit',
},
],
},
},
{
Expand Down

0 comments on commit 0984e7a

Please sign in to comment.