balena-supervisor/.lintstagedrc
Cameron Diver 2433f9a343 🔧 Update resin-lint -> balena-lint in lintstaged
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2020-03-30 18:35:15 +01:00

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"
],
}