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

ESLintルールをVueの<template>内にも適用する #1758

Open
cm-ayf opened this issue Jan 25, 2024 · 1 comment
Open

ESLintルールをVueの<template>内にも適用する #1758

cm-ayf opened this issue Jan 25, 2024 · 1 comment

Comments

@cm-ayf
Copy link
Contributor

cm-ayf commented Jan 25, 2024

内容

#1749 で提案し #1752 で追加した,このレポジトリ用のESLintルールですが,このルールは.vueファイルの<template>内,特にv-ifとして渡す式などには適用されていません.実際に,以下のファイルには #1752 のESLintルールで見逃された=== null=== undefinedが存在します:

これらを,.vueファイルの<template>内にも適用するようにしたいです.

Pros 良くなる点

ESLintにより,コーディング規則をより広くにわたって適用することができる

Cons 悪くなる点

維持コスト?

実現方法

eslint-plugin-vueではwrapRuleModuleを用いて実現しているようですが,この関数はexportされていません.

VOICEVOXのバージョン

OSの種類/ディストリ/バージョン

その他

ref: #1513このコメント以降

@Hiroshiba
Copy link
Member

issue作成ありがとうございます!!!

ちょっと調べてみたのですが、wrapRuleModule以外にwrapRuleModuleが使われている箇所も多くありそうでした!
こちらはexportされていそうです(使えるのかちょっとわからないですが。。)

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

No branches or pull requests

3 participants
@Hiroshiba @cm-ayf and others