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