New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@geekcojp/prettier-config

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geekcojp/prettier-config

Prettier config by GEEK,.inc. (Japan)

0.3.0
latest
Source
npm
Version published
Weekly downloads
4
-69.23%
Maintainers
2
Weekly downloads
 
Created
Source

prettier-config

Prettier config by GEEK,.inc. (Japan)

Usage

Install prettier and @geekcojp/prettier-config.

yarn add -D prettier @geekcojp/prettier-config

Create .prettierrc.js to root directory of the project as following.

module.exports = require('@geekcojp/prettier-config');
// ts
// module.exports = require('@geekcojp/prettier-config/typescript');

Override

module.exports = Object.assign(
	require('@geekcojp/prettier-config'),
	{...}
);

FAQs

Package last updated on 05 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts