Skip to content

Formatting

Anastasia Escher edited this page Sep 20, 2022 · 1 revision

Formatting .js and .vue code in svip o vue

Please install configure prettier and eslint plugins in your IDE and enable them to run on save.

Alternatively, you can run npm run format to format the code in all files.

Clone this wiki locally