From fcdacb162aadc828040d193b43be96845eeaccd3 Mon Sep 17 00:00:00 2001 From: Qodana Application Date: Wed, 3 Sep 2025 04:46:44 +0000 Subject: [PATCH] Add qodana.yaml file --- qodana.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 qodana.yaml diff --git a/qodana.yaml b/qodana.yaml new file mode 100644 index 0000000..af0ba88 --- /dev/null +++ b/qodana.yaml @@ -0,0 +1,6 @@ +version: "1.0" +linter: jetbrains/qodana-js:2025.1 +profile: + name: qodana.recommended +include: + - name: CheckDependencyLicenses \ No newline at end of file