Skip to content

Commit

Permalink
Merge pull request #258 from lacymorrow/fix-linux-quit
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow authored Jun 3, 2023
2 parents 1d2a943 + 8ee1f0f commit dc2f7ef
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 203 deletions.
15 changes: 15 additions & 0 deletions .hintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"extends": [
"development"
],
"hints": {
"compat-api/css": [
"default",
{
"ignore": [
"user-select"
]
}
]
}
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.4
14.17.4 || 16 || 18
Loading

0 comments on commit dc2f7ef

Please sign in to comment.