Skip to content

Commit

Permalink
πŸ“¦ Chore: μ‚¬μš©ν•˜μ§€ μ•ŠλŠ” λ³€μˆ˜ μ—λŸ¬ κ·œμΉ™ μΆ”κ°€
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-paik committed Nov 6, 2023
1 parent 1d38a8f commit 836966a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": ["react-app", "react-app/jest", "prettier"],
"rules": {
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"linebreak-style": 0
"linebreak-style": 0,
"no-unused-vars": "off"
}
}

0 comments on commit 836966a

Please sign in to comment.