Skip to content

Commit

Permalink
Add new rule flowtype/quotes (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnzlml committed Apr 13, 2021
1 parent 87405b6 commit 6df206e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 6df206e

Please sign in to comment.