Port over copyright rule

This commit is contained in:
Johannes Marbach
2026-06-24 11:08:04 +02:00
parent d2cb7e334e
commit d5ce3a955a
3 changed files with 71 additions and 0 deletions

View File

@@ -29,6 +29,10 @@
"builtin": true
},
"rules": {
"element-call/copyright-header": [
"error",
"/*\nCopyright %%CURRENT_YEAR%% New Vector Ltd.\n\nSPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial\nPlease see LICENSE in the repository root for full details.\n*/\n\n"
],
"element-call/no-observablescope-leak": "error",
"jsdoc/empty-tags": "error",
"jsdoc/check-property-names": "error",