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

Commit

Permalink
remove trailing comma from .eslintrc as JSON standard (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
itowhid06 authored and ntwb committed Sep 30, 2019
1 parent d1b6746 commit 10c9f27
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
Expand Up @@ -4,6 +4,6 @@
"browser": true
},
"rules": {
"comma-dangle": [2, "never"],
"comma-dangle": [2, "never"]
}
}

0 comments on commit 10c9f27

Please sign in to comment.