Skip to content

Commit da716f8

Browse files
fix: update fixed-loop-bounds.js export to module export
1 parent 9f39698 commit da716f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/advanced/plugin/fixed-loop-bounds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function hasEffectiveBreak(loopNode) {
137137
return foundBreak;
138138
}
139139

140-
export const rules = {
140+
module.exports.rules = {
141141
'fixed-loop-bounds': {
142142
meta: {
143143
type: 'problem',

0 commit comments

Comments
 (0)