balena-supervisor/.lintstagedrc
Miguel Casqueira 466c7999db Remove CoffeeScript tests and all CoffeeScript tools
Closes: #1318
Change-Type: patch
Signed-off-by: Miguel Casqueira <miguel@balena.io>
2020-05-15 13:01:51 -04:00

12 lines
180 B
Plaintext

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