diff --git a/.hintrc b/.hintrc new file mode 100644 index 0000000..ee6abc6 --- /dev/null +++ b/.hintrc @@ -0,0 +1,16 @@ +{ + "extends": [ + "development" + ], + "hints": { + "compat-api/css": [ + "default", + { + "ignore": [ + "scrollbar-width", + "scrollbar-color" + ] + } + ] + } +} \ No newline at end of file