Skip to content

Commit

Permalink
feat(global): INFRA-509 updated eslint rule ""@typescript-eslint/memb…
Browse files Browse the repository at this point in the history
…er-delimiter-style" - only warn
  • Loading branch information
Alllex202 committed Sep 13, 2024
1 parent 2a1c4d0 commit 77864bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module.exports = {
},
],
'@typescript-eslint/member-delimiter-style': [
'error',
'warn',
{
multiline: {
delimiter: 'none',
Expand Down

0 comments on commit 77864bb

Please sign in to comment.