-
Notifications
You must be signed in to change notification settings - Fork 0
/
coc-settings.json
32 lines (32 loc) · 1.16 KB
/
coc-settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"diagnostic.virtualText": false,
"coc.preferences.formatOnSaveFiletypes": [
"css",
"scss",
"html",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"suggest.minTriggerInputLength": 2,
"cSpell.userWords": [
"epam",
"gruvbox"
],
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"typescript.preferences.importModuleSpecifier": "non-relative",
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"javascript.preferences.importModuleSpecifier": "non-relative",
"eslint.autoFixOnSave": false,
"eslint.lintTask.options": ["-c /home/fiodar_fiodarau/telescope/supernova/client/packages/telescope-scripts/configs/eslint.config.js"],
"eslint.options": {
"overrideConfigFile": "/home/fiodar_fiodarau/telescope/supernova/client/packages/telescope-scripts/configs/eslint.config.js"
},
"stylelintplus.cssInJs": true,
"prettier.tabWidth": 2,
"prettier.printWidth": 120,
"yank.list.maxsize": 100,
"yank.highlight.duration": 300,
"yank.highlight.enable": false
}