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

@digital-wafa/prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digital-wafa/prettier-config

Shared prettier configuration file

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

wafa prettier conifg

Prettier-config npm version

A shared prettier configuration to use in digital wafa projects


Installation

npm install --save-dev prettier @digital-wafa/prettier-config

Usage

Add a prettier property in your package.json. See the Configuration docs.

"prettier": "@digital-wafa/prettier-config"

Extending

If you find yourself in the situation where you have to change This configuration, here is how to do it.

To extend a configuration you have to create a prettier.config.js or .prettierrc.js file like the example below:

module.exports = {
    ...require('@digital-wafa/prettier-config'),
    "useTabs": false,
    "semi": true
};

don't forget to delete the prettier property in package.json file.

Keywords

FAQs

Package last updated on 11 Sep 2020

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