Socket
Socket
Sign inDemoInstall

@arthurfiorette/prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arthurfiorette/prettier-config - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

index.js

@@ -54,3 +54,3 @@ /**

module.exports.config = (override = {}) => {
return { ...defaultConfig, override };
return { ...defaultConfig, ...override };
};
{
"name": "@arthurfiorette/prettier-config",
"version": "1.0.3",
"version": "1.0.4",
"description": "My personal prettier config",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -15,6 +15,6 @@ ## @arthurfiorette/prettier-config

You can use this prettier config with a `.prettierrc.json` file.
You can use this prettier config with a `.prettierrc.js` file.
```js
// .prettierrc.json
// .prettierrc.js

@@ -27,7 +27,7 @@ module.exports = require('@arthurfiorette/prettier-config');

```js
// .prettierrc.json
// .prettierrc.js
const { config } = require('@arthurfiorette/prettier-config');
module.expors = config({
module.exports = config({
printWidth: 80

@@ -34,0 +34,0 @@ });

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