Skip to content

Commit

Permalink
precommit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwalton committed Jun 19, 2024
1 parent a7f4af5 commit cb5d5e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 3 additions & 1 deletion backend/app/agents/routes/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
from app.agents.wazuh.services.sca import collect_agent_sca
from app.agents.wazuh.services.sca import collect_agent_sca_policy_results
from app.agents.wazuh.services.vulnerabilities import collect_agent_vulnerabilities
from app.agents.wazuh.services.vulnerabilities import collect_agent_vulnerabilities_new

# App specific imports
from app.auth.routes.auth import AuthHandler
Expand All @@ -40,6 +39,9 @@
# from app.db.db_session import session
from app.db.universal_models import Agents

# from app.agents.wazuh.services.vulnerabilities import collect_agent_vulnerabilities_new


agents_router = APIRouter()


Expand Down
6 changes: 1 addition & 5 deletions frontend/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default [
...pluginVue.configs["flat/essential"],
...compat.extends(
"eslint:recommended",
"@typescript-eslint/recommended",
"@vue/eslint-config-typescript/recommended",
"@vue/eslint-config-prettier/skip-formatting"
),
Expand All @@ -46,10 +45,7 @@ export default [
},
rules: {
"vue/multi-word-component-names": "off",
"vue/no-setup-props-destructure": "off",
"no-redeclare": "off",
"@typescript-eslint/no-redeclare": "error",
"@typescript-eslint/adjacent-overload-signatures": "error"
"vue/no-setup-props-destructure": "off"
}
}
]

0 comments on commit cb5d5e9

Please sign in to comment.