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 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.
8 years ago
..
compiler Code style: Fix some ESLint errors in generated code 8 years ago
.eslintrc.json ESLint: Set environments better 8 years ago
grammar-error.js Use only "//" comments 8 years ago
parser.js Code style: Fix some ESLint errors in generated code 8 years ago
peg.js Code style: Fix ESLint "object-shorthand" errors 8 years ago