Shinigami

Results 758 comments of Shinigami

I'm rethinking about this 🤔 Do we want single quotes by default? Or do we want single quotes **for JS** by default?(!) Many programming and other languages do not support...

@lydell So after 2 days (and a bit) I changed my mind... I will reject my vote on this topic and downvote (for v2.0)

> Can you expound on the factors leading to your change in decision and why you think that it is a better decision to leave the default as it is...

> It does: https://prettier.io/docs/en/configuration.html#configuration-overrides What @jchook means is that it has to be much more intuitive and does not prefer javascript as the default (#7073)

The option to remove is too radical! Prettier would lose customers (If the only option were double quotes, I wouldn't use Prettier anymore) Using backticks as a standard is dangerous...

We don't change some of the default settings because it's funny We are changing some default settings because we want to cover the most common use case by default And...

> any updates on this? I would love to be able to use pnpm What's stopping you? Just configure it like in this project: https://github.com/prettier/plugin-pug/blob/3c6dd7222b65fea5c2ba69ddbb00dbed56d70b86/.prettierrc.cjs#L8

@mlclay's workaround didn't worked for me :slightly_frowning_face: But `npx np` did

@sindresorhus If I understand you correctly, do you want something like that?: ```js ow.isDefinedAndValid(options.verbose, ow.optional.boolean, (err, value) => { if (err) { /* ... */ } args.push("--verbose"); }); ow.isDefinedAndValid(options.verbose, ow.optional.boolean)...

Maybe the function should even not include `GPS` just `nearbyCoordinate`, as it has nothing todo with GPS :shrug: