From 85ee4651f507b7dbbbddd444f45a5537e848ae18 Mon Sep 17 00:00:00 2001 From: cedoor Date: Mon, 17 Jan 2022 14:51:28 +0100 Subject: [PATCH] style: format conf files with prettier --- .commitlintrc.json | 2 +- .lintstagedrc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.commitlintrc.json b/.commitlintrc.json index f4fbb7d..c30e5a9 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -1,3 +1,3 @@ { - "extends": ["@commitlint/config-conventional"] + "extends": ["@commitlint/config-conventional"] } diff --git a/.lintstagedrc.json b/.lintstagedrc.json index 9afe637..acbb84b 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,3 +1,3 @@ { - "**/*.{js,jsx,ts,tsx}": ["prettier --write", "eslint --fix"] + "**/*.{js,jsx,ts,tsx}": ["prettier --write", "eslint --fix"] }