🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@dieproduktmacher/prettier

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@dieproduktmacher/prettier

Shared Prettier config

unpublished
latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
4
Created
Source

Shared prettier config

Usage

yarn add -D @dieproduktmacher/prettier-config

.prettierrc.js

module.exports = require('@dieproduktmacher/prettier-config');

.prettierignore

# IDE
.vscode/

# Node
**/node_modules
**/package.json
**/package-lock.json
**/yarn.lock

# Build
**/build
**/dist
**/public
**/coverage

package.json

  ...
  "scripts": {
    "prettier": "prettier --write \"**/*.*(gql|graphql|js|jsx|json|md|mdx|ts|tsx|yml|yaml)\"",
    ...
  },
  ...

License

MIT License

FAQs

Package last updated on 19 Jan 2022

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