Skip to content

Commit

Permalink
add import sorting and just line width for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mzrimsek committed Jun 15, 2021
1 parent e846b7d commit edf65eb
Show file tree
Hide file tree
Showing 16 changed files with 1,412 additions and 106 deletions.
6 changes: 6 additions & 0 deletions .importsortrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
".js, .ts": {
"style": "eslint",
"parser": "typescript"
}
}
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"printWidth": 100,
"printWidth": 80,
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
Expand Down
Loading

0 comments on commit edf65eb

Please sign in to comment.