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

"ignore" class function in README is incorrect #60

Open
bmgrimes opened this issue Mar 24, 2020 · 2 comments
Open

"ignore" class function in README is incorrect #60

bmgrimes opened this issue Mar 24, 2020 · 2 comments

Comments

@bmgrimes
Copy link

bmgrimes commented Mar 24, 2020

The README documentation for the class "ignore" function is incorrect. It should read:

ignore: {
  class (name, value, defaultPredicate) {
    // disregard short classnames
    return name.length < 3 || defaultPredicate(name, value)
  }, ...
@dancingbannana
Copy link

dancingbannana commented Oct 7, 2023

For me it was
ignore: { class(_, className) { return className.includes("class-to-ignore"); }, }

@xiemms
Copy link

xiemms commented Oct 7, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants