Advanced-React icon indicating copy to clipboard operation
Advanced-React copied to clipboard

disables format on save and prettier for typescript files on backend

Open DragonRydrz opened this issue 4 years ago • 2 comments

Disables format on save and prettier for typescript files. duplicates the same settings that are already in place for the frontend Javascript files for the the backend TypeScript files.

DragonRydrz avatar Feb 21 '21 02:02 DragonRydrz

I don't use vscode, eslint on save is built into JetBrains IDE's. But this seems like a personal decision, why would turning that off be the default?

eglove avatar Feb 21 '21 02:02 eglove

This file is specific for VSCode settings. eslint on save is still active. This disables the prettier extension save on format. When you save the file, it will still format according to the eslint rules. This PR is just duplicating the setting that are already in place for the front end javascript files, and applying them to the typescript files.

DragonRydrz avatar Feb 21 '21 02:02 DragonRydrz