From f79a6a4ccc9cb7f962a1b8f9dd3632928bc7ea64 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Wed, 5 Jan 2022 12:54:49 +0530 Subject: [PATCH] chore: update lint staged config --- lint-staged.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-staged.config.js b/lint-staged.config.js index ea206c9f..3283cfb9 100644 --- a/lint-staged.config.js +++ b/lint-staged.config.js @@ -1,4 +1,4 @@ module.exports = { "*": ["prettier --write --ignore-unknown"], - "*.{js}": ["eslint --cache --fix"], + "*.js": ["eslint --cache --fix"], };