2023-06-02 16:26:49 +03:00
|
|
|
{
|
2023-06-02 16:41:35 +03:00
|
|
|
"editor.quickSuggestions": {
|
|
|
|
"strings": true
|
|
|
|
},
|
2023-06-02 16:26:49 +03:00
|
|
|
"eslint.workingDirectories": [
|
2023-06-14 15:34:23 +03:00
|
|
|
{
|
|
|
|
"pattern": "./apps/*/"
|
|
|
|
},
|
2023-06-02 16:26:49 +03:00
|
|
|
{
|
|
|
|
"pattern": "./ghost/*/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"search.exclude": {
|
|
|
|
"**/*.js.snap": true,
|
|
|
|
"**/.git": true,
|
|
|
|
"**/build/*": true,
|
|
|
|
"**/coverage/**": true,
|
|
|
|
"**/dist/**": true,
|
|
|
|
"**/ghost.map": true,
|
|
|
|
"**/node_modules": true,
|
|
|
|
"ghost/core/core/built/**": true
|
2023-07-18 15:10:26 +03:00
|
|
|
},
|
|
|
|
"tailwindCSS.experimental.classRegex": [
|
|
|
|
["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
|
2023-08-01 00:28:09 +03:00
|
|
|
]
|
2023-07-18 15:10:26 +03:00
|
|
|
}
|