Skip to content

Commit

Permalink
fix: fix/enable no-vars eslint (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3k committed Jun 5, 2024
1 parent 63c9358 commit 5a8d23b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions admin-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"sourceType": "module"
},
"rules": {
"no-var": "error",
"vue/max-attributes-per-line": "off",
"vue/first-attribute-linebreak": "off"
}
Expand Down
6 changes: 2 additions & 4 deletions backend-external/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,8 @@
"error",
{
"assertFunctionNames": [
[
"expect",
"request.**.expect"
]
"expect",
"request.**.expect"
]
}
]
Expand Down
6 changes: 2 additions & 4 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,8 @@
"error",
{
"assertFunctionNames": [
[
"expect",
"request.**.expect"
]
"expect",
"request.**.expect"
]
}
]
Expand Down
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"sourceType": "module"
},
"rules": {
"no-var": "error",
"vue/max-attributes-per-line": "off",
"vue/first-attribute-linebreak": "off"
}
Expand Down

0 comments on commit 5a8d23b

Please sign in to comment.