Skip to content

Commit

Permalink
Disable camelcase for larva eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
nayeonk committed Jun 4, 2024
1 parent eb32d6e commit 06754b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/larva/scripts/config/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"**/*.js"
],
"rules": {
"import/no-unresolved": "off"
"import/no-unresolved": "off",
"camelcase": "off"
}
} ],
"root": true
Expand Down

0 comments on commit 06754b8

Please sign in to comment.