Skip to content

Commit 9a686c4

Browse files
Merge pull request #53 from mindfiredigital/dev
fix: update fixed-loop-bounds.js export to module export
2 parents 953e9aa + da716f8 commit 9a686c4

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)