NPM ignore few files while publish
Change-Id: I5889b90e605dd009f7a7387ca4a8f67f24d1df6e
This commit is contained in:
parent
220b75cb81
commit
312b1dd8bd
5 changed files with 8 additions and 3 deletions
9
source/shared/prettierrc
Normal file
9
source/shared/prettierrc
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"useTabs": true,
|
||||
"tabWidth": 2,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"parser": "typescript",
|
||||
"printWidth": 120,
|
||||
"bracketSameLine": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue