@cirocfc/yet-another-prettier-config
Advanced tools
Comparing version 0.0.1-alpha.2 to 0.0.1-alpha.3
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.0.1-alpha.3](https://github.com/cirocfc/yet-another/compare/@cirocfc/yet-another-prettier-config@0.0.1-alpha.2...@cirocfc/yet-another-prettier-config@0.0.1-alpha.3) (2020-04-04) | ||
**Note:** Version bump only for package @cirocfc/yet-another-prettier-config | ||
## [0.0.1-alpha.2](https://github.com/cirocfc/yet-another/compare/@cirocfc/yet-another-prettier-config@0.0.1-alpha.0...@cirocfc/yet-another-prettier-config@0.0.1-alpha.2) (2020-04-04) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@cirocfc/yet-another-prettier-config", | ||
"description": "Yet Another: Prettier Config", | ||
"version": "0.0.1-alpha.2", | ||
"version": "0.0.1-alpha.3", | ||
"main": "src/index.js", | ||
@@ -18,3 +18,3 @@ "author": "Ciro Ferreira da Cruz <ciro.cfc@gmail.com>", | ||
"license": "MIT", | ||
"gitHead": "6d393af9fe6cde88a9debee7797f700d00b35641" | ||
"gitHead": "a6da0d50db3d748e83354da031710dd7162b7b78" | ||
} |
@@ -6,3 +6,6 @@ // @ts-check | ||
endOfLine: 'lf', | ||
jsxBracketSameLine: true, | ||
jsxSingleQuote: false, | ||
printWidth: 120, | ||
quoteProps: 'as-needed', | ||
semi: true, | ||
@@ -12,2 +15,4 @@ singleQuote: true, | ||
trailingComma: 'all', | ||
useTabs: false, | ||
vueIndentScriptAndStyle: true, | ||
}; |
7509
16