cheminfo / tools

CLI tools to help cheminfo developers
MIT License
2 stars 3 forks source link

add Prettier config to package.json templates #225

Closed targos closed 4 years ago

targos commented 5 years ago
"prettier": {
    "arrowParens": "always",
    "semi": true,
    "singleQuote": true,
    "tabWidth": 2
  },
lpatiny commented 5 years ago

I was not aware of this preference in package.json. I need to update couple of my projects thanks.

targos commented 5 years ago

For yourself I recommend to have it in your global config. This is for external collaborators