問題タブ [prettier]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - Windows で Atom エディターを使用して「CR」エラーを挿入する
すべての行で Insert 'CR' Prettier エラーを取得しています。
私は.editorconfigを持っています
更新する必要がある他の構成はありますか?
javascript - 単一の小道具を持つブラケットでよりきれいで tslint エラーを修正するには?
https://github.com/alexjoverm/tslint-config-prettierとhttps://github.com/ikatyang/tslint-plugin-prettierで prettier と tslint を使用します。
私tslint.json
のようです
そして、私の.prettierrc
ようです
の後tslint --fix "src/**/*.ts"
に、次のようなコードが表示されます。
そしてエラーは言う[tslint] Exceeds maximum line length of 80 (max-line-length)
。
しかし、手動で修正すると
それは言う
私は、VSCode を tslint と prettier 拡張機能と共に使用しています。私の tslint コマンドは同じエラーを言います。この競合を修正するにはどうすればよいですか?
eslint - Tslint / eslint vs prettier
Tslint (おそらく eslint と同様) には、スタイル エラーを修正する --fix パラメータがあります。「prettierにはより多くのスタイルルールがあります」以外に、prettierの使用も検討する必要がある理由はありますか?
visual-studio-code - Prettier が Visual Studio Code で単一行のオブジェクト宣言を複数行に変換できないようにしますか?
よりきれいな拡張機能をインストールしましたが、json オブジェクトの定義がフォーマット後に改行されています。どうすれば回避できますか?インライン オブジェクト宣言を保持したい。
たとえば、フォーマットする前に:
フォーマット後: