Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit f9c21b0

Browse files
chore: upgrade eslint-plugin-flowtype to 3.1.4
1 parent 5eb9fd9 commit f9c21b0

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Vladimir Vanek <[email protected]>"
1616
],
1717
"dependencies": {
18-
"eslint-plugin-flowtype": "^3.0.0",
18+
"eslint-plugin-flowtype": "^3.1.4",
1919
"eslint-plugin-import": "^2.14.0",
2020
"eslint-plugin-jsx-a11y": "^6.1.2",
2121
"eslint-plugin-mocha": "^5.2.0",

unused.js

+4
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ module.exports = {
180180
// Unused, not sure about its benefits and probably too restrictive.
181181
'no-mutable-array': 0,
182182

183+
// Require to make a type alias for all union and intersection types
184+
// Unused, too restrictive.
185+
'flowtype/require-compound-type-alias': 0,
186+
183187
// Enforces sorting of Object annotations.
184188
// This rule mirrors ESlint's sort-keys rule.
185189
'flowtype/sort-keys': 0,

0 commit comments

Comments
 (0)