add freebsd to list of copyable commands

This commit is contained in:
henrygd
2025-09-11 15:07:37 -04:00
parent a7d07310b6
commit bcdb4c92b5
4 changed files with 33 additions and 8 deletions

View File

@@ -17,7 +17,10 @@
"linter": {
"enabled": true,
"rules": {
"recommended": true
"recommended": true,
"correctness": {
"useUniqueElementIds": "off"
}
}
},
"javascript": {
@@ -35,4 +38,4 @@
}
}
}
}
}