Skip to content

Commit

Permalink
Merge a4bb3ca into 08c2267
Browse files Browse the repository at this point in the history
  • Loading branch information
skeggse committed Feb 28, 2020
2 parents 08c2267 + a4bb3ca commit 95bf9d6
Show file tree
Hide file tree
Showing 5 changed files with 739 additions and 8 deletions.
11 changes: 10 additions & 1 deletion .eslintrc
Expand Up @@ -13,5 +13,14 @@
"no-var": "error",
"prefer-const": "error"
},
"overrides": [{ "files": ["test/**/*.js"], "parserOptions": { "ecmaVersion": 2018 } }]
"overrides": [
{ "files": ["test/**/*.js"], "parserOptions": { "ecmaVersion": 2018 } },
{
"files": ["index.js.flow"],
"extends": ["plugin:flowtype/recommended", "prettier/flowtype"],
"parser": "babel-eslint",
"plugins": ["flowtype"],
"rules": { "no-unused-vars": "off" }
}
]
}
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
*.js.flow linguist-language=js

0 comments on commit 95bf9d6

Please sign in to comment.