pegjs/lib
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
2016-12-01 16:30:10 +01:00
..
compiler Remove unnecessary escaping of "]" in a regexp 2016-12-01 16:30:10 +01:00
.eslintrc.json ESLint: Set environments better 2016-01-29 14:50:38 +01:00
grammar-error.js Use only "//" comments 2016-09-20 15:07:39 +02:00
parser.js Code style: Fix some ESLint errors in generated code 2016-10-10 13:32:33 +02:00
peg.js Code style: Make all static "require" calls global 2016-10-10 13:38:39 +02:00