Skip to content

Commit

Permalink
Merge pull request #45 from ice-lab/release-next
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
ClarkXia authored Aug 25, 2021
2 parents a4415d3 + 8dcfcb6 commit bcaf487
Show file tree
Hide file tree
Showing 37 changed files with 1,401 additions and 682 deletions.
9 changes: 6 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ const jsRules = deepmerge(eslint, {
const tsRules = deepmerge(tslint, {
rules: {
...commonRules,
'@typescript-eslint/explicit-function-return-type': ['warn', {
allowTypedFunctionExpressions: true,
}],
'@typescript-eslint/explicit-function-return-type': [
'warn',
{
allowTypedFunctionExpressions: true,
},
],
},
});

Expand Down
Loading

0 comments on commit bcaf487

Please sign in to comment.