Skip to content

Commit 8ffce15

Browse files
author
Josef Bredereck
committed
Removed not needed eslint ignore line
1 parent 0907bab commit 8ffce15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/lib/object_factory.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,7 @@ Pattern.prototype = {
213213
},
214214

215215
getDirLevel: function(level, info) {
216-
// eslint-disable-next-line prefer-const
217-
let items = this.subdir.split(path.sep);
216+
const items = this.subdir.split(path.sep);
218217
if (info.hasDir) {
219218
items.pop();
220219
}

0 commit comments

Comments
 (0)