We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
型情報が必要なルールを有効化したいです。
.tsファイルなら楽そうなんですけどVueだと厳しそうですね...:vuejs/eslint-config-typescript#29
0.?.0
(なし)
The text was updated successfully, but these errors were encountered:
導入したいですね!!
昔やろうとしたことがあるのですが、修正が大変すぎて諦めました。 とりあえずwarningで導入してみるとかありかもですね! ちなみにその時のPRこちらです。@typescript-eslint/recommended-requiring-type-checkingを導入しようとしていました。
@typescript-eslint/recommended-requiring-type-checking
.tsファイルなら楽そうなんですけどVueだと厳しそうですね
上のプルリクエストではワークアラウンドで迂回してるので参考になるかもです。 tsconfig.jsonと.eslintrc.jsを変更しています。 僕が試した感じだと問題になってたのが.jsにtypescript用のESLintが当たってしまうことだったので、.tsと.vueにだけ当たるようにしています。 ちゃんと知らずやってるので、もっとうまい設定があるのかもですが・・・。
tsconfig.json
.eslintrc.js
.js
.ts
.vue
Sorry, something went wrong.
もしかしたら @cm-ayf さんが詳しいかも・・・?
あまり詳しくないです、私も.vueでESLintを使ったことはここ以外で無くて……
Successfully merging a pull request may close this issue.
内容
型情報が必要なルールを有効化したいです。
Pros 良くなる点
Cons 悪くなる点
実現方法
.tsファイルなら楽そうなんですけどVueだと厳しそうですね...:vuejs/eslint-config-typescript#29
VOICEVOXのバージョン
0.?.0
OSの種類/ディストリ/バージョン
その他
(なし)
The text was updated successfully, but these errors were encountered: