mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
module.exports = {
|
|
'*.js': ['eslint', 'prettier --check'],
|
|
'*.{json,md,html,css,yml,yaml}': []
|
|
};
|