balena-supervisor/.lintstagedrc
Cameron Diver aa3d02b3a9 Don't skip linting of webpack.conf.js
Signed-off-by: Cameron Diver <cameron@balena.io>
2020-04-13 10:07:17 +01:00

18 lines
266 B
Plaintext

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