Add flat and flatMap.

This commit is contained in:
David Braun 2019-04-24 09:27:01 -04:00
parent e9023771cc
commit 6b1c55cff3
No known key found for this signature in database
GPG key ID: 87EC41ADF710B7E2
5 changed files with 129 additions and 62 deletions

View file

@ -5,7 +5,7 @@ module.exports = {
node: true
},
parserOptions: {
ecmaVersion: 2017
ecmaVersion: 2018
},
rules: {
quotes: ["error", "backtick"],