2018-11-02 14:16:02 +00:00
|
|
|
{
|
|
|
|
"*.coffee": [
|
2020-03-30 17:35:15 +00:00
|
|
|
"balena-lint"
|
2018-11-02 14:16:02 +00:00
|
|
|
],
|
2020-03-24 14:21:17 +00:00
|
|
|
"*.ts": [
|
2020-03-30 17:35:15 +00:00
|
|
|
"balena-lint --typescript --fix",
|
2020-03-24 14:21:17 +00:00
|
|
|
],
|
|
|
|
"*!(*webpack.config).js": [
|
2020-03-30 17:35:15 +00:00
|
|
|
"balena-lint --typescript --fix",
|
2018-11-02 14:16:02 +00:00
|
|
|
],
|
2019-07-05 10:59:44 +00:00
|
|
|
"test/**/*.coffee": [
|
2020-03-30 17:35:15 +00:00
|
|
|
"balena-lint --tests"
|
2019-07-05 10:59:44 +00:00
|
|
|
],
|
|
|
|
"test/**/*.ts": [
|
2020-03-30 17:35:15 +00:00
|
|
|
"balena-lint --typescript --no-prettier --tests"
|
2019-07-05 10:59:44 +00:00
|
|
|
],
|
2018-11-02 14:16:02 +00:00
|
|
|
}
|