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