SASS ファイルをチェックするために stylelint を使用しようとしています。ルールを設定したら
"indentation": "tab"
stylelint が次のエラーをスローする
2:1 ✖ Expected indentation of 1 tab indentation
3:1 ✖ Expected indentation of 1 tab indentation
5:1 ✖ Expected indentation of 1 tab indentation
8:3 ✖ Expected indentation of 1 tab indentation
11:3 ✖ Expected indentation of 1 tab indentation
14:3 ✖ Expected indentation of 1 tab indentation
....
インデントを正しくチェックする方法は?
UPD: スタイルのトップ:
@import "theme/bootstrap"
@import "theme/bootstrap-theme"
@import "theme/theme"
@keyframes hide-notifi
0%
top: 0
75%
top: 0
100%
top: -100%