Skip to content

Instantly share code, notes, and snippets.

@christophermark
Last active March 25, 2019 14:27
Show Gist options
  • Save christophermark/45f6739d4830b27f0c113aa03ff892b5 to your computer and use it in GitHub Desktop.
Save christophermark/45f6739d4830b27f0c113aa03ff892b5 to your computer and use it in GitHub Desktop.
ESLint Cheatsheet

Print ESLint Rules

./node_modules/eslint/bin/eslint.js --print-config .eslintrc.json > rules.json

Show all errors for a specific rule

// todo

Fix all errors for a specific rule

// todo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment