Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Theming] Convert Components (Part III) #476

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
}
],
"no-use-before-define": "off",
"object-curly-newline": [
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll want to update eslint-config-curology eventually, and/or add eslint-plugin-prettier since --fix overwrites our prettier rules, which typically occurs with 4 imports being broken into multiple lines even though the character limit does not exceeded our prettier settings.

"warn",
{
"ObjectPattern": { "multiline": false }
}
],
"react/jsx-filename-extension": [
"warn",
{
Expand Down
Loading