Skip to content

Commit

Permalink
fix: add no-force to module exports (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzzaka committed Feb 14, 2020
1 parent f43c64e commit 6c1d538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -6,6 +6,7 @@ module.exports = {
'no-unnecessary-waiting': require('./lib/rules/no-unnecessary-waiting'),
'assertion-before-screenshot': require('./lib/rules/assertion-before-screenshot'),
'require-data-selectors': require('./lib/rules/require-data-selectors'),
'no-force': require('./lib/rules/no-force'),
},
configs: {
recommended: require('./lib/config/recommended'),
Expand Down

0 comments on commit 6c1d538

Please sign in to comment.