You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Majda a733beb933 Remove unnecessary escaping of "]" in a regexp
This fixes the following ESLint error, which started to appear after
eslint/eslint#7424 was fixed:

  /Users/dmajda/Programming/PEG.js/pegjs/lib/compiler/js.js
    37:17  error  Unnecessary escape character: \]  no-useless-escape

This should fix broken Travis CI builds:

  https://travis-ci.org/pegjs/pegjs/builds/180092802
8 years ago
..
passes Fix error when generating AMD/UMD dependencies 8 years ago
asts.js Code style: Fix ESLint "object-shorthand" errors 8 years ago
index.js Code style: Make all static "require" calls global 8 years ago
js.js Remove unnecessary escaping of "]" in a regexp 8 years ago
opcodes.js Use only "//" comments 8 years ago
visitor.js Code style: Fix ESLint "no-empty-function" errors 8 years ago