Skip to content

Instantly share code, notes, and snippets.

@joma74
Created June 2, 2018 21:34
Show Gist options
  • Select an option

  • Save joma74/040c0652b63a2f41b61ee44067889464 to your computer and use it in GitHub Desktop.

Select an option

Save joma74/040c0652b63a2f41b61ee44067889464 to your computer and use it in GitHub Desktop.
Technical House Keeping
!TechnicalHouseKeeping
// .prettier.rc
{
"arrowParens": "always",
"bracketSpacing": true,
"printWidth": 80,
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}
// package.json
"scripts": {
"js_frmt":
"./node_modules/.bin/prettier --config ${PWD}/.prettierrc --write './src/js/**/*.js'",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment