问题标签 [prettier-vscode]

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.

0 投票
0 回答
21 浏览

eslint - 更漂亮和 eslint max-len 代码修复无法正常工作

我刚刚在我的项目中配置了 eslint 和 prettier,并为 max len 设置了一个规则。但它没有按预期工作。我想在超过 120 个字符时换行。它确实会换行,但仅当字符长度超过 135 个字符时。

预览在此处输入图像描述

在此处输入图像描述

我的配置文件: eslintrc

更漂亮的