Skip to content

Commit

Permalink
Merge 3d45bc2 into 280c91f
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater authored May 2, 2020
2 parents 280c91f + 3d45bc2 commit 445a541
Show file tree
Hide file tree
Showing 11 changed files with 530 additions and 520 deletions.
7 changes: 4 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"array-element-newline": [
1,
{
"multiline": true,
"minItems": 12
"multiline": false,
"minItems": 6
}
],
"no-magic-numbers": 0,
Expand Down Expand Up @@ -117,7 +117,8 @@
{
"caseSensitive": false
}
]
],
"prefer-named-capture-group": 0
},
"overrides": [
{
Expand Down
Loading

0 comments on commit 445a541

Please sign in to comment.