Socket
Book a DemoInstallSign in
Socket

@lmc-eu/prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lmc-eu/prettier-config

LMC's ESlint configuration for Prettier

2.0.1
latest
Source
npmnpm
Version published
Weekly downloads
805
-17.77%
Maintainers
1
Weekly downloads
 
Created
Source

Prettier Config Documentation

Documentation for the @lmc-eu/prettier-config module.

Usage

# Yarn:
yarn add --dev @lmc-eu/prettier-config

# npm:
npm install --save-dev @lmc-eu/prettier-config

And reference it in your .prettierrc.js file:

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

Or you can choose your preffered way of using configs:

package.json
{
  // ...
  "prettier": "@lmc-eu/prettier-config"
}
.prettierrc or .prettierrc.json
"@lmc-eu/prettier-config"

Note: If you are using prettier < v1.17 check this note.

Extending

To extend the current options you will need to create a .prettierrc.js and add the following:

module.exports = {
  ...require('@lmc-eu/prettier-config'),

  // Add custom options bellow:
  useTabs: true,
};

Notes

Prettier Version

Versions of prettier before v1.17 did not feature the possibility of using a shared config via package.json. The way to do it is similar to when extending, except that you can just export the config directly:

// .prettierrc.js

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

More

Keywords

prettier

FAQs

Package last updated on 07 Aug 2024

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.