UNPKG

94 Bapplication/x-shView Raw
1# Format code.
2prettier --write 'src/**/*.ts{,x}'
3
4# Lint.
5eslint 'src/**/*.ts{,x}' --fix $@
6