Skip to content

Instantly share code, notes, and snippets.

@Security2431
Created July 11, 2019 19:28
Show Gist options
  • Save Security2431/b86090cbabdb4e719dc5cee4bcea7109 to your computer and use it in GitHub Desktop.
Save Security2431/b86090cbabdb4e719dc5cee4bcea7109 to your computer and use it in GitHub Desktop.
Eslint settings
module.exports = {
parser: 'babel-eslint',
extends: ['airbnb'],
plugins: ['prettier'],
env: {
browser: true,
},
rules: {
'react/jsx-filename-extension': 'off',
'linebreak-style': 0,
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment