From c2d302568caf33ca6e98b3ae7f51aca8ea200797 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 26 Apr 2023 00:12:10 +0200 Subject: [PATCH] fix: revert schema usage for linted-staged: no supported MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .lintstagedrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.lintstagedrc.json b/.lintstagedrc.json index c8469cdd..88f2a228 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,5 +1,4 @@ { - "$schema": "https://json.schemastore.org/lintstagedrc.schema", "{src,test}/**/*.{ts,tsx}": ["prettier --cache --write", "eslint --cache --fix"], "**/*.{json,md,yml,yaml}": ["prettier --cache --write"], "**/*.{js,jsx,mjs,cjs}": ["prettier --cache --write", "eslint --cache --fix"] -- 2.34.1