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"] }