Skip to content

Instantly share code, notes, and snippets.

@Rishabh-malhotraa
Last active June 7, 2020 16:18
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Rishabh-malhotraa/05b03ba9a1763dc1d0662c180f0921a7 to your computer and use it in GitHub Desktop.
module.exports = {
extends: [
'plugin:react/recommended',
'airbnb',
'prettier',
'prettier/react',
],
plugin: ['prettier']
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment