Skip to content

Commit 6df206e

Browse files
authored
Add new rule flowtype/quotes (#184)
1 parent 87405b6 commit 6df206e

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ eslint-config-prettier has been tested with:
657657
- prettier 2.2.1
658658
- @typescript-eslint/eslint-plugin 4.15.2
659659
- eslint-plugin-babel 5.3.1
660-
- eslint-plugin-flowtype 5.3.1
660+
- eslint-plugin-flowtype 5.7.0
661661
- eslint-plugin-prettier 3.3.1
662662
- eslint-plugin-react 7.22.0
663663
- eslint-plugin-standard 4.0.2

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ module.exports = {
113113
"flowtype/generic-spacing": "off",
114114
"flowtype/object-type-curly-spacing": "off",
115115
"flowtype/object-type-delimiter": "off",
116+
"flowtype/quotes": "off",
116117
"flowtype/semi": "off",
117118
"flowtype/space-after-type-colon": "off",
118119
"flowtype/space-before-generic-bracket": "off",

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
@@ -22,7 +22,7 @@
2222
"eslint-config-google": "0.14.0",
2323
"eslint-find-rules": "3.6.1",
2424
"eslint-plugin-babel": "5.3.1",
25-
"eslint-plugin-flowtype": "5.3.1",
25+
"eslint-plugin-flowtype": "5.7.0",
2626
"eslint-plugin-prettier": "3.3.1",
2727
"eslint-plugin-react": "7.22.0",
2828
"eslint-plugin-standard": "4.0.2",

0 commit comments

Comments
 (0)