Skip to content

Commit

Permalink
build fix (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sank2000 authored Jul 4, 2021
1 parent 848dd60 commit f29c20e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
"memberSyntaxSortOrder": ["none", "all", "multiple", "single"],
"allowSeparatedGroups": true
}
],
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
}
}

1 comment on commit f29c20e

@vercel
Copy link

@vercel vercel bot commented on f29c20e Jul 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.