Skip to content

Instantly share code, notes, and snippets.

@justintemps
Last active June 7, 2018 08:18
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 justintemps/eb5504a753b7e4bfae1bc6b8dac26e59 to your computer and use it in GitHub Desktop.
Save justintemps/eb5504a753b7e4bfae1bc6b8dac26e59 to your computer and use it in GitHub Desktop.
Sample .eslintrc.json
{
"extends": ["airbnb", "prettier", "prettier/react"],
"plugins": ["prettier", "react"],
"parserOptions": {
"ecmaVersion": 2017,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"env": {
"es6": true,
"browser": true,
"node": true,
"mocha": true
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment