From 4123dd323b89ecf8f9ddc2e032d3698653a403bd Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Wed, 5 Jan 2022 13:20:38 +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 ea206c9..3283cfb 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"], };