feat: Setup eslint and prettier

This commit is contained in:
Faruk AYDIN
2022-01-14 17:30:23 +03:00
committed by Ali BARIN
parent 6ad92b60e3
commit a831bf1673
7 changed files with 258 additions and 12 deletions

3
.prettierrc.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
singleQuote: true,
};