Skip to content

Instantly share code, notes, and snippets.

@Rishabh-malhotraa
Last active June 8, 2020 03:17
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 Rishabh-malhotraa/8f79a4444886ecd6a887a4c9d3a7adc6 to your computer and use it in GitHub Desktop.
Save Rishabh-malhotraa/8f79a4444886ecd6a887a4c9d3a7adc6 to your computer and use it in GitHub Desktop.
module.exports = {
parser: 'babel-eslint',
parserOptions: {
ecmaVersion: 6,
sourceType: 'module',
ecmaFeatures: {
jsx: true,
},
},
rules: {
semi: 'error',
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment