Skip to content

Commit

Permalink
Merge d0937fa into 08c2267
Browse files Browse the repository at this point in the history
  • Loading branch information
skeggse committed Feb 27, 2020
2 parents 08c2267 + d0937fa commit f0eda25
Show file tree
Hide file tree
Showing 5 changed files with 684 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
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" } }
]
}
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
*.js.flow linguist-language=js

0 comments on commit f0eda25

Please sign in to comment.