@gesdisc/prettier-config
Advanced tools
Comparing version 1.0.1 to 1.2.0
@@ -6,3 +6,3 @@ { | ||
"insertPragma": false, | ||
"jsxBracketSameLine": false, | ||
"bracketSameLine": false, | ||
"jsxSingleQuote": false, | ||
@@ -9,0 +9,0 @@ "printWidth": 86, |
{ | ||
"name": "@gesdisc/prettier-config", | ||
"version": "1.0.1", | ||
"version": "1.2.0", | ||
"description": "Shared Prettier config", | ||
@@ -14,3 +14,6 @@ "main": "index.json", | ||
"url": "ssh://git@git.earthdata.nasa.gov:7999/guui/prettier-config.git" | ||
}, | ||
"peerDependencies": { | ||
"prettier": ">=2.4.0" | ||
} | ||
} |
@@ -1,5 +0,5 @@ | ||
### Usage: | ||
# Usage: | ||
* if you have any existing prettier config in your project, delete it | ||
* `npm install --save-dev prettier @gesdisc/prettier-config` | ||
* add to package.json: `"prettier": "@gesdisc/prettier-config"` | ||
- if you have any existing prettier config in your project, delete it | ||
- `npm install --save-dev prettier @gesdisc/prettier-config` | ||
- [use the config](https://prettier.io/docs/en/configuration.html#sharing-configurations) |
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
1063
1