Initial commit
This commit is contained in:
5
prettier.config.js
Normal file
5
prettier.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
printWidth: 125,
|
||||
trailingComma: 'all',
|
||||
singleQuote: true,
|
||||
};
|
||||
Reference in New Issue
Block a user