🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@aaron-zon/prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aaron-zon/prettier-config - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
+1
-1
index.js
module.exports = {
/** 单行最大文字数*/
printWidth: 80,
printWidth: 100,
/** tab填充空格数 */

@@ -5,0 +5,0 @@ tabWidth: 4,

{
"name": "@aaron-zon/prettier-config",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

@@ -24,2 +24,2 @@ "main": "index.js",

"prettier": "./index.js"
}
}

@@ -7,3 +7,3 @@ # @aaron-zon/prettier-config[![npm](https://img.shields.io/npm/v/@aaron-zon/prettier-config.svg)](https://www.npmjs.com/package/@aaron-zon/prettier-config)

- 单行最大文字数 80
- 单行最大文字数 100
- tab填充空格数 4

@@ -27,2 +27,7 @@ - 结尾添加分号

在项目的package.json中添加以下属性
```json
"prettier": "@aaron-zon/prettier-config"
```
## 使用手动美化

@@ -41,3 +46,2 @@

## 使用自动美化
1.在项目根目录 .vscode 文件夹下创建settings.json文件

@@ -44,0 +48,0 @@