@makerx/prettier-config
Advanced tools
+8
-8
| module.exports = { | ||
| "singleQuote": true, | ||
| "jsxSingleQuote": true, | ||
| "semi": false, | ||
| "tabWidth": 2, | ||
| "trailingComma": "all", | ||
| "printWidth": 140, | ||
| "endOfLine": "lf", | ||
| "arrowParens": "always" | ||
| singleQuote: true, | ||
| jsxSingleQuote: false, | ||
| semi: false, | ||
| tabWidth: 2, | ||
| trailingComma: 'all', | ||
| printWidth: 140, | ||
| endOfLine: 'lf', | ||
| arrowParens: 'always', | ||
| } |
+1
-1
| { | ||
| "name": "@makerx/prettier-config", | ||
| "version": "1.0.1", | ||
| "version": "2.0.0", | ||
| "main": "index.js" | ||
| } |
345
-3.9%