Skip to content

Commit 04a3163

Browse files
committed
added lint warning
1 parent d73181f commit 04a3163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"rules": {
66
"strict": 0,
77
"curly": 0,
8-
"eol-last": 0,
8+
"eol-last": 1,
99
"no-shadow": 0,
1010
"no-redeclare": 1,
1111
"no-extra-bind": 1,

0 commit comments

Comments
 (0)