New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@common-web/prettier

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@common-web/prettier - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "@common-web/prettier",
"version": "1.0.5",
"version": "1.0.6",
"description": "Prettier config",

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

@@ -29,7 +29,20 @@ # @common-web/prettier

## Running TSC
## Running Prettier
Add the following to your "scripts" in your `package.json`
```json
{
...,
"scripts": {
"prettier --write -l \"src/**/*.ts\
}
}
```
**Note:** Feel free change the 'src' and file pattern matching to suit your needs
```sh

@@ -39,1 +52,5 @@ // By default, tsc will pick up your tsconfig.json

```
## Examples
- [@common-web Rollup/ Prettier example](https://github.com/Jareechang/common-web-rollup-example)
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