f4df9ddde1
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
|
||
---|---|---|
.. | ||
generate-bytecode.js | ||
generate-js.js | ||
remove-proxy-rules.js | ||
report-duplicate-labels.js | ||
report-duplicate-rules.js | ||
report-infinite-recursion.js | ||
report-infinite-repetition.js | ||
report-undefined-rules.js |