Skip to content

Commit

Permalink
🔧 #17 - injectGlobal method를 위해 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
taeuk-gang committed Oct 1, 2019
1 parent 656d9ac commit bef4d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ module.exports = {
"no-throw-literal": 1,
// 루프 탈출
"no-unmodified-loop-condition": 1,
"no-unused-expressions": [1, {"allowTernary": true}],
"no-unused-expressions": [1, {"allowTernary": true, "allowTaggedTemplates": true}],
"no-unused-labels": 1,
"no-useless-call": 1,
// "no-useless-catch": 1,
Expand Down

0 comments on commit bef4d03

Please sign in to comment.