From 3ff3077a532cb189342d7f1c3acefda625bd2305 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Thu, 6 Jan 2022 17:38:56 +0530 Subject: [PATCH] chore: update dependencies to the latest version --- lint-staged.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lint-staged.config.js b/lint-staged.config.js index 9c6553f7..3283cfb9 100644 --- a/lint-staged.config.js +++ b/lint-staged.config.js @@ -1,4 +1,4 @@ module.exports = { - "*.js": ["prettier --write", "eslint --fix"], - "*.{json,md,yml,css,ts}": ["prettier --write"], + "*": ["prettier --write --ignore-unknown"], + "*.js": ["eslint --cache --fix"], };