Skip to content

Commit b20d6c1

Browse files
author
stewest
committed
recom settings
1 parent 7cb3603 commit b20d6c1

3 files changed

Lines changed: 7 additions & 12 deletions

File tree

.eslint.config.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,12 @@ module.exports = {
33
extends: ['eslint:recommended', 'prettier'],
44
plugins: ['prettier'],
55
parserOptions: {
6-
ecmaVersion: 2018, // Put whatever version you want here
6+
ecmaVersion: latest, // Put whatever version you want here
77
sourceType: 'module',
88
},
99
env: {
1010
browser: true,
1111
es6: true,
1212
node: true,
13-
},
14-
settings: {
15-
next: {
16-
rootDir: ['src/*/'], // your theme folder components / src
17-
},
18-
},
13+
}
1914
}

.vscode/extensions.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"stylelint.vscode-stylelint",
66
"bradlc.vscode-tailwindcss",
77
"kamikillerto.vscode-colorize",
8-
"nicoespeon.abracadabra",
8+
"davis-are.drupal-sdc-helper",
9+
"marcostazi.vs-code-drupal",
10+
"bradlc.vscode-tailwindcss",
11+
"whatwedo.twig",
12+
"mblode.twig-language-2",
913
]
1014
}

.vscode/settings.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
"files.insertFinalNewline": true,
3131
"html.format.enable": true,
3232
"html.format.wrapLineLength": 80,
33-
"telemetry.telemetryLevel": "off",
34-
"emptyIndent.removeIndent": true,
35-
"emptyIndent.highlightIndent": false,
36-
"emptyIndent.highlightColor": "rgba(246,36,89,0.6)",
3733
"prettier.semi": true,
3834
"css.completion.completePropertyWithSemicolon": true,
3935
"scss.completion.completePropertyWithSemicolon": true,

0 commit comments

Comments
 (0)