Skip to content

Commit

Permalink
[mod] camelCase off 로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hyejungg authored Jan 30, 2022
1 parent 505b35d commit aec55dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sourceType": "module"
},
"rules": {
"camelCase" : "warn",
"camelCase" : "off",
"prettier/prettier": "error",
"no-unused-vars": "warn",
"no-bitwise": "off",
Expand All @@ -30,4 +30,4 @@
"ignorePatterns": [
"node_modules/"
]
}
}

0 comments on commit aec55dc

Please sign in to comment.