Skip to content

Commit

Permalink
force linter to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiansandqvist committed Aug 17, 2016
1 parent 213c72d commit 7e9f32b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/.eslint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "@seabass",
"rules": {
"no-var": 0
"no-var": 0,
"prefer-template": 0
}
}

0 comments on commit 7e9f32b

Please sign in to comment.