Files
retry/.config/.prettierrc.yml
Nick Fields 3dad7de805 Setup prettier and eslint and run pre-commit (#86)
* patch: setup prettier

* patch: move .commitlintrc.js to .config

* patch: config lint-staged and update husky

* patch: configure eslint as well
2022-08-03 02:47:32 +00:00

6 lines
78 B
YAML

trailingComma: 'es5'
tabWidth: 2
semi: true
singleQuote: true
printWidth: 100