@rubriclab/prettier-config
Advanced tools
+10
| export default { | ||
| arrowParens: "always", | ||
| bracketSameLine: false, | ||
| printWidth: 100, | ||
| semi: false, | ||
| singleQuote: true, | ||
| tabWidth: 2, | ||
| trailingComma: "none", | ||
| useTabs: true, | ||
| }; |
+6
-0
| # @rubriclab/prettier-config | ||
| ## 0.0.2 | ||
| ### Patch Changes | ||
| - bump configs | ||
| ## 0.0.1 | ||
@@ -4,0 +10,0 @@ |
+2
-2
| { | ||
| "name": "@rubriclab/prettier-config", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "license": "MIT", | ||
| "main": "index.mjs", | ||
| "main": "index.js", | ||
| "publishConfig": { | ||
@@ -7,0 +7,0 @@ "access": "public" |
-10
| export default { | ||
| arrowParens: "always", | ||
| bracketSameLine: false, | ||
| printWidth: 100, | ||
| semi: false, | ||
| singleQuote: true, | ||
| tabWidth: 2, | ||
| trailingComma: "none", | ||
| useTabs: true, | ||
| }; |
500
9.65%