From 338370fa541d1c97cf4bc0052a2f959916627c6b Mon Sep 17 00:00:00 2001 From: Claudio Alcantara Date: Mon, 22 Feb 2021 06:50:37 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20allow=20lint-staged=20wor?= =?UTF-8?q?ks=20with=20.mjs=20files=20(#1238)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a32dbb..e1d373f 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "prettier": "^2.2.1" }, "lint-staged": { - "*.{js,json,md,css}": [ + "*.{mjs,js,json,md,css}": [ "prettier --write" ] },