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
|
||
---|---|---|
.. | ||
compiler | ||
.eslintrc.json | ||
grammar-error.js | ||
parser.js | ||
peg.js |