Skip to content
Snippets Groups Projects
Commit caf343aa authored by Victor Löfgren's avatar Victor Löfgren
Browse files

#21: Remove depracted option and add prettierrc path

parent 0bbb3513
No related branches found
No related tags found
2 merge requests!27Resolve "Add presentation editor",!24Resolve "Add competition login view"
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
"eslint.options": { "eslint.options": {
"configFile":"./.eslintrc" "configFile":"./.eslintrc"
}, },
"prettier.configPath": "./client/.prettierrc",
//git //git
"git.ignoreLimitWarning": true, "git.ignoreLimitWarning": true,
//language specific //language specific
......
{ {
"parser": "@typescript-eslint/parser", "parser": "@typescript-eslint/parser",
"parserOptions": { "parserOptions": {
"ecmaVersion": 2021,
"sourceType": "module", "sourceType": "module",
"project": [ "project": [
"tsconfig.json" "tsconfig.json"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment