Skip to content

Commit

Permalink
Fix eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Cobb Jung committed Aug 25, 2020
1 parent 5418bdd commit 3c6ae41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
],
"@typescript-eslint/type-annotation-spacing": ["warn", { "before": false, "after": true, "overrides": { "colon": { "before": true, "after": true }, "arrow": { "before": true, "after": true } } }],
'arrow-parens': ['error', 'as-needed'],
"arrow-parens": ["warn", "as-needed"],
"no-nested-ternary": "off",
"no-unused-expressions": "off",
"no-unused-vars": "off",
Expand Down

0 comments on commit 3c6ae41

Please sign in to comment.