Christian Kahlau
hace 3 años
Se han
modificado 1 ficheros con
9 adiciones y
9 borrados
-
9
9
.prettierrc.js
|
|
@@ -1,10 +1,10 @@
|
|
|
module.exports = {
|
|
|
- arrowParens: 'avoid',
|
|
|
- bracketSpacing: true,
|
|
|
- endOfLine: 'lf',
|
|
|
- printWidth: 150,
|
|
|
- singleQuote: true,
|
|
|
- semi: true,
|
|
|
- tabWdith: 2,
|
|
|
- trailingComma: "none"
|
|
|
-};
|
|
|
+ arrowParens: 'avoid',
|
|
|
+ bracketSpacing: true,
|
|
|
+ endOfLine: 'lf',
|
|
|
+ printWidth: 150,
|
|
|
+ singleQuote: true,
|
|
|
+ semi: true,
|
|
|
+ tabWidth: 2,
|
|
|
+ trailingComma: 'none'
|
|
|
+};
|