diff --git a/README.md b/README.md index 59b933a..4855ae9 100644 --- a/README.md +++ b/README.md @@ -657,7 +657,7 @@ eslint-config-prettier has been tested with: - prettier 2.2.1 - @typescript-eslint/eslint-plugin 4.15.2 - eslint-plugin-babel 5.3.1 -- eslint-plugin-flowtype 5.3.1 +- eslint-plugin-flowtype 5.7.0 - eslint-plugin-prettier 3.3.1 - eslint-plugin-react 7.22.0 - eslint-plugin-standard 4.0.2 diff --git a/index.js b/index.js index 021c32a..d1163bd 100644 --- a/index.js +++ b/index.js @@ -113,6 +113,7 @@ module.exports = { "flowtype/generic-spacing": "off", "flowtype/object-type-curly-spacing": "off", "flowtype/object-type-delimiter": "off", + "flowtype/quotes": "off", "flowtype/semi": "off", "flowtype/space-after-type-colon": "off", "flowtype/space-before-generic-bracket": "off", diff --git a/package-lock.json b/package-lock.json index e0a2c65..9205891 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2872,9 +2872,9 @@ } }, "eslint-plugin-flowtype": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.3.1.tgz", - "integrity": "sha512-mziJD+zw+VTwLtF9qLIxYac0GJCbSEDyqMLP5ENzQeNY5EOxbAfitMFLo+UItjYOISQdh1BCobwE2d4i1o+9Rw==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.7.0.tgz", + "integrity": "sha512-6Oa0D6kq3PGwJvivrLNSgeiPN/ftPkRvhbeHWoXUEGQ+ZugerSJvoMDSCc9dZa4R691b/eLXpx8dyMSZM1Tc4w==", "dev": true, "requires": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index e643353..7336dea 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint-config-google": "0.14.0", "eslint-find-rules": "3.6.1", "eslint-plugin-babel": "5.3.1", - "eslint-plugin-flowtype": "5.3.1", + "eslint-plugin-flowtype": "5.7.0", "eslint-plugin-prettier": "3.3.1", "eslint-plugin-react": "7.22.0", "eslint-plugin-standard": "4.0.2",