Files
onedark.vim/.prettierrc
Josh Dick d954737e00 chore(build): Build/linting infrastructure updates. (#276)
* Move npm/linting config files to root directory
* Apply prettier/eslint autofixes
* Update CONTRIBUTING.md
2021-07-11 19:19:55 -04:00

7 lines
100 B
Plaintext

{
"arrowParens": "avoid",
"printWidth": 120,
"singleQuote": true,
"trailingComma": "none"
}