pegjs/lib
David Majda f4df9ddde1 Code style: Fix some ESLint errors in generated code
Running ESLint on generated code with the configuration used on PEG.js
itself produces a lot of errors. This commit fixes some unnecessary ones
caught by these rules:

  - max-len
  - new-cap
  - newline-before-return
  - no-unused-vars

See also 5dd8e797f7.

Follow-up to #407.
2016-10-10 13:32:33 +02:00
..
compiler Code style: Fix some ESLint errors in generated code 2016-10-10 13:32:33 +02: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: Fix ESLint "object-shorthand" errors 2016-10-10 10:58:05 +02:00