From 5167ce9634408ba2340fa20836ba3b43a93afc3d Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Wed, 5 Jan 2022 13:46:27 +0530 Subject: [PATCH] chore: update lint staged config (#1405) --- 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"], };