Skip to content

Commit

Permalink
set vscode workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinewg committed Jun 5, 2022
1 parent 88b6fda commit 3411ac3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"eslint.workingDirectories": [
"./services/api1",
]
}
1 change: 0 additions & 1 deletion packages/eslint-config-custom/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
"root": true,
"parser": "@typescript-eslint/parser",
"extends": [
"plugin:you-dont-need-lodash-underscore/compatible",
"eslint:recommended",
Expand Down
3 changes: 2 additions & 1 deletion services/api1/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": ["./tsconfig.json"]
"project": "./tsconfig.json"
}
}

0 comments on commit 3411ac3

Please sign in to comment.