[improvement] update eslint config (#2288)

This commit is contained in:
neverland
2018-12-14 14:24:23 +08:00
committed by GitHub
parent d2751ffdfa
commit 16e4889a92
141 changed files with 6387 additions and 7536 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ function mockOffsetParent(el) {
});
}
test('load event', async() => {
test('load event', async () => {
const wrapper = mount(List);
wrapper.vm.$on('input', value => {
@@ -29,7 +29,7 @@ test('load event', async() => {
wrapper.destroy();
});
test('finished', async() => {
test('finished', async () => {
const wrapper = mount(List, {
propsData: {
finished: true
@@ -48,7 +48,7 @@ test('finished', async() => {
expect(wrapper.emitted('input')).toBeTruthy();
});
test('immediate check false', async() => {
test('immediate check false', async () => {
const wrapper = mount(List, {
propsData: {
immediateCheck: false