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

@xoi/prettier-config

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xoi/prettier-config

Prettier configuration for XOi Technologies

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

@xoi/prettier-config

CircleCI Version License

A minimal Prettier configuration for JavaScript projects

Installation

This module is distributed via npm which is bundled with node and should be installed as one of your project's devDependencies:

yarn add -D @xoi/prettier-config

This package has peer dependencies. Please make sure you have those installed as well.

yarn add -D eslint@^6.1.0 \
  prettier@^1.18.2

Usage

.eslintrc.*

module.exports = {
  extends: [
    'other-eslint-configs',
    // Add @xoi/prettier-config as the last
    // item in the array so it gets the chance to
    // override other configs.
    '@xoi/prettier-config',
  ],
}

.prettierrc.js

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

Editor Integration

Prettier can be integrated with various editors. See the Editor Integration page in the Prettier documentation for details.

Contributing

Open an issue or create a pull request

Keywords

FAQs

Package last updated on 29 Jul 2019

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