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

feat: fixable match-component-file-name rule #1874

Merged

Commits on Apr 29, 2022

  1. Add typing 'Literal#raw' property

    vue-eslint-parser's ESLintLiteralBase Node has 'raw' property.
    ref: https://github.com/vuejs/vue-eslint-parser/blob/160f4efc4eaf363662b464a4a26a4c9e514deb5d/src/ast/nodes.ts#L395
    
    It was necessary to identify quotes in the match-component-file-name's fixer.
    Hideaki Matsunami committed Apr 29, 2022
    Copy the full SHA
    4fc9116 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. feat: add suggestion match-component-file-name rule

    improve vuejs#1816
    
    For the following reasons why name option changed.
    If change file name, alto need to change import statement.
    
    Also, this rule not auto-fixed, because the file name may be incorrect.
    Hideaki Matsunami committed May 4, 2022
    Copy the full SHA
    4ff89bb View commit details
    Browse the repository at this point in the history