From 99d4e8704ac5d74040c9ffa60dbce44cf423f865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Schmitz?= Date: Wed, 18 May 2022 16:00:25 -0300 Subject: [PATCH] chore: adjust lint-staged scripts (#509) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c1b8a85b6..6db36693f 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ }, "lint-staged": { "./src/**/*.{ts,js,jsx,tsx}": [ - "yarn lint --fix", - "yarn format" + "eslint --ignore-path .gitignore --fix", + "prettier --ignore-path .gitignore --write" ] }, "dependencies": {