Files
solana-agent-kit/.lintstagedrc
2025-01-08 22:43:27 +05:30

6 lines
61 B
Plaintext

{
"**/*.+(ts|tsx)": [
"eslint . --ext .ts --fix"
]
}