Skip to content

Commit 37f9196

Browse files
authored
chore: No popup when null empty (#437)
* chore: No popup when null empty * remove prettier in ignore
1 parent 9ad3b02 commit 37f9196

File tree

4 files changed

+230
-72
lines changed

4 files changed

+230
-72
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ es/
3131
package-lock.json
3232
src/*.js
3333
src/*.map
34-
.prettierrc
3534
tslint.json
3635
tsconfig.test.json
3736
.prettierignore

.prettierrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"endOfLine": "lf",
3+
"semi": true,
4+
"singleQuote": true,
5+
"tabWidth": 2,
6+
"trailingComma": "all"
7+
}

0 commit comments

Comments
 (0)