chore: configure eslint and prettier

This commit is contained in:
Sat Naing
2022-10-16 20:38:46 +06:30
parent d6dd8185f2
commit 6fa8990f3d
3 changed files with 60 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"arrowParens": "avoid",
"semi": true,
"tabWidth": 2,
"printWidth": 80,
"singleQuote": false,
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"endOfLine": "lf"
}