balena-supervisor/.lintstagedrc

18 lines
284 B
Plaintext
Raw Normal View History

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