From e45f3b82e895980b7567872f8d1652f4494888e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Mon, 7 Oct 2024 18:33:06 +0200 Subject: [PATCH] Add .hintrc file to disable the "no-inline-styles" hint --- .hintrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .hintrc diff --git a/.hintrc b/.hintrc new file mode 100644 index 0000000..cb34607 --- /dev/null +++ b/.hintrc @@ -0,0 +1,8 @@ +{ + "extends": [ + "development" + ], + "hints": { + "no-inline-styles": "off" + } +} \ No newline at end of file