Skip to content

Instantly share code, notes, and snippets.

@wjx0820
Created June 18, 2019 12:04
Show Gist options
  • Save wjx0820/e03ad29a1e5a4d63c79b37503feb162f to your computer and use it in GitHub Desktop.
Save wjx0820/e03ad29a1e5a4d63c79b37503feb162f to your computer and use it in GitHub Desktop.
eslintrc
{
"extends": ["eslint:recommended", "prettier", "prettier/react"],
"plugins": [],
"parserOptions": {
"ecmaVersion": 2016,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"env": {
"es6": true,
"browser": true,
"node": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment