Skip to content

Instantly share code, notes, and snippets.

@barraponto
Created February 12, 2019 03:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save barraponto/cb5ed3522310091eee06c324fc86e5c0 to your computer and use it in GitHub Desktop.
{
"env": { "browser": true },
"extends": [
"airbnb",
"prettier",
"prettier/react",
"plugin:jest/recommended"
],
"overrides": [
{
"files": "src/setupTests.js",
"rules": {
"import/no-extraneous-dependencies": [
"error",
{
"devDependencies": true,
"optionalDependencies": false
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment