Skip to content

Instantly share code, notes, and snippets.

@kohlmannj
Last active July 16, 2017 02:52
Show Gist options
  • Save kohlmannj/ed90e4b2e017a8bd7b76b6a65c95767f to your computer and use it in GitHub Desktop.
Save kohlmannj/ed90e4b2e017a8bd7b76b6a65c95767f to your computer and use it in GitHub Desktop.
{
"parser": "babel-eslint",
"extends": [
"airbnb",
"prettier",
"prettier/react"
],
"plugins": [
"jest",
"json",
"prettier"
],
"rules": {
"import/newline-after-import": "off",
"prettier/prettier": ["error", {
"bracketSpacing": true,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all"
}]
}
}
@kohlmannj
Copy link
Author

kohlmannj commented Jul 16, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment