Skip to content

Commit a5eddbe

Browse files
committed
🔧 chore[hintrc]: add initial configuration file for hinting rules
1 parent 7e05a3f commit a5eddbe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.hintrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": [
3+
"development"
4+
],
5+
"hints": {
6+
"button-type": "off"
7+
}
8+
}

0 commit comments

Comments
 (0)