File tree 4 files changed +50
-49
lines changed
4 files changed +50
-49
lines changed Original file line number Diff line number Diff line change @@ -655,9 +655,9 @@ eslint-config-prettier has been tested with:
655
655
- eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
656
656
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
657
657
- prettier 2.2.1
658
- - @typescript-eslint/eslint-plugin 4.15.1
658
+ - @typescript-eslint/eslint-plugin 4.15.2
659
659
- eslint-plugin-babel 5.3.1
660
- - eslint-plugin-flowtype 5.2.2
660
+ - eslint-plugin-flowtype 5.3.1
661
661
- eslint-plugin-prettier 3.3.1
662
662
- eslint-plugin-react 7.22.0
663
663
- eslint-plugin-standard 4.0.2
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ module.exports = {
111
111
"flowtype/boolean-style" : "off" ,
112
112
"flowtype/delimiter-dangle" : "off" ,
113
113
"flowtype/generic-spacing" : "off" ,
114
+ "flowtype/object-type-curly-spacing" : "off" ,
114
115
"flowtype/object-type-delimiter" : "off" ,
115
116
"flowtype/semi" : "off" ,
116
117
"flowtype/space-after-type-colon" : "off" ,
Original file line number Diff line number Diff line change 14
14
"build" : " node scripts/build.js"
15
15
},
16
16
"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 " ,
19
19
"babel-eslint" : " 10.1.0" ,
20
20
"doctoc" : " 2.0.0" ,
21
21
"eslint" : " 7.20.0" ,
22
22
"eslint-config-google" : " 0.14.0" ,
23
23
"eslint-find-rules" : " 3.6.1" ,
24
24
"eslint-plugin-babel" : " 5.3.1" ,
25
- "eslint-plugin-flowtype" : " 5.2.2 " ,
25
+ "eslint-plugin-flowtype" : " 5.3.1 " ,
26
26
"eslint-plugin-prettier" : " 3.3.1" ,
27
27
"eslint-plugin-react" : " 7.22.0" ,
28
28
"eslint-plugin-standard" : " 4.0.2" ,
32
32
"prettier" : " 2.2.1" ,
33
33
"replace" : " 1.2.0" ,
34
34
"rimraf" : " 3.0.2" ,
35
- "typescript" : " 4.1.5 "
35
+ "typescript" : " 4.2.2 "
36
36
}
37
37
}
You can’t perform that action at this time.
0 commit comments