Skip to content

Commit 1e6fb04

Browse files
committed
fix: do not add trailing commas to compiled output
Fixes #147
1 parent 60c10f0 commit 1e6fb04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@
115115
"options": {
116116
"parser": "json"
117117
}
118+
},
119+
{
120+
"files": "lib/**/*.js",
121+
"options": {
122+
"trailingComma": "es5"
123+
}
118124
}
119125
]
120126
},

0 commit comments

Comments
 (0)