@twostoryrobot/prettier-config
Advanced tools
Comparing version 3.0.1 to 4.0.0
module.exports = { | ||
semi: false, | ||
singleQuote: true, | ||
jsxBracketSameLine: true, | ||
bracketSameLine: true, | ||
trailingComma: 'none', | ||
arrowParens: 'avoid' | ||
} |
{ | ||
"name": "@twostoryrobot/prettier-config", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"description": "Prettier configuration for Two Story Robot", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"prettier": "^2.3.2" | ||
"prettier": "^2.4.1" | ||
}, | ||
@@ -14,0 +14,0 @@ "author": "Chad Fawcett <me@chadf.ca>", |
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
3081