Created
June 2, 2018 21:34
-
-
Save joma74/040c0652b63a2f41b61ee44067889464 to your computer and use it in GitHub Desktop.
Technical House Keeping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !TechnicalHouseKeeping |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // .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