Skip to content

Commit

Permalink
[trivial] Updated linter and add vscode extension recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido-Barnea committed Oct 21, 2023
1 parent 8580be0 commit 657aa00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"caughtErrorsIgnorePattern": "_"
}
],
"no-unneeded-ternary": ["error"]
"no-unneeded-ternary": ["error"],
"max-len": ["warn"]
}
}
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"nrwl.angular-console",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"usernamehw.errorlens",
"firsttris.vscode-jest-runner"
]
}

0 comments on commit 657aa00

Please sign in to comment.