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

Update .eslintrc.js

parent c01a03f3
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ module.exports = {
'no-param-reassign': ['warn'],
'no-constant-condition': ['warn'],
'no-empty-pattern': ['warn'],
'@typescript-eslint/no-unnecessary-condition': ['error'],
'@typescript-eslint/no-unnecessary-condition': ['warn'],
'@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