我已经安装了WebStorm 2016。今天我已经安装了stylelint,但是我不能让它工作。
我收到错误:
"C:\Program Files\nodejs\node.exe" "T:/project/html/node_modules/stylelint/bin/stylelint.js" -f json
Error: No configuration provided for T:\project\html\css我试着用谷歌搜索配置文件,但我找不到,我没有找到任何有用的信息,或者我谷歌错了。
我使用不同的名称测试我的.json配置文件:css.stylelintrc、css.stylelintrc.json、stylelintrc.json和其他。把它放在根文件夹css文件夹中。我搞不懂..。
发布于 2017-03-02 09:19:42
Stylelint可以从根文件夹加载.stylelintrc,但不能从read.me文件加载所有变体。
https://stackoverflow.com/questions/42544828
复制相似问题