From fd18e19375b4fa518677ebd6dfe3b736d175bcce Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 9 Feb 2023 12:13:52 +0100 Subject: [PATCH] feat(workflows): add qodana.yaml Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- 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 00000000..3c32e8a4 --- /dev/null +++ b/qodana.yaml @@ -0,0 +1,6 @@ +version: "1.0" + +linter: jetbrains/qodana-js:2022.3-eap + +include: + - name: CheckDependencyLicenses