From a20297f34e9a4d304ca4f95aa7146728fa79bd33 Mon Sep 17 00:00:00 2001 From: monoid Date: Wed, 8 Oct 2025 02:39:50 +0900 Subject: [PATCH] chore: add .hintrc configuration file for development hints --- .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