Skip to content
Snippets Groups Projects
Unverified Commit 4ff49b0a authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update .eslintrc.js

parent 2bf63b15
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ module.exports = {
'no-param-reassign': ['warn'],
'no-constant-condition': ['warn'],
'no-empty-pattern': ['warn'],
'@typescript-eslint/no-unnecessary-condition': ['error'],
'@typescript-eslint/no-inferrable-types': ['warn'],
'@typescript-eslint/no-non-null-assertion': ['warn'],
'@typescript-eslint/explicit-function-return-type': ['warn'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment