Skip to content

Commit

Permalink
Merge pull request #176 from bigopon/master
Browse files Browse the repository at this point in the history
chore(ci): fix lint
  • Loading branch information
fkleuver committed Feb 1, 2019
2 parents a911a74 + 9899197 commit 587de79
Show file tree
Hide file tree
Showing 5 changed files with 885 additions and 54 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Expand Up @@ -2,6 +2,7 @@
"extends": "./node_modules/aurelia-tools/.eslintrc.json",
"rules": {
"no-unused-vars": 0,
"no-shadow": 0
"no-shadow": 0,
"no-lone-blocks": 0
}
}
24 changes: 0 additions & 24 deletions circle.yml

This file was deleted.

0 comments on commit 587de79

Please sign in to comment.