Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@abinnovision/prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abinnovision/prettier-config

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
593
decreased by-48.92%
Maintainers
1
Weekly downloads
 
Created
Source

@abinnovision/prettier-config

Prettier config for all types of projects. The config mostly inherits the default Prettier config. This additionally comes with a .editorconfig, which is compatible with most editors.

Installation

yarn add --dev \
	@abinnovision/prettier-config

EditorConfig

The EditorConfig is a small file in the root directory of your project called .editorconfig. It defines various code style options for the project. This packages comes with an opinionated version of this file.

To synchronize the .editorconfig file from this package use the following:

yarn sync-editorconfig

Optionally, you can put it into your postinstall hook to always keep in sync with the one defined in this project.

{
	// ...
	"scripts": {
		// ...
		"postinstall": "sync-editorconfig"
	},
	// ...
}

FAQs

Package last updated on 21 Apr 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc