WebStorm など JetBrains IntelliJ系エディタで、vueファイルの<disable_script>タグ内の1段インデントをさせない (ESLint, TSLint 対応)
WebStorm で Vue.js の単一ファイルコンポーネントを書いているとき、デフォルトだと Command + Option + L の Reformat Code 時、
<script>
import ....
export default {
...
このように、<script>
タグ内で1段階インデントしてしまいます。
こうなっていると、ESLint でも TSLint でも警告が出ます。
ESLint: Expected indentation of 0 spaces but found 2.(indent)
インデントさせないようにするには、
Command+,(Preference) → Editor / Code Style / HTML の
Do not indent children of: に、script を追加します。
これで、インデントは自動追加されず、すでにインデントされているものは Reformat Code時にアンインデントされるようになります。
Author And Source
この問題について(WebStorm など JetBrains IntelliJ系エディタで、vueファイルの<disable_script>タグ内の1段インデントをさせない (ESLint, TSLint 対応)), 我々は、より多くの情報をここで見つけました https://qiita.com/ytyng/items/a36caf51258a7ca7a928著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .