-
-
Notifications
You must be signed in to change notification settings - Fork 449
Question: vscode auto formatting #734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like a very exotic config 👀 |
// .eslintrc
{
"extends": "@my-team",
} we have custom eslint config (without prettier),so we want to follow this specification when formatting . Maybe i should add |
I'm using |
@Shinigami92 Thanks ! |
Maybe I can simply provide these VSCode settings to resolve this requirement:
But I'm not sure if we really need it. |
It’s very useful for me, maybe we can support it (more flexible ? ), enabled all by default. |
@webfansplz was following finally added? In VSCode it is grayed out as unknown options. How #1028 solves closes this please?
|
@nolimitdev we don't have these options, please open a feature request if you think it should have. |
How can i use
volar
formatting<style>
section , but useeslint
(without prettier) formatting<template>
and<script>
in SFC.when i setting it, volar will formatting whole SFC .
The text was updated successfully, but these errors were encountered: