Install husky and prettier to format staged files
This commit is contained in:
+2
-4
@@ -1,6 +1,4 @@
|
||||
module.exports = {
|
||||
bracketSpacing: false,
|
||||
jsxBracketSameLine: true,
|
||||
singleQuote: true,
|
||||
trailingComma: 'all',
|
||||
};
|
||||
semi: false,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user