Skip to content

Commit 15f82ba

Browse files
authored
fix: add explicit function return types (#2)
1 parent a96294c commit 15f82ba

File tree

3 files changed

+1926
-516
lines changed

3 files changed

+1926
-516
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@
7878
"eslintConfig": {
7979
"extends": [
8080
"lunde"
81-
]
81+
],
82+
"rules": {
83+
"@typescript-eslint/explicit-function-return-type": "warn"
84+
}
8285
},
8386
"eslintIgnore": [
8487
"node_modules",

0 commit comments

Comments
 (0)