Skip to content

Instantly share code, notes, and snippets.

@tai2
Created March 22, 2017 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tai2/6ece2d574205a10de6b8606605b652bf to your computer and use it in GitHub Desktop.
Save tai2/6ece2d574205a10de6b8606605b652bf to your computer and use it in GitHub Desktop.
{
"extends": "airbnb",
"rules": {
"semi": ["error", "never"],
"no-restricted-syntax": [
"error",
"LabeledStatement",
"WithStatement",
],
"class-methods-use-this": "off",
"jsx-a11y/label-has-for": "off",
"jsx-a11y/no-static-element-interactions": "off"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment