Configure ESLint and add it to CI
This commit is contained in:
@@ -152,6 +152,7 @@ function parse_pg_dsl(text)
|
||||
else if (rule[2] === '(')
|
||||
{
|
||||
rule[2] = [];
|
||||
// eslint-disable-next-line no-constant-condition
|
||||
while (true)
|
||||
{
|
||||
if (i > tokens.length-1)
|
||||
|
||||
Reference in New Issue
Block a user