是否可以扩展.scss-lint.yml配置文件

时间:2015-06-30 20:08:53

标签: sass lint config-files

是否支持扩展.scss-lint.yml配置文件的语法,方法与扩展.jshintrc配置文件的方式相同?

我的目标是从节点包中提取所有配置文件。 所以jshint看起来像这样:

{
  "extends": "./node_modules/npm-package-name/shared/.jshintrc",
  "browser": true
}

我不确定如何拉出scss-lint文件。

2 个答案:

答案 0 :(得分:0)

截至目前,这是不可能的。解决方法是为scss-lint文件创建符号链接。

ln -s path/to/symlink/filename filename

答案 1 :(得分:0)

是的,可以通过config-file设置:

示例:

options:
  config-file: ./node_modules/@my-shared-repo/configuration/sass-lint.yml
  convention: hyphenatedbem
rules:
  class-name-format: 1