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

@sitaggart/prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sitaggart/prettier-config - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.2.0](https://github.com/SiTaggart/lint-config/compare/@sitaggart/prettier-config@0.1.3...@sitaggart/prettier-config@0.2.0) (2019-09-23)
### Features
* update configs and readmes ([faad2e2](https://github.com/SiTaggart/lint-config/commit/faad2e2))
## [0.1.3](https://github.com/SiTaggart/lint-config/compare/@sitaggart/prettier-config@0.1.2...@sitaggart/prettier-config@0.1.3) (2019-09-16)

@@ -8,0 +19,0 @@

6

index.js
module.exports = {
printWidth: 120,
printWidth: 100,
trailingComma: 'es5',
tabWidth: 2,
semi: false,
semi: true,
singleQuote: true,

@@ -23,2 +23,2 @@ jsxBracketSameLine: false,

],
}
};
{
"name": "@sitaggart/prettier-config",
"version": "0.1.3",
"version": "0.2.0",
"description": "prettier config for personal projects",

@@ -29,3 +29,3 @@ "keywords": [

},
"gitHead": "b7f3677804da39f99411b951912eae29a884e9d7"
"gitHead": "d7b69d8e42f8c7011207aa9e4f7c1e40f3f51779"
}
# `@sitaggart/prettier-config`
> TODO: description
## Install
## Usage
Works best with eslint.
```
const prettierConfig = require('@sitaggart/prettier-config');
yarn add --dev eslint prettier @sitaggart/eslint-config @sitaggart/prettier-config
```
// TODO: DEMONSTRATE API
## Usage
`.prettierrc.js`
```js
module.exports = {
...require('@sitaggart/prettier-config'),
};
```
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