Skip to content

Commit f3cc932

Browse files
Thomas Graingerbenvinegar
Thomas Grainger
authored andcommitted
enforce eol-last
1 parent d209408 commit f3cc932

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"wrap-iife": [
6767
2,
6868
"inside"
69-
]
69+
],
70+
"eol-last": 2
7071
}
7172
}

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ function isError(what) {
1717
module.exports = {
1818
isObject: isObject,
1919
isError: isError
20-
};
20+
};

0 commit comments

Comments
 (0)