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

Add autofix to font-family-name-quotes #5806

Merged
merged 22 commits into from Feb 4, 2022

Commits on Dec 30, 2021

  1. Configuration menu
    Copy the full SHA
    752936f View commit details
    Browse the repository at this point in the history
  2. Add tests for font-family-name-quotes

    - add test for rule option `always-unless-required`
    MrBrN197 committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    89311d3 View commit details
    Browse the repository at this point in the history
  3. Add test for font-family-name-quotes

    - add tests for `always-where-recommended` config option
    MrBrN197 committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    e150def View commit details
    Browse the repository at this point in the history
  4. Add test for font-family-name-quotes rules

    - add test for `always-where-required` config option
    MrBrN197 committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    502e693 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    ae35acc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fe4c39 View commit details
    Browse the repository at this point in the history
  3. Use double quotes

    MrBrN197 committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    bd8a71e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e09eea View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    1e5f8d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d259535 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3c37c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b83830c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    d352442 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb9c97 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Update lib/rules/font-family-name-quotes/index.js

    Replace `() => void` with `function`
    
    Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
    MrBrN197 and ybiquitous committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    572d488 View commit details
    Browse the repository at this point in the history
  2. Update lib/rules/font-family-name-quotes/index.js

    add return type
    
    Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
    MrBrN197 and ybiquitous committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    3ff6dbb View commit details
    Browse the repository at this point in the history
  3. Update lib/rules/font-family-name-quotes/index.js

    Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
    MrBrN197 and ybiquitous committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    5f03a32 View commit details
    Browse the repository at this point in the history
  4. Update lib/rules/font-family-name-quotes/index.js

    Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
    MrBrN197 and ybiquitous committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    a5f4b32 View commit details
    Browse the repository at this point in the history
  5. MakeMutableFontFamilies to lower-case function name

    Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
    MrBrN197 and ybiquitous committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    934287f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32abfc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    2419a98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c93126e View commit details
    Browse the repository at this point in the history