Skip to content

Commit

Permalink
i like req and res
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpapa committed Sep 12, 2019
1 parent 2d750fe commit e205b13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -9,6 +9,7 @@
"semi": ["error", "always"],
"quotes": ["error", "single"],
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-explicit-any": "off"
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "off"
}
}

0 comments on commit e205b13

Please sign in to comment.