mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
2433f9a343
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
18 lines
284 B
Plaintext
18 lines
284 B
Plaintext
{
|
|
"*.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"
|
|
],
|
|
}
|