Skip to content

Commit 6c1d538

Browse files
authored
fix: add no-force to module exports (#45)
1 parent f43c64e commit 6c1d538

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
@@ -6,6 +6,7 @@ module.exports = {
66
'no-unnecessary-waiting': require('./lib/rules/no-unnecessary-waiting'),
77
'assertion-before-screenshot': require('./lib/rules/assertion-before-screenshot'),
88
'require-data-selectors': require('./lib/rules/require-data-selectors'),
9+
'no-force': require('./lib/rules/no-force'),
910
},
1011
configs: {
1112
recommended: require('./lib/config/recommended'),

0 commit comments

Comments
 (0)