@schul-cloud/prettier-config
Advanced tools
Comparing version 0.1.0 to 0.1.3
const prettierConfig = { | ||
printWidth: 80, | ||
useTabs: true, | ||
useTabs: true, // we are using tabs! http://lea.verou.me/2012/01/why-tabs-are-clearly-superior/ | ||
trailingComma: "es5", | ||
@@ -12,5 +12,5 @@ bracketSpacing: true, | ||
semi: true, | ||
singleQuote: true | ||
singleQuote: false, | ||
}; | ||
module.exports = prettierConfig; |
{ | ||
"name": "@schul-cloud/prettier-config", | ||
"version": "0.1.0", | ||
"version": "0.1.3", | ||
"description": "This package contains shareable Prettier configuration used by the applications created @schul-cloud.", | ||
@@ -32,6 +32,3 @@ "main": "index.js", | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "b338e3fc17cf2690f25d59e27cb304b283f58c78" | ||
"gitHead": "4a2f363092d8c196e296bfb9cd6daedccc9cc508" | ||
} |
@@ -0,0 +0,0 @@ # @schul-cloud/prettier-config |
Sorry, the diff of this file is not supported yet
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
2310