Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
fix(eslintrc): remove dangling comma
Browse files Browse the repository at this point in the history
Fixes #205
  • Loading branch information
EisenbergEffect committed Nov 11, 2015
1 parent ff69195 commit c05c789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "./node_modules/aurelia-tools/.eslintrc",
"rules": {
"no-alert": 0,
"no-alert": 0
}
}

0 comments on commit c05c789

Please sign in to comment.