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

Feature: (sort css static class and className) #107

Open
2 tasks done
mr-mad-e opened this issue Feb 21, 2024 · 0 comments
Open
2 tasks done

Feature: (sort css static class and className) #107

mr-mad-e opened this issue Feb 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mr-mad-e
Copy link

Describe the rule

<template>
  <!-- ✓ GOOD -->
  <div class="a b"></div>

  <!-- ✗ BAD -->
  <div class="b a"></div>
</template>

Code example

https://eslint.vuejs.org/rules/static-class-names-order
https://www.npmjs.com/package/eslint-plugin-react-classname-sort

Additional comments

should support both class and className

Validations

  • Read the docs.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
@mr-mad-e mr-mad-e added the enhancement New feature or request label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant