From 2433f9a343d26233fff3d5bed14a548feded23ad Mon Sep 17 00:00:00 2001 From: Cameron Diver Date: Mon, 30 Mar 2020 18:35:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20resin-lint=20->=20balen?= =?UTF-8?q?a-lint=20in=20lintstaged?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-type: patch Signed-off-by: Cameron Diver --- .lintstagedrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.lintstagedrc b/.lintstagedrc index 0285f596..fb95c24e 100644 --- a/.lintstagedrc +++ b/.lintstagedrc @@ -1,17 +1,17 @@ { "*.coffee": [ - "resin-lint" + "balena-lint" ], "*.ts": [ - "resin-lint --typescript --fix", + "balena-lint --typescript --fix", ], "*!(*webpack.config).js": [ - "resin-lint --typescript --fix", + "balena-lint --typescript --fix", ], "test/**/*.coffee": [ - "resin-lint --tests" + "balena-lint --tests" ], "test/**/*.ts": [ - "resin-lint --typescript --no-prettier --tests" + "balena-lint --typescript --no-prettier --tests" ], }