Standardise lint/type scripts between modules/packages

This commit is contained in:
Michael Telatynski 2025-05-08 12:23:13 +01:00
parent ad0a276af2
commit b55feb5a7b

View File

@ -18,6 +18,8 @@
},
"scripts": {
"prepare": "tsc",
"lint:types": "tsc --noEmit",
"lint:codestyle": "echo 'handled by lint:eslint'",
"test": "echo No tests for @element-hq/element-web-playwright-common"
},
"devDependencies": {