@sitaggart/prettier-config
Advanced tools
Comparing version 0.1.3 to 0.2.0
@@ -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 @@ |
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'), | ||
}; | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3669
20