mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2025-12-17 20:39:22 +00:00
add prettier and reformat all files
This commit is contained in:
7
.prettierrc.js
Normal file
7
.prettierrc.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
trailingComma: 'es5',
|
||||
tabWidth: 4,
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
endOfLine: 'auto',
|
||||
}
|
||||
Reference in New Issue
Block a user