Browse Source

prettier config arrowParens: 'always'

Mokhtar Naamani 4 years ago
parent
commit
60e74961a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      devops/prettier-config/index.js

+ 1 - 1
devops/prettier-config/index.js

@@ -1,6 +1,6 @@
 module.exports = {
   singleQuote: true,
-  arrowParens: 'avoid',
+  arrowParens: 'always',
   useTabs: false,
   tabWidth: 2,
   semi: false,