Update eslint

Only indentation updated in this commit
This commit is contained in:
Pavel Dohnal
2018-06-13 09:28:53 +01:00
parent 0545e48f8e
commit 683e9c9fa1
50 changed files with 2104 additions and 2151 deletions

View File

@ -109,8 +109,8 @@ define([
expect(model.get('blocks').at(0).get('blocks')).to.have.length(2);
expect(
model.get('blocks').at(0)
.get('blocks').at(1)
.get('someField')
.get('blocks').at(1)
.get('someField')
).to.equal('some text 2');
});
});