pegjs/lib/compiler
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
..
passes Code style: Fix some ESLint errors in generated code 2016-10-10 13:32:33 +02:00
asts.js Code style: Fix ESLint "object-shorthand" errors 2016-10-10 10:58:05 +02:00
index.js Code style: Fix ESLint "default-case" errors 2016-10-10 10:58:06 +02:00
js.js Code style: Fix ESLint "object-shorthand" errors 2016-10-10 10:58:05 +02:00
opcodes.js Use only "//" comments 2016-09-20 15:07:39 +02:00
visitor.js Code style: Fix ESLint "no-empty-function" errors 2016-10-10 10:58:06 +02:00