Skip to content

Commit

Permalink
chore: Allow console logs in fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Oct 6, 2020
1 parent 11a9d37 commit 72d63f7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Expand Up @@ -104,7 +104,17 @@
},
"eslintConfig": {
"extends": "@serverless/eslint-config/node",
"root": true
"root": true,
"overrides": [
{
"files": [
"test/fixtures/**"
],
"rules": {
"no-console": "off"
}
}
]
},
"eslintIgnore": [
"!/.github",
Expand Down

0 comments on commit 72d63f7

Please sign in to comment.