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

deprecations: fixup instances of no-inline-styles #1976

Merged
merged 1 commit into from
Apr 25, 2022
Merged

deprecations: fixup instances of no-inline-styles #1976

merged 1 commit into from
Apr 25, 2022

Conversation

geneukum
Copy link
Contributor

Description

ember-template-lint's no-inline-styles rule forbids using inline styles
as they are often harder to maintain and can make the overall size of
the project bigger. It recommends using css classes instead.

Let's fixup any instances of this issue in the codebase and then
re-enable the rule in our template-lintrc so that the linter will help
us avoid adding more instances of this in the future.

Screenshots

n/a

ember-template-lint's no-inline-styles rule forbids using inline styles
as they are often harder to maintain and can make the overall size of
the project bigger. It recommends using css classes instead.

Let's fixup any instances of this issue in the codebase and then
re-enable the rule in our template-lintrc so that the linter will help
us avoid adding more instances of this in the future.
@RobbieTheWagner RobbieTheWagner merged commit 85bf4e2 into emberjs:master Apr 25, 2022
@geneukum geneukum deleted the fixup-no-inline-styles-deprecations branch April 25, 2022 14:43
patricklx pushed a commit to patricklx/ember-inspector that referenced this pull request Sep 19, 2022
ember-template-lint's no-inline-styles rule forbids using inline styles
as they are often harder to maintain and can make the overall size of
the project bigger. It recommends using css classes instead.

Let's fixup any instances of this issue in the codebase and then
re-enable the rule in our template-lintrc so that the linter will help
us avoid adding more instances of this in the future.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants