Skip to content

Commit

Permalink
Merge 0bc79f8 into 08c2267
Browse files Browse the repository at this point in the history
  • Loading branch information
skeggse committed Feb 25, 2020
2 parents 08c2267 + 0bc79f8 commit d0c0de2
Show file tree
Hide file tree
Showing 4 changed files with 628 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"no-var": "error",
"prefer-const": "error"
},
"overrides": [{ "files": ["test/**/*.js"], "parserOptions": { "ecmaVersion": 2018 } }]
"overrides": [
{ "files": ["test/**/*.js"], "parserOptions": { "ecmaVersion": 2018 } },
{ "files": ["index.js.flow"], "parser": "babel-eslint", "rules": { "no-unused-vars": "off" } }
]
}
Loading

0 comments on commit d0c0de2

Please sign in to comment.