From ae4a841157eb52e8fbbccfd2b6b62bb52b8b162a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Schmitz?= Date: Tue, 10 May 2022 18:24:18 -0300 Subject: [PATCH 1/2] chore: adjust lint-staged scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e9ca8a7a..e2add00c 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ }, "lint-staged": { "./src/**/*.{ts,js,jsx,tsx}": [ - "yarn lint --fix", - "yarn format" + "eslint --ignore-path .gitignore --fix", + "prettier --ignore-path .gitignore --write" ] }, "dependencies": { From 4f491a9f7a6675cdd36dbfb9cf0f118326878523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Schmitz?= Date: Tue, 10 May 2022 18:24:42 -0300 Subject: [PATCH 2/2] chore: update index.tsx --- src/pages/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index cf50969f..57cdb362 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -22,11 +22,9 @@ export default function Home() {

Get started by editing{` `} - pages/index.tsx + src/pages/index.tsx

-

This is not an official starter!

-

Documentation →