37 lines
1013 B
JSON
37 lines
1013 B
JSON
{
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "oxc.oxc-vscode",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "oxc.oxc-vscode"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.oxc": "always"
|
|
},
|
|
"editor.defaultFormatter": "oxc.oxc-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.quickSuggestions": {
|
|
"strings": "on"
|
|
},
|
|
"eslint.enable": false,
|
|
"files.associations": {
|
|
"*.css": "tailwindcss"
|
|
},
|
|
"graphql-config.load.rootDir": "wp-content/themes/moonshine",
|
|
"oxc.fmt.configPath": ".oxfmtrc.json",
|
|
"oxc.path.oxfmt": "wp-content/themes/moonshine/node_modules/.bin/oxfmt",
|
|
"oxc.path.oxlint": "wp-content/themes/moonshine/node_modules/.bin/oxlint",
|
|
"oxc.typeAware": true,
|
|
"tailwindCSS.classAttributes": [
|
|
"class",
|
|
"ui"
|
|
],
|
|
"tailwindCSS.experimental.classRegex": [
|
|
[
|
|
"ui:\\s*{([^)]*)\\s*}",
|
|
"(?:'|\"|`)([^']*)(?:'|\"|`)"
|
|
]
|
|
],
|
|
"typescript.tsdk": "wp-content/themes/moonshine/node_modules/typescript/lib"
|
|
} |