Socket
Book a DemoInstallSign in
Socket

@hackney/prettier-config

Package Overview
Dependencies
Maintainers
9
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hackney/prettier-config

Prettier config for LBH Modern Tools for Housing

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
9
Created
Source

@hackney/prettier-config

A configuration for prettier, to create consistancy across Hackney projects.

Usage

Install package as a dev dependency:

npm install --save-dev @hackney/prettier-config
// or
yarn add -D @hackney/prettier-config

Create a .prettierrc.js file in the root of your project.

const prettierConfig = require("@hackney/prettier-config");

module.exports = prettierConfig;

To apply overrides of any of the options:

const prettierConfig = require("@hackney/prettier-config");

module.exports = {
  ...prettierConfig,
  semi: false,
};

FAQs

Package last updated on 26 Sep 2021

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