Skip to content

Commit

Permalink
[trivial] Updated linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido-Barnea committed Oct 21, 2023
1 parent 943ca59 commit 06cedbc
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 @@ -55,6 +55,7 @@
"ignoreStrings": true
}
],
"comma-dangle": ["error", "always-multiline"]
"comma-dangle": ["error", "always-multiline"],
"camelcase": ["error"]
}
}

0 comments on commit 06cedbc

Please sign in to comment.