Skip to content

Commit

Permalink
fix: Solve unsafe to chain command does not exist (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Outreach committed Mar 28, 2023
1 parent 8d7e91e commit 1fdfef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -3,6 +3,7 @@ const globals = require('globals')
module.exports = {
rules: {
'no-assigning-return-values': require('./lib/rules/no-assigning-return-values'),
'unsafe-to-chain-command': require('./lib/rules/unsafe-to-chain-command'),
'no-unnecessary-waiting': require('./lib/rules/no-unnecessary-waiting'),
'no-async-tests': require('./lib/rules/no-async-tests'),
'assertion-before-screenshot': require('./lib/rules/assertion-before-screenshot'),
Expand Down

0 comments on commit 1fdfef7

Please sign in to comment.