Skip to content

Commit

Permalink
feat(customizer): Added store customizer
Browse files Browse the repository at this point in the history
  • Loading branch information
tareq1988 committed Nov 25, 2020
1 parent 944cc89 commit b96e4b4
Show file tree
Hide file tree
Showing 18 changed files with 3,229 additions and 2,188 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ insert_final_newline = true
[*.md]
trim_trailing_whitespace = false

[{.jshintrc,*.json,*.yml}]
[{.jshintrc,*.json,*.yml,*.js}]
indent_style = space
indent_size = 2

Expand Down
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true
}
Loading

0 comments on commit b96e4b4

Please sign in to comment.