Skip to content

Instantly share code, notes, and snippets.

@sanjsanj
Created July 1, 2017 15:12
Show Gist options
  • Save sanjsanj/2f538e8b1f9d9958594932f280b5b4b7 to your computer and use it in GitHub Desktop.
Save sanjsanj/2f538e8b1f9d9958594932f280b5b4b7 to your computer and use it in GitHub Desktop.
module.exports = {
"extends": "airbnb",
"rules": {
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"import/no-extraneous-dependencies": [2, { devDependencies: true }],
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment