pegjs/lib/compiler/passes
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
..
generate-bytecode.js Code style: Fix ESLint "object-shorthand" errors 2016-10-10 10:58:05 +02:00
generate-js.js Code style: Fix some ESLint errors in generated code 2016-10-10 13:32:33 +02:00
remove-proxy-rules.js Code style: Fix ESLint "object-shorthand" errors 2016-10-10 10:58:05 +02:00
report-duplicate-labels.js Code style: Fix ESLint "no-prototype-builtins" errors 2016-10-10 10:58:06 +02:00
report-duplicate-rules.js Code style: Fix ESLint "no-prototype-builtins" errors 2016-10-10 10:58:06 +02:00
report-infinite-recursion.js Code style: Fix ESLint "object-shorthand" errors 2016-10-10 10:58:05 +02:00
report-infinite-repetition.js Code style: Fix ESLint "object-shorthand" errors 2016-10-10 10:58:05 +02:00
report-undefined-rules.js Code style: Fix ESLint "object-shorthand" errors 2016-10-10 10:58:05 +02:00