Skip to content

Commit abf3ba1

Browse files
committed
Update npm packages and add flowtype/object-type-curly-spacing
1 parent 0fd5734 commit abf3ba1

File tree

4 files changed

+50
-49
lines changed

4 files changed

+50
-49
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -655,9 +655,9 @@ eslint-config-prettier has been tested with:
655655
- eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
656656
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
657657
- prettier 2.2.1
658-
- @typescript-eslint/eslint-plugin 4.15.1
658+
- @typescript-eslint/eslint-plugin 4.15.2
659659
- eslint-plugin-babel 5.3.1
660-
- eslint-plugin-flowtype 5.2.2
660+
- eslint-plugin-flowtype 5.3.1
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
@@ -111,6 +111,7 @@ module.exports = {
111111
"flowtype/boolean-style": "off",
112112
"flowtype/delimiter-dangle": "off",
113113
"flowtype/generic-spacing": "off",
114+
"flowtype/object-type-curly-spacing": "off",
114115
"flowtype/object-type-delimiter": "off",
115116
"flowtype/semi": "off",
116117
"flowtype/space-after-type-colon": "off",

package-lock.json

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

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"build": "node scripts/build.js"
1515
},
1616
"devDependencies": {
17-
"@typescript-eslint/eslint-plugin": "4.15.1",
18-
"@typescript-eslint/parser": "4.15.1",
17+
"@typescript-eslint/eslint-plugin": "4.15.2",
18+
"@typescript-eslint/parser": "4.15.2",
1919
"babel-eslint": "10.1.0",
2020
"doctoc": "2.0.0",
2121
"eslint": "7.20.0",
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.2.2",
25+
"eslint-plugin-flowtype": "5.3.1",
2626
"eslint-plugin-prettier": "3.3.1",
2727
"eslint-plugin-react": "7.22.0",
2828
"eslint-plugin-standard": "4.0.2",
@@ -32,6 +32,6 @@
3232
"prettier": "2.2.1",
3333
"replace": "1.2.0",
3434
"rimraf": "3.0.2",
35-
"typescript": "4.1.5"
35+
"typescript": "4.2.2"
3636
}
3737
}

0 commit comments

Comments
 (0)