### _Why are the changes needed?_ This is a pr about init frontend framework using vue3. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3250 from tongwl/KYUUBI-3248. Closes #3250 2c0d7744 [William Tong] add licenses for files 4ab298fb [William Tong] transfer element-plus auto import to full import 4a9478c2 [William Tong] code change from as commented a1aaba03 [William Tong] Init frontend framework Authored-by: William Tong <weitong@cisco.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
{
|
|
"useTabs": false,
|
|
"semi": false,
|
|
"vueIndentScriptAndStyle": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"jsxBracketSameLine": false,
|
|
"jsxSingleQuote": true,
|
|
"arrowParens": "always",
|
|
"htmlWhitespaceSensitivity": "strict",
|
|
"endOfLine": "lf",
|
|
"trailingComma": "none"
|
|
}
|