Skip to content

Commit bcaf487

Browse files
authored
Merge pull request #45 from ice-lab/release-next
Release 1.1.0
2 parents a4415d3 + 8dcfcb6 commit bcaf487

37 files changed

+1401
-682
lines changed

.eslintrc.js

+6-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ const jsRules = deepmerge(eslint, {
1616
const tsRules = deepmerge(tslint, {
1717
rules: {
1818
...commonRules,
19-
'@typescript-eslint/explicit-function-return-type': ['warn', {
20-
allowTypedFunctionExpressions: true,
21-
}],
19+
'@typescript-eslint/explicit-function-return-type': [
20+
'warn',
21+
{
22+
allowTypedFunctionExpressions: true,
23+
},
24+
],
2225
},
2326
});
2427

0 commit comments

Comments
 (0)