test: add eslint config validation

This commit is contained in:
Rainer Killinger
2022-04-25 12:58:21 +02:00
parent 7a841a554a
commit ab6173ccff
5 changed files with 1274 additions and 154 deletions

3
tsconfig.json Normal file
View File

@@ -0,0 +1,3 @@
{
"extends": "./node_modules/@openstapps/configuration/tsconfig.json"
}