The output, which pbjs generates, isn't compatible with the following ESLint rules:
- id-length
- no-magic-numbers
- no-shadow
- no-var
- sort-vars
I suggest to add these rules to the eslint-disable header which is part of the generated output of pbjs.
Tested with "protobuf.js v6.7.0 CLI for JavaScript".
The output, which
pbjsgenerates, isn't compatible with the following ESLint rules:I suggest to add these rules to the
eslint-disableheader which is part of the generated output ofpbjs.Tested with "protobuf.js v6.7.0 CLI for JavaScript".