Skip to content

Commit

Permalink
fix: do not add trailing commas to compiled output
Browse files Browse the repository at this point in the history
Fixes #147
  • Loading branch information
SimenB committed Jan 27, 2019
1 parent 60c10f0 commit 1e6fb04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -115,6 +115,12 @@
"options": {
"parser": "json"
}
},
{
"files": "lib/**/*.js",
"options": {
"trailingComma": "es5"
}
}
]
},
Expand Down

0 comments on commit 1e6fb04

Please sign in to comment.