Vim の Syntastic で sass-lint が上手く動かないときの debug の話

一瞬はまったのでメモしておきます。
~/.sass-lint.yml はホームディレクトリ外では無効でした まず問題の発端はここからです。
僕は今のところ Vim 上で scss ファイルを編集するときに sass-lint を linter として利用しています。
GitHub - sasstools/sass-lint: Pure Node.js Sass linting Pure Node.js Sass linting. Contribute to sasstools/sass-lint development by creating an account on … github.com .sass-lint.yml が何も設定されていない状態だと、 この中にあるルールの1つである property-sort-order が 初期設定で alphabetical…

Read more →
Are you linting yet?

If you aren't you should be! If you are like me, you have a love and hate relationship with Javascript. It's used to do so much, but it's loose rule set makes it a potential nightmare.

At work we already were using Checkstyle and FindBugs for our Java code, so why not apply the same idea to our Javascript and React code?

There a few options, but we chose to go with eslint. It has a large number…

Read more →
Page 1