Skip to content

Commit

Permalink
Reverting camelCase rule for ui package
Browse files Browse the repository at this point in the history
  • Loading branch information
pmakode-akamai committed Nov 27, 2024
1 parent fea86fb commit dca7616
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions packages/ui/.changeset/pr-11330-removed-1732610924875.md

This file was deleted.

1 change: 1 addition & 0 deletions packages/ui/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/interface-name-prefix": "off",
"array-callback-return": "error",
"camelcase": ["warn", { "properties": "always" }],
"comma-dangle": "off",
"curly": "warn",
"no-unused-vars": [
Expand Down

0 comments on commit dca7616

Please sign in to comment.