balena-supervisor/.lintstagedrc

12 lines
180 B
Plaintext
Raw Normal View History

{
"*.ts": [
"balena-lint --typescript --fix",
],
"*.js": [
"balena-lint --typescript --fix",
],
"test/**/*.ts": [
"balena-lint --typescript --no-prettier --tests"
],
}