Skip to content

Commit

Permalink
Merge pull request #58 from BCSDLab/feature/lint
Browse files Browse the repository at this point in the history
[공통] lint rule 수정
  • Loading branch information
ChoiWonBeen authored Jan 8, 2024
2 parents c05c6c5 + 21a01de commit a6a0d59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
"required": {
"some": ["nesting", "id"]
}
}]
}],
"linebreak-style":"off",
"import/prefer-default-export": "off"
},
"settings": {
"import/resolver": {
Expand Down

0 comments on commit a6a0d59

Please sign in to comment.