1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2025-03-03 02:59:05 +07:00
Ivan c82240598b
Add and configure ESLint and update configuration for Prettier ()
* Apply ESLint config and update Prettier

* Update dependencies and rebuild

* Update docs
2023-03-09 14:43:05 +02:00

6 lines
85 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run format
npm run lint:fix