New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@getracker/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
Package was removed
Sorry, it seems this package was removed from the registry

@getracker/prettier-config

Shared [Prettier](https://prettier.io) configuration for GE Tracker projects. It can be included by adding the following to your `package.json` file:

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@getracker/prettier-config

Shared Prettier configuration for GE Tracker projects. It can be included by adding the following to your package.json file:

{
  "prettier": "@getracker/prettier-config"
}

If you need to override any of the rules, you can do so in your own .prettierrc.js file.

import baseConfig from '@getracker/prettier-config';

export default {
  ...baseConfig,
  semi: false,
};

FAQs

Package last updated on 16 Nov 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