Skip to content

Instantly share code, notes, and snippets.

@lovenick
Created January 5, 2019 22:01
Show Gist options
  • Save lovenick/69a9a3fdf2d4fd1c3495abdc890b2dc9 to your computer and use it in GitHub Desktop.
Save lovenick/69a9a3fdf2d4fd1c3495abdc890b2dc9 to your computer and use it in GitHub Desktop.
{
"extends": [
"airbnb-base",
"prettier",
"plugin:jest/recommended"
],
"plugins": [
"prettier",
"jest"
],
"rules": {
"prettier/prettier": "error",
"linebreak-style": 0,
"no-shadow": "off",
"no-new-wrappers": "off",
"jest/no-disabled-tests": "warn",
"jest/no-focused-tests": "error",
"jest/no-identical-title": "error",
"jest/prefer-to-have-length": "warn",
"jest/valid-expect": "error"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment