-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
Every time I run npm test on the current main branch, I get:
/Users/jsumners/Projects/oss/fastify/fastify/test/types/import.js
1:1 error Strings must use singlequote @stylistic/quotes
1:13 error Extra semicolon @stylistic/semi
2:32 error Strings must use singlequote @stylistic/quotes
2:62 error Extra semicolon @stylistic/semi
✖ 4 problems (4 errors, 0 warnings)
4 errors and 0 warnings potentially fixable with the `--fix` option.But I can't find that file. So, two things:
- Someone who knows where that file comes from, please provide a way to fix this error.
- Can we please disable the singlequote rule? It will prevent writing strings with template literals (e.g. when the string needs a singlequote inside of it, it's easier to use a template literal to reduce the need for escaping characters).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels