Skip to content

Commit 3a3d0fe

Browse files
committed
update: ignore eslint max-len on Info
1 parent bead11d commit 3a3d0fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Info.vue

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export default {
2929
data() {
3030
return {
3131
thisTitle: 'What is this?',
32+
/* eslint-disable max-len */
3233
thisOne:
3334
"Corvid Reply helps you reply to your project collaborators by choosing only what's most important in the conversation. It removes the superfluous and helps avoid important info falling through the cracks.",
3435
thisTwo:
@@ -42,6 +43,7 @@ export default {
4243
howThree:
4344
'Choose to export to Gmail, Slack or Basecamp.',
4445
version: 'Version 0.0.1 2019-10-01',
46+
/* eslint-enable max-len */
4547
};
4648
},
4749
};

0 commit comments

Comments
 (0)