Skip to content

Instantly share code, notes, and snippets.

@hail2u
Created October 20, 2015 10:31
Show Gist options
  • Save hail2u/2c4b520b978871ac46cc to your computer and use it in GitHub Desktop.
Save hail2u/2c4b520b978871ac46cc to your computer and use it in GitHub Desktop.
ESLintラッパーとして欲しいもの
  • "extend": "eslint:recommended" とか書かなくて良い
    • これ以外許容しないみたいな感じでも良い
    • カスタマイズはさせてくれ
  • "root": true とか書かなくて良い
    • GitやMercurialのルートで止まってほしい
  • --no-ignore とか指定しなくて良い
    • JSじゃなかったら落ちて欲しい
  • フォーマッターを別にして欲しい
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment