File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2727 "import/no-duplicates" : " error" ,
2828 "import/no-unresolved" : " off" ,
2929 "import/order" : " off" ,
30- "simple-import-sort/imports" : " error"
30+ "simple-import-sort/imports" : " error" ,
31+ "no-restricted-syntax" : [
32+ " error" ,
33+ {
34+ "selector" : " CallExpression[callee.property.name='push'] > SpreadElement.arguments" ,
35+ "message" : " Do not use spread arguments in Array.push"
36+ }
37+ ]
3138 }
3239}
Original file line number Diff line number Diff line change 1616** Note** : A feature tagged as Experimental is in a
1717high state of flux, you're at risk of it changing without notice.
1818
19+ # 2.16.5
20+
21+ ** Polish**
22+
23+ Resolved a RangeError where the maximum call stack size was exceeded when invoking ` chainWithIndex ` , #1931
24+
1925# 2.16.4
2026
2127** Polish**
Original file line number Diff line number Diff line change 11{
22 "name" : " fp-ts" ,
3- "version" : " 2.16.4 " ,
3+ "version" : " 2.16.5 " ,
44 "description" : " Functional programming in TypeScript" ,
55 "main" : " ./lib/index.js" ,
66 "module" : " ./es6/index.js" ,
You can’t perform that action at this time.
0 commit comments