mirror of
https://github.com/maptiler/tileserver-gl.git
synced 2024-11-04 02:17:42 +03:00
5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
|
module.exports = {
|
||
|
'*.{js,ts}': 'npm run lint:js',
|
||
|
'*.{yml}': 'npm run lint:yml',
|
||
|
};
|