fixing eslint -> Missing trailing comma
This commit is contained in:
parent
f94dac8f58
commit
aac777fbc8
|
@ -661,7 +661,7 @@ function getExcludedExtensions() {
|
|||
return {
|
||||
'.json': '.json',
|
||||
'.node': 'node',
|
||||
'.map': '.map'
|
||||
'.map': '.map',
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue