retrohacker/add-listener-first

View on GitHub
.eslintrc

Summary

Maintainability
Test Coverage
// Use this file as a starting point for your project's .eslintrc.
// Copy this file, and add rule overrides as needed.
{
  "extends": "airbnb",
  "rules": {
    "semi": [2, "never"],
    "strict": 0,
    "prefer-arrow-callback": 0,
    "space-before-function-paren": [2, "always"],
    "func-names": 2
  }
}