NPM ignore few files while publish

Change-Id: I5889b90e605dd009f7a7387ca4a8f67f24d1df6e
This commit is contained in:
Roman Jaroš 2023-09-09 20:35:06 +02:00
parent 220b75cb81
commit 312b1dd8bd
5 changed files with 8 additions and 3 deletions

9
source/shared/prettierrc Normal file
View file

@ -0,0 +1,9 @@
{
"useTabs": true,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"parser": "typescript",
"printWidth": 120,
"bracketSameLine": true
}