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