mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 09:55:11 +08:00
[fix] Remove code autoformatting
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
'*.js': ['eslint --fix', 'prettier --write'],
|
||||
'*.js': ['eslint', 'prettier --check'],
|
||||
'*.{json,md,html,css,yml,yaml}': []
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user