Skip to content

Commit

Permalink
chore(query): 🤖 fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Feb 17, 2024
1 parent 5954a39 commit 0217dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"plugin:@angular-eslint/template/process-inline-templates"
],
"rules": {
"@typescript-eslint/no-inferrable-types": "off",
"@angular-eslint/directive-selector": [
"error",
{
Expand Down
1 change: 1 addition & 0 deletions query/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"plugin:@angular-eslint/template/process-inline-templates"
],
"rules": {
"@typescript-eslint/no-empty-function": "off",
"@angular-eslint/directive-selector": [
"error",
{
Expand Down

0 comments on commit 0217dae

Please sign in to comment.