-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
googleapis/gapic-generator-typescript
#145Labels
🚨This issue needs some love.This issue needs some love.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
/usr/local/google/home/bencoe/google/nodejs-billing-budgets/webpack.config.js
42:29 error Unnecessary escape character: \/ no-useless-escape
42:38 error Unnecessary escape character: \/ no-useless-escape
46:29 error Unnecessary escape character: \/ no-useless-escape
50:29 error Unnecessary escape character: \/ no-useless-escape
54:29 error Unnecessary escape character: \/ no-useless-escape
58:29 error Unnecessary escape character: \/ no-useless-escapeThere's an extra escape character in our generated webpack.config.js, this leads to a library being generated that can't pass eslint.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.