Install husky and prettier to format staged files

This commit is contained in:
Lisa
2021-09-19 14:11:59 +00:00
committed by Sofiya Tepikin
parent 50d01cbaa4
commit 3625d5a4bb
4 changed files with 14 additions and 25 deletions
+2 -4
View File
@@ -1,6 +1,4 @@
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
};
semi: false,
}