Skip to content

Commit

Permalink
fix: props parsing through regex due eslint es.parse issue
Browse files Browse the repository at this point in the history
  • Loading branch information
numandev1 committed Sep 14, 2021
1 parent 7427bd6 commit 219358e
Show file tree
Hide file tree
Showing 7 changed files with 564,782 additions and 1,819 deletions.
6 changes: 6 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
};
Loading

0 comments on commit 219358e

Please sign in to comment.