We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<template>
#1749 で提案し #1752 で追加した,このレポジトリ用のESLintルールですが,このルールは.vueファイルの<template>内,特にv-ifとして渡す式などには適用されていません.実際に,以下のファイルには #1752 のESLintルールで見逃された=== nullや=== undefinedが存在します:
.vue
v-if
=== null
=== undefined
これらを,.vueファイルの<template>内にも適用するようにしたいです.
ESLintにより,コーディング規則をより広くにわたって適用することができる
維持コスト?
eslint-plugin-vueではwrapRuleModuleを用いて実現しているようですが,この関数はexportされていません.
eslint-plugin-vue
wrapRuleModule
ref: #1513 のこのコメント以降
The text was updated successfully, but these errors were encountered:
issue作成ありがとうございます!!!
ちょっと調べてみたのですが、wrapRuleModule以外にwrapRuleModuleが使われている箇所も多くありそうでした! こちらはexportされていそうです(使えるのかちょっとわからないですが。。)
Sorry, something went wrong.
No branches or pull requests
内容
#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 のこのコメント以降
The text was updated successfully, but these errors were encountered: