
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@darcytech/prettier-config-darcytech
Advanced tools
@darcytech/prettier-config-darcytechPrettier 推荐配置
npm install --save-dev @darcytech/prettier-config-darcytech
// .prettierrc.js
const config = require('@darcytech/prettier-config-darcytech');
module.exports = config;
如果当前ES版本不支持尾逗号或babel配置不支持尾逗号,建议将trailingComma配置为es5
// .prettierrc.js
const config = require('@darcytech/prettier-config-darcytech');
module.exports = {
...config,
trailingComma: 'es5',
};
FAQs
prettier-config-darcytech
The npm package @darcytech/prettier-config-darcytech receives a total of 0 weekly downloads. As such, @darcytech/prettier-config-darcytech popularity was classified as not popular.
We found that @darcytech/prettier-config-darcytech demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.