Skip to content

Instantly share code, notes, and snippets.

@sanjsanj
Last active July 1, 2017 06:41
Show Gist options
  • Save sanjsanj/b466b6272caeb306bec17ebf3fbf4565 to your computer and use it in GitHub Desktop.
Save sanjsanj/b466b6272caeb306bec17ebf3fbf4565 to your computer and use it in GitHub Desktop.
module.exports = {
"extends": "airbnb",
"rules": {
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }]
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment