Skip to content

Commit

Permalink
Ignore ESLint rule about condition looping condition for now
Browse files Browse the repository at this point in the history
  • Loading branch information
James M. Greene authored and James M. Greene committed Sep 17, 2022
1 parent 1f9ca39 commit c4feb8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ class ConfigParser {
var depth = 0
const properties = propertyName.split('.')
var lastNode = configurationObject
// eslint-disable-next-line no-constant-condition
while (true) {
// Find the node for the current property
var propertyNode = this.findProperty(lastNode, properties[depth])
Expand Down

0 comments on commit c4feb8d

Please sign in to comment.