Skip to content

Commit

Permalink
Dropping usage of weighted-random library in favor of a local function
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarsmpio committed Apr 20, 2019
1 parent 172323f commit 523b056
Show file tree
Hide file tree
Showing 7 changed files with 3,585 additions and 904 deletions.
15 changes: 8 additions & 7 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"extends": "airbnb",
"env": {
"browser": true
},
"rules": {
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }]
}
"extends": ["airbnb", "prettier"],
"env": {
"browser": true
},
"rules": {
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"func-names": "off"
}
}
Loading

0 comments on commit 523b056

Please sign in to comment.