Skip to content

Commit

Permalink
add typing as warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dimavedenyapin committed Sep 25, 2024
1 parent 11ea26c commit f02ac10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ module.exports = {
camelcase: "off",
"no-case-declarations": "off",
"no-await-in-loop": "off",
"@typescript-eslint/explicit-function-return-type": "warn",
"@typescript-eslint/explicit-module-boundary-types": "warn"
// TODO: enable
// "@typescript-eslint/no-floating-promises": "error"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peakflo/eslint-config",
"version": "1.0.0",
"version": "1.0.1",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
Expand Down

0 comments on commit f02ac10

Please sign in to comment.