问题标签 [stylelint]

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 投票
1 回答
766 浏览

css - Make Stylelint ignore indentation in certain instances?

I recently set up Stylelint to run through my stylesheets but there's an error it's throwing that I'd rather keep as-is:

enter image description here

The error is that I'm not using a single space before the { and while I'd like this to be true for most other instances for legibility I was hoping to keep this one.

Is it possible to either modify the rule to allow these sorts of indentation patterns or otherwise disable a rule for a block of CSS? The latter is not ideal but I'll take what I can get.

Otherwise I'll likely just ignore it.

0 投票
1 回答
1517 浏览

webpack - 如何使用 stylelint-webpack-plugin(使用 webpack 2)正确 lint .sass 文件?

我实际上是在尝试在 Webpack 2 项目中为我的.sass文件使用 linter。所以我使用“stylelint-webpack-plugin”,但无论我如何配置它,我总是会收到关于分号的警告/错误(与 .sass 语法无关)。似乎 poscss-sass 包不能完成这项工作......对于使用 .sass(不是 .scss)语法的人有什么解决方案吗?提前谢谢!

0 投票
2 回答
1406 浏览

css - 如何仅在 Stylelint linting 结果中隐藏警告并显示错误?

Stylelint 有这个选项"severity": "warning"可以将错误更改为警告。是否可以暂时隐藏输出中的警告?因为我想修复一些错误并且因为有很多警告,所以需要很长时间才能到达错误实例

0 投票
1 回答
178 浏览

node.js - 如何使用样式线检查 CSS 语法错误?

使用 npm 安装 styleline。

为 stylelint 安装配置文件。

现在用 stylelint 检查 test.css 文件。

为什么会出现问题——没有为 /tmp/menu/test.css 提供配置?
如何解决?

0 投票
1 回答
248 浏览

css - Stylelint - 如何将变量限制在特定文件中?

如果团队中的某个人尝试将变量作为属性(而不是值)添加到 variable.css 以外的任何其他文件中,是否可以给出错误/警告?

它可以是 CSS 原生变量或 Sass 变量

0 投票
1 回答
2525 浏览

postcss - 需要一个尾随分号(声明块尾随分号)

尝试通过 postcss 使用嵌套规则,但在下面收到警告。我需要在 stylelint 文件中添加哪些规则来修复这些警告?

这是CSS:

警告:

0 投票
1 回答
1952 浏览

css - CSS lint 抛出错误

我正在运行 lint 并收到以下错误。

这是我遇到错误的css类

知道为什么我会收到这些 lint 错误吗?

0 投票
1 回答
472 浏览

regex - stylelint 规则的正则表达式

我正在使用 stylelint,我需要一个正则表达式,因为它的 max-nesting-depth 规则忽略以两者开头的选择器&:@media

https://stylelint.io/user-guide/rules/max-nesting-depth/

到目前为止,我已经尝试了以下但没有成功:

0 投票
0 回答
2984 浏览

regex - stylelint 选择器类模式规则的正则表达式

我正在尝试为我想通过 stylelint 允许的选择器类模式找出正确的正则表达式

https://stylelint.io/user-guide/rules/selector-class-pattern/

我只想允许用连字符分隔的小写字母和数字,并且只允许开头的下划线。所以基本上如下

我几乎让它工作了,但不能让它只在模式的开头允许下划线。

0 投票
2 回答
1882 浏览

webpack - 更新了 Stylelint 未定义规则选择器-no-id

嗨,对不起,如果这是一个愚蠢的问题,我对 webpack 和包不太熟悉。

所以我将我的 Stylelint 从 7.2.0 更新到 8.0.0 ,但是自从我在尝试运行我的项目时遇到这个错误

在此处输入图像描述

编辑:我将我的项目恢复到更新之前,但现在我一直在 atom 中看到这个,因为我也在那里更新了 stylelint - http://imgur.com/a/kiamI