EVOLUTION-MANAGER
Edit File: .prettierrc
{ "overrides": [ { "files": "js/**/*.js", "options": { "singleQuote": true, "tabWidth": 4, } } ] }