Skip to content

Commit 274c808

Browse files
raunak-sharmamarcoscaceres
authored andcommitted
chore(eslint): check for eol-last always error (#2016)
1 parent 4488b4c commit 274c808

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"prefer-const": 2,
2929
"quotes": 0,
3030
"semi": ["error", "always"],
31-
"sort-imports": 2
31+
"sort-imports": 2,
32+
"eol-last": ["error", "always"]
3233
},
3334
"globals": {
3435
"flushIframes": true,

0 commit comments

Comments
 (0)