Skip to content

Instantly share code, notes, and snippets.

@harrisonmalone
Last active December 30, 2019 00:59
Show Gist options
  • Select an option

  • Save harrisonmalone/e89ba2c54bd062545057f3478fc9e2a6 to your computer and use it in GitHub Desktop.

Select an option

Save harrisonmalone/e89ba2c54bd062545057f3478fc9e2a6 to your computer and use it in GitHub Desktop.
eslint config for ===
{
"parserOptions": {
"ecmaVersion": 6
},
"extends": "eslint:recommended",
"rules": {
"eqeqeq": [
"error",
"always"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment