@drivekyte/prettier-config
Advanced tools
Comparing version 2.0.0 to 3.0.0
module.exports = { | ||
printWidth: 120, | ||
semi: false, | ||
semi: true, | ||
singleQuote: true, | ||
@@ -5,0 +5,0 @@ tabWidth: 2, |
{ | ||
"name": "@drivekyte/prettier-config", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
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
653