Skip to content

Commit

Permalink
Add .hintrc file to disable the "no-inline-styles" hint
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Oct 7, 2024
1 parent b7e7c3f commit e45f3b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .hintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": [
"development"
],
"hints": {
"no-inline-styles": "off"
}
}

0 comments on commit e45f3b8

Please sign in to comment.