Skip to content

Commit c332e41

Browse files
committed
Disabled scroll-behaviour hint
1 parent 74d7140 commit c332e41

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.hintrc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"extends": [
3+
"development"
4+
],
5+
"hints": {
6+
"compat-api/css": [
7+
"default",
8+
{
9+
"ignore": [
10+
"scroll-behavior"
11+
]
12+
}
13+
]
14+
}
15+
}

0 commit comments

Comments
 (0)