-
-
Notifications
You must be signed in to change notification settings - Fork 387
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
Rule proposal: prefer-dataset
#166
Labels
enhancement
π Rewarded on Issuehunt
This issue has been rewarded on Issuehunt
good for beginner
help wanted
Comments
@sindresorhus how can I get started with this? |
if @lexcorp16 has not started, I would like to get started with this @sindresorhus . |
@issuehuntfest has funded $60.00 to this issue. See it on IssueHunt |
Merged
Repository owner
deleted a comment from
EROPLM
May 21, 2019
@sindresorhus has rewarded $54.00 to @amedora. See it on IssueHunt
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
π Rewarded on Issuehunt
This issue has been rewarded on Issuehunt
good for beginner
help wanted
Prefer the
.dataset
property on DOM elements over usingsetAttribute
.We would detect
setAttribute
and that the string starts withdata-
.Examples
The text was updated successfully, but these errors were encountered: