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