balena-supervisor/.lintstagedrc

18 lines
266 B
Plaintext
Raw Normal View History

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