issues
search
fippo
/
rtcstats
MIT License
129
stars
41
forks
source link
Disallow trailing commas in function calls
#50
Closed
thepatrick
closed
7 years ago
thepatrick
commented
7 years ago
This PR does:
Removes trailing commas from function calls (they prevented uglify from processing the file)
Changes the eslint config so that it will catch them
Run uglify after running eslint during tests so that if uglify fails it fails the build
This PR does: