Skip to content

Commit 1fdfef7

Browse files
fix: Solve unsafe to chain command does not exist (#126)
1 parent 8d7e91e commit 1fdfef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const globals = require('globals')
33
module.exports = {
44
rules: {
55
'no-assigning-return-values': require('./lib/rules/no-assigning-return-values'),
6+
'unsafe-to-chain-command': require('./lib/rules/unsafe-to-chain-command'),
67
'no-unnecessary-waiting': require('./lib/rules/no-unnecessary-waiting'),
78
'no-async-tests': require('./lib/rules/no-async-tests'),
89
'assertion-before-screenshot': require('./lib/rules/assertion-before-screenshot'),

0 commit comments

Comments
 (0)