fixing eslint -> Missing trailing comma

This commit is contained in:
Dominik Tomasi 2017-06-12 12:47:48 +02:00
parent f94dac8f58
commit aac777fbc8
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ function getExcludedExtensions() {
return {
'.json': '.json',
'.node': 'node',
'.map': '.map'
'.map': '.map',
};
}